Skip to content
Discussion options

You must be logged in to vote

Great question! I've done something similar to the first procedure before, and it works pretty well. Note that minimizing the AICc is asymptotically equivalent to minimizing one-step RMSE on cross-validated test sets, so there is no guarantee that the ARIMA model will be optimal for multi-step forecasting. On the other hand, if the data truly come from the fitted model, then optimizing for one-step RMSE will also give the optimal model for multi-step RMSE.

The second approach focuses more directly on the multi-step RMSE, but is less efficient in choosing the ARIMA model as there are a limited number of training/test splits that you can average over. It will also be much slower as the mode…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@maxdevblock
Comment options

@robjhyndman
Comment options

@maxdevblock
Comment options

Answer selected by maxdevblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants