Compare a multivariate VAR(1) forecast with separate last-value naive forecasts for each of two series. Report MAE for each method and each variable.
Compare a multivariate VAR(1) forecast with separate last-value naive forecasts for each of two series. Report MAE for each method and each variable.
A multivariate model is useful only if it improves decisions or accuracy relative to a simple alternative. Last-value naive forecasts are a honest baseline for persistent series. Compare MAE (and RMSE if scale comparison helps) on the same hold-out. A win on one variable and a loss on the other is a real outcome, not a failure of the exercise.
Reuse the two-series construction from P5.04 (same seed so students can compare).
Four MAE numbers: naive and VAR for x and for y. Which method wins can change with the random seed; the point is the comparison table, not a guaranteed VAR victory.
Comparing methods prevents treating a multivariate fit as automatically better. If VAR MAE is close to naive, the cross-variable lags may be weak in this sample. Report both variables; do not hide the worse one.
Always compare multivariate forecasts with a simple baseline on unused dates.