Monthly claim counts at a homeowners book have drifted upward for ten years and spike every July. Should you model that drift as a fixed straight line, or as a random walk that just happens to have wandered up? The choice changes every forecast standard error.
Why the two trend types matter. A deterministic trend says the mean of is a fixed function of time plus zero-mean noise. A stochastic trend says today's mean is yesterday's value plus a fresh shock. Both produce upward-sloping plots. Only one keeps long-horizon forecast variance bounded.
The simplest deterministic model is linear in time:
Estimate by ordinary least squares with regressors for . The slope is the fixed per-period drift. The -step forecast is and the forecast variance approaches as grows: extra time does not destabilize the level.
Common mistakes
- Including all seasonal dummies plus an intercept. This is the dummy-variable trap. The design matrix is singular and software drops a column silently. Correct count for monthly data is 11 dummies alongside the intercept.
- Fitting a linear OLS trend to a random walk and trusting the -statistic. Spurious regression inflates the -statistic and shrinks -values toward zero. Always check residual autocorrelation; a near-unit first-order autocorrelation is the giveaway.
- Differencing a deterministic trend. First-differencing gives , a stationary MA(1) with a mean. You have thrown away the level information and induced a negative MA root.
Bottom line
- Deterministic trend: , fit by OLS on ; residuals mean-revert to the line and forecast variance stays bounded as the horizon grows.
- Stochastic trend (random walk): is a cumulative sum of shocks whose level never reverts, so -step forecast variance grows linearly as .
- Seasonal dummies: add indicator regressors (one season is the baseline) for additive seasonality of period ; each is a deviation from baseline, not a level.
- Detrend vs difference: for a deterministic (trend stationary) trend, regress on and use residuals; for a stochastic trend, first-difference .
Exam shortcut
If the problem gives time and asks for a point forecast with seasonal dummies, plug into the trend line and add the matching ; this answers most quarterly and monthly forecast questions in one line. If the problem mentions "shocks accumulate" or "no mean reversion," default to the random walk with drift and use for forecast variance, never the flat OLS .
The full lesson (about 2,433 words, 16 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- D3
Browse all free MAS-II lessons or jump into free MAS-II practice questions.