A point forecast without an interval is half an answer. The exam wants both the predicted value and the band of plausible outcomes, and that band widens as you forecast further ahead.
The h-step-ahead forecast is the conditional expectation . Build it by writing the model recursion at time , then replacing every term with what you know.
For an AR(1) model with white noise of variance :
For a random walk , every future forecast equals . The chain never decays because .
For a random walk with drift , the h-step forecast is . The drift accumulates linearly.
For an MA(1) model , only the one-step forecast carries a non-trivial shock term: . For the forecast collapses to because no observed shock survives the lag structure.
Common mistakes
- Forgetting that future errors are zero in the point forecast. Plugging a non-zero value for double-counts and biases . Set future shocks to 0.
- Using as the variance at every horizon. That works only at h = 1. For AR(1) at h = 2, the variance is , not .
- Forgetting that random-walk variance grows linearly. A 10-step horizon has variance , not . Many candidates write the same interval at every horizon.
Bottom line
- Point forecast = conditional expectation given history. Use the fitted recursion: plug in known values, set future shocks to zero, iterate one step at a time.
- Forecast error variance grows with horizon h, governed by the model's shock-propagation structure.
- Random-walk forecast variance is , growing linearly and unbounded.
- Stationary AR(1) variance converges to as the horizon increases.
Exam shortcut
For any AR(1) with , the long-run forecast variance ceiling is : compute it once and you know the asymptote. For a random walk, multiply by h and take the square root: SE . If the question gives a forecast and a standard error and asks for the 95% interval, just compute ; no model recursion needed.
The full lesson (about 4,150 words, 28 min read) adds 6 worked examples, all 9 common mistakes, a self-check, free in the app.
Learning objectives
- 3c
Browse all free Exam SRM lessons or jump into free Exam SRM practice questions.