autoregressive-models

How to forecast time series using AutoReg in python

How to forecast time series using AutoReg in python Question: I’m trying to build old school model using only auto regression algorithm. I found out that there’s an implementation of it in statsmodel package. I’ve read the documentation, and as I understand it should work as ARIMA. So, here’s my code: import statsmodels.api as sm …

Total answers: 3