-
#### Describe the bug
Documentation says trend choices are 'c' or 'nc .
Should be 'c' or 'n'
https://www.statsmodels.org/stable/generated/statsmodels.tsa.arima_model.ARIMA.fit.html
```
…
-
a. Present your preferred ETS and ARIMA forecasting models for the Sales Tax variable based on a six-month “hold-out” sample where you forecast into the last six months of the data (that is, define yo…
-
### Latest Code:
[model evaluation](https://github.com/artc-dsc/AI-FusionCast-Analysis/blob/dev/scripts/subprocess_model_evaluation.py)
[model prediction](https://github.com/artc-dsc/AI-FusionCast-…
-
您好,刚接触ARIMA模型,对它的库和调参不是很了解。安装您说的修改后,后面有些方法比如plot_predict在from statsmodels.tsa.arima.model import ARIMA中就没有了。您有空的话可以修改一下这个项目嘛,觉得您的项目写的挺好的,是ARIMA模型的实战案例。如果没空的话,就不需要麻烦您了。
-
Hi, @signaflo !
Sorry to bother you. I have to say you've done so wonderful work that it helped a lot on ARIMA. As you know , there are so few materials about Arima in Java, no matter the realization…
-
When creating an ARIMA models with non-zero integ parameter causes PyFlux to not generate information on latent variables and causes predict(), plot_predict() and plot_z() methods to fail.
This is …
-
-
1. Rename "approximate" to "parametric";
2. Develop / update the code for pure multiplicative models;
3. Fix stuff for ARIMA;
4. Deal with mixed models.
-
Recently, I've experienced problems with using the series function when I haven't saved the series in the original seas object.
For example, I specify
`m_air_1
-
### Description
Is there an api to print the model coefficients/aic/bic etc like `R` or `statsmodels`? I fitted an ARIMA model but the Nixtla classes don't appear to implement REPL support so its har…