How Regression to the Mean Works
When you select individuals based on an extreme value of one measurement X, you are selecting for a mix of true ability and above-average luck. On the next measurement Y, luck reverts to average, so the group appears to decline even when nothing has changed. This is regression to the mean — a statistical artifact, not a real effect.
The formula shows that the conditional expectation of Y given a specific X lies along a line with slope ρ·(σY/σX). When ρ < 1, this slope is less than the 45° line, meaning extreme X values predict Y values that are closer to the mean of Y than X is to the mean of X.
Francis Galton discovered this in 1886 studying parent-child heights: tall parents had tall children, but those children were on average not as tall as their parents relative to the mean. He called it “regression towards mediocrity.” The scatter plot above demonstrates this with a bivariate normal distribution where you can tune the correlation ρ and see how selection of extreme scorers leads to apparent regression.
Real-world examples: Athletes selected for peak performance who subsequently perform closer to their average; patients who seek treatment when symptoms peak and improve even with a placebo; students selected for remediation who improve due to regression, not the program; countries with the worst economic performance one year showing better growth the next.
Frequently Asked Questions
-
What is regression to the mean?Regression to the mean is the statistical phenomenon where extreme measurements on one variable tend to be followed by less extreme measurements on a second, correlated variable. It was first described by Francis Galton in 1886 when studying the heights of parents and children.
-
Why does regression to the mean happen?It happens because extreme scores are partially due to chance (noise). When you select for extreme values on one measurement, you are also selecting for above-average luck. On the next measurement, luck is likely to be closer to average, pulling the result back toward the mean. The mathematical formula is E[Y|X=x] = μ_Y + ρ·(σ_Y/σ_X)·(x − μ_X).
-
What is the sports curse and how does regression explain it?The “Sports Illustrated curse” (or sophomore slump) describes athletes who perform exceptionally well, gain fame, then appear to decline. In reality, their first performance was partly luck, and their second is closer to their true ability. Regression to the mean, not a real curse, explains this pattern entirely.
-
How does correlation ρ affect regression to the mean?The strength of regression to the mean depends directly on the correlation ρ. When ρ = 1 (perfect correlation), there is no regression — the second measurement equals the first exactly. When ρ = 0 (no correlation), the second measurement is completely independent, and extreme first scores always regress fully back to the population mean.
-
Where does regression to the mean appear in medicine?Patients often seek treatment when symptoms are at their worst. Even without treatment, symptoms would tend to improve due to regression to the mean. This is why clinical trials need control groups — apparent improvement after treatment may simply be regression, not a real drug effect.
-
What is a bivariate normal distribution?A bivariate normal distribution describes two jointly normally distributed random variables X and Y with means μ_X, μ_Y, standard deviations σ_X, σ_Y, and correlation coefficient ρ. The conditional expectation E[Y|X=x] forms a straight line, and the slope ρ·(σ_Y/σ_X) determines the degree of regression.
-
Can regression to the mean cause false conclusions in research?Yes. If researchers select the lowest-performing students for an intervention and then see improvement, that improvement might be entirely due to regression to the mean rather than the program itself. Pre-post designs without control groups are especially vulnerable to this confound.
-
How is regression to the mean related to linear regression?The term “regression” in linear regression comes directly from Galton’s original work on regression to the mean. He noticed that the best-fit line relating parent heights to child heights had a slope less than 1, showing that tall parents had children closer to the average height than themselves.
-
Does regression to the mean only go downward?No. Regression to the mean works symmetrically: extremely low scores on variable X tend to be followed by less extreme (higher) scores on Y. If you select the worst students, they will tend to improve — not because of their effort, but because their poor initial performance included bad luck.
-
How can I avoid being misled by regression to the mean?Use randomised controlled trials with proper control groups. Avoid selecting subjects based on extreme pre-test scores without accounting for regression effects. Use statistical methods that model measurement error explicitly, such as regression dilution correction or structural equation models.