Statsmodels: handle seasonality in ARMA models

Created on 21 Apr 2012  路  4Comments  路  Source: statsmodels/statsmodels

Would be nice to have a seasonal ARMA model.

comp-tsa type-enh wishlist

Most helpful comment

Hi jseabold,

I've implemented a SARIMA model in R using the forecast package from Rob Hyndman: Rob's website, package download, and GitHub repo.

I'm not good enough with Python to consider implementing this myself, but maybe this could be a good way to introduce this functionality in your code?

Thanks,

P

All 4 comments

Hi jseabold,

I've implemented a SARIMA model in R using the forecast package from Rob Hyndman: Rob's website, package download, and GitHub repo.

I'm not good enough with Python to consider implementing this myself, but maybe this could be a good way to introduce this functionality in your code?

Thanks,

P

closed by sarimax?

@jseabold @jbrockmendel - funnily enough, I had occasion to revisit the same script over the last couple of weeks. And yes, SARIMAX takes care of this!

Closing since SARIMAX is available.

Was this page helpful?
0 / 5 - 0 ratings