Predicting the value of a continuous real variable based on historical observations, covariates etc is a routine problem. It has never been easier to create sophisticated statistical models from data. Sadly however, it often turns out that the predictions of the fancy model are not much better than a simple mean of the historical observations.
The output of the best predictive models (determined by cross-validation for example) always shows less variance than the observations. This fact is called shrinkage.
Shrinkage can be understood from an identity known in weather forecasting as Murphy-Epstein decomposition[*].
is the correlation between forecasts and observations, and
and
are standard deviations of the observations and forecasts respectively.
To maximise skill, the second term needs to be made as small as possible. For example, requires
.
Having low variance compared to the observations may seem strange. It makes your predictive model seem a less realistic description of reality. Yet shrinkage is a feature of any imperfect () but optimised predictive model.
[*] Statistical Analysis in Climate Research, H. Storch and F Zwiers, Cambridge University Press, 2002