Comparing VAR and ARIMA: Principles of forecasting #124
nickcox896
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can only compare the forecast accuracy with respect to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose we want to compare the forecasts from two models (VAR and ARIMA). For example,
Q1:
Suppose we want to compare the forecast accuracy of the two models. In this case, we should compare the RMSSE from measures2 (0.531) with the RMSSE from measures11 (1.09) ? Is that correct?
Q2:
Suppose we want to compare the forecast accuracy of the two models in terms of the Consumption variable. In this case, we should use the RMSE from measures2 (0.481) with the RMSE of m1 model from measures1 (0.467). Is that correct?
Beta Was this translation helpful? Give feedback.
All reactions