module 'statsmodels.tsa.arima_model' has no arguments 'seasonal', 'xreg', 'xtransf', 'transfer' and 'include.mean'

泪湿孤枕 提交于 2019-12-13 09:49:19

问题


I'm trying to rebuild a ARIMA by python('statsmodels.tsa.arima_model') (had build in r by arima). The question is, there is no similar arguments('seasonal', 'xreg', 'xtransf', 'transfer' and 'include.mean') in python to make it work as in r, so anyone could teach me? thanks!

来源:https://stackoverflow.com/questions/59046327/module-statsmodels-tsa-arima-model-has-no-arguments-seasonal-xreg-xtran

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!