> "The forecast that matters is the one that beats a naive guess."
Theil's U Statistic measures forecast accuracy relative to a naive no-change forecast. A value below 1 indicates the model outperforms simply predicting that tomorrow equals today; above 1 means you'd be better off not forecasting at all.
## Historical Context
Developed by Dutch econometrician Henri Theil in the 1960s, Theil's U was designed to evaluate economic forecasts against the simplest possible benchmark: the assumption of no change. This was revolutionary because many sophisticated models fail to beat this naive approach, especially in financial markets.
## Architecture & Physics
Theil's U computes two parallel error metrics: one for the forecast and one for a naive prediction. The ratio reveals whether the forecasting effort adds value. A forecast might have low absolute error but still be worse than doing nothing.
### Properties
* **Relative benchmark**: Compares against naive no-change forecast
* **Scale-independent**: Ratio is unitless
* **Interpretable threshold**: U = 1 is the break-even point
* **Range**: 0 to ∞, with 0 being perfect and > 1 being worse than naive
## Mathematical Foundation
### 1. Forecast Error
Calculate squared errors for the actual forecast:
$$FPE = \sum_{i=1}^{n} (y_i - \hat{y}_i)^2$$
Where:
* $y_i$ = actual value at time i
* $\hat{y}_i$ = predicted value at time i
### 2. Naive Error
Calculate squared errors for naive prediction (previous actual):