HomeArticlesRegression to the Mean

Regression to the Mean: The Statistical Trap Behind Every Sports Curse

Pick the extreme performers from a pair of correlated scores and the follow-up drifts back toward average — not because of any curse, but because of the algebra of correlation less than 1.

mysimulator teamUpdated June 2026≈ 7 min read▶ Open the simulation

Galton's peas, a century before sports curses

Francis Galton noticed the pattern in the 1880s while studying sweet-pea seeds and human heights: the offspring of unusually tall parents tended to be tall, but on average shorter than their parents; the offspring of unusually short parents tended to be short, but on average taller. He called it 'regression toward mediocrity,' now softened to regression to the mean. It is not a mystical pull toward average — it is a direct, unavoidable consequence of any pair of measurements that are correlated but not perfectly correlated.

live demo · extreme scores drift back toward average on the follow-up● LIVE

Where the drift comes from

Model two correlated measurements — a test score and a retest, a rookie season and a sophomore season — as draws from a bivariate normal distribution with correlation coefficient ρ (rho), where |ρ| < 1 unless the two measurements are literally identical. Given that the first score is z standard deviations above the mean, the best prediction for the second score is not another z standard deviations above the mean — it is ρ·z:

E[Y | X = x] = μ_Y + ρ · (σ_Y/σ_X) · (x - μ_X)

standardized form:  E[Z_Y | Z_X = z] = ρ · z

ρ = 1   → no regression, perfect predictability
ρ = 0   → total regression, second score is just the mean
0<ρ<1  → partial pull back toward the mean, size set by ρ

Whenever ρ is less than 1 in magnitude — which is nearly always, because any real measurement mixes true ability with noise — the predicted second score sits closer to the mean than the first. This is pure algebra, true for any correlated pair of variables, and it says nothing at all about causation: no punishment, curse, or magazine cover is required.

The sophomore slump and the Sports Illustrated curse

A rookie who has an outstanding first season was, by definition, selected partly for skill and partly for a run of good luck — a favourable bounce of variance that season. The next season, skill persists but that particular lucky draw does not repeat, so the follow-up performance regresses toward the player's true underlying average. Commentators call this the sophomore slump or, when a magazine cover follows a hot streak and the athlete cools off afterward, the Sports Illustrated cover curse. The magazine did not curse anyone; extreme performances are, on average, followed by less extreme ones purely because extremity itself is partly luck.

Why this trips up intuition, and policy

Daniel Kahneman used flight-instructor training as his famous example: instructors praised cadets after unusually good landings and reprimanded them after unusually bad ones, then observed that praised cadets tended to do worse next time and reprimanded ones tended to do better — and concluded punishment worked and praise didn't. Both effects were just regression to the mean; the same pattern would appear if the instructors said nothing at all. The same trap catches speed cameras installed at accident blackspots (accidents drop afterward partly because that intersection's unlucky spike was never going to repeat at the same rate), medical treatments evaluated only on patients selected because their symptoms were at their worst, and any 'before/after' comparison that selects subjects for being at an extreme.

How to tell real change from statistical drift

The only reliable defence is a control group that is not selected for being extreme but experiences the same regression pull, so the drift cancels out in a before/after comparison and whatever difference remains is attributable to the actual intervention. Repeated measurement helps too: averaging several independent samples per subject shrinks the noise component relative to the true-ability component, pushing ρ between averaged scores closer to 1 and reducing the size of the artificial rebound.

Frequently asked questions

Is regression to the mean the same as things 'evening out' or balancing out over time?

No, and this is the most common misreading. It is not that the universe compensates for an earlier extreme outcome — each new measurement is drawn independently given the underlying ability. The mean prediction is closer to average purely because an earlier extreme score usually contained some luck that isn't expected to repeat, not because a debt is being repaid.

If regression to the mean is guaranteed by statistics, does that mean player development or coaching has no effect?

Not at all — real skill changes (through practice, injury, aging) happen on top of the regression effect, not instead of it. The problem is that regression alone can produce a performance dip or rebound that looks exactly like a real effect, so you need a comparison group to separate the two.

Why did Kahneman's flight instructors see praise 'fail' and criticism 'succeed'?

Cadets praised after an unusually good landing had that landing partly because of luck that wasn't expected to repeat, so their next landing regressed toward their average — looking like praise made them worse. Cadets criticized after an unusually bad landing were, by the same logic, likely to improve next time regardless of the criticism.

Try it live

Everything above runs in your browser — open Regression to the Mean and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Regression to the Mean simulation

What did you find?

Add reproduction steps (optional)