Skip to content

Unappropriate return of SARIMAX model #8

@leibersp

Description

@leibersp

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions