问题
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