Time Series and Forecasting

This tutorial introduces time series analysis and concludes with coding the AR model using statsmodels. Follow along with the programming example for practice. Note that statsmodels.tsa.AR has been deprecated in favor of statsmodels.tsa.AutoReg due to processing improvements within statsmodels.



Source: Andreas Mueller, https://www.youtube.com/watch?v=GVGEnaJsuu8
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.

Last modified: Wednesday, September 28, 2022, 3:19 PM