Forecasting

forecastingpoint-forecastinterval-forecastdensity-forecastforecast-evaluationrmsediebold-mariano

Definition

Forecasting is the production of probabilistic statements about future values of random variables, given information available up to time TT. A complete forecast is a predictive distribution p(yT+hFT)p(y_{T+h} \mid \mathcal{F}_T); point forecasts (conditional means or medians), interval forecasts (prediction intervals), and density forecasts are all summaries of this distribution. Forecast quality is evaluated by accuracy (how close predictions are to outcomes) and calibration (whether stated probabilities match empirical frequencies).

Key Ideas

How It Works

Evaluation framework:

  1. Pseudo-out-of-sample evaluation: fix an estimation window ending at T0T_0; produce hh-step-ahead forecasts from T0T_0 to ThT - h; compute accuracy metrics over the evaluation period.
  2. RMSE (Root Mean Squared Error): RMSEh=(TT0h)1t=T0Th(y^t+hyt+h)2\text{RMSE}_h = \sqrt{(T-T_0-h)^{-1}\sum_{t=T_0}^{T-h}(\hat y_{t+h} - y_{t+h})^2}.
  3. Diebold-Mariano test: compares MSFEs of two models; test statistic dˉ/σ^ddN(0,1)\bar d / \hat\sigma_d \xrightarrow{d} \mathcal{N}(0,1) where dˉ\bar d is the mean loss differential.
  4. Theil's U statistic: ratio of model RMSE to random-walk RMSE; U<1U < 1 means the model beats the naive benchmark.

Sources of forecast uncertainty (Fair 1980):

See Forecast Uncertainty Decomposition and Stochastic Simulation.

Why It Matters

Forecasting is the primary empirical test of any economic model — a model that cannot predict out-of-sample carries limited credibility regardless of its in-sample fit. The forecast-combination literature shows that model averaging is typically more reliable than model selection in practice.

Open Questions

Related