Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unappropriate return of SARIMAX model #8

Open
leibersp opened this issue Jan 22, 2024 · 0 comments
Open

Unappropriate return of SARIMAX model #8

leibersp opened this issue Jan 22, 2024 · 0 comments

Comments

@leibersp
Copy link

When using auto ARIMA with no exogenous variables (r=0, xreg=NULL), in the case of differencing (d+D) equals 1 and a constant term being allowed, the auto ARIMA will find a model with exogenous variables. It will create helper variables from 1...N.
However, if you try to use auto_arima_predict with xreg=NULL it will inevitably fail, as the model will try to access exogenous variables, that are actually not present.

This should not be the case in my opinion, as this disallows using auto arima in a script. (Seg Faults appearing, even though everything is correct).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant