Convergence in Distribution
The weakest, most common notion of a sequence of random variables "settling down" — it's what the central limit theorem actually promises, and it is not the same as individual outcomes getting close to each other.
Prerequisites: Monotone and Dominated Convergence Theorems
The central limit theorem says a sample mean, suitably rescaled, "converges to a normal distribution." But converges how, exactly? It is tempting to picture individual numbers homing in on individual target values, the way . That picture is wrong here, and getting it wrong causes real confusion about what the CLT actually promises. What actually settles down is the shape of the whole distribution — the histogram, not any individual draw.
The analogy: a histogram that stops changing shape
Imagine rolling a die times and plotting a histogram of the average of those rolls, then repeating the whole experiment thousands of times to build up that histogram. For small the histogram is lumpy and asymmetric. As grows, the histogram smooths into a bell shape and that bell shape stabilises — draw the histogram for and and they look nearly identical in shape (once you rescale for the shrinking spread). Individual averages are still bouncing around, never sitting still — but the overall picture, the histogram's shape, has settled. That settling of the shape, not of any single number, is convergence in distribution.
Writing it down
A sequence of random variables converges in distribution to , written , if
In words: the CDFs of the sequence get closer and closer to the CDF of the limit, at every ordinary point — the shape of the distribution stabilises. Crucially, this says nothing about individual outcomes for a specific random draw getting close to ; it is entirely a statement about the two curves and matching up. This is the weakest of the standard modes of convergence — weaker than convergence in probability, which is itself weaker than almost-sure convergence — precisely because it only constrains aggregate behaviour, not individual paths.
Worked example 1: sample proportions converging to a normal shape
Flip a fair coin times and look at , the standardised sample proportion of heads. For : possible values of are multiples of , so the distribution of is lumpy — e.g. , a sizeable spike at the centre. For : the same standardised quantity has computable via the normal approximation as , and by this point the whole curve of 's distribution — not just this one probability — closely tracks the standard normal CDF to several decimal places at every . This is the CLT in action: , and the shape has essentially converged well before , even though itself is still a genuinely random, bouncing quantity at every .
Worked example 2: why individual values don't converge, only the shape
Let for a fixed standard normal (so literally flips sign each step, alternating between and forever). Does ? Check the definition: . When is even this is ; when is odd it's too, since the standard normal is symmetric. Both cases give exactly for every , so trivially : yes, . But individually, never settles at all — it swings deterministically between and every single step, with forever, never shrinking. The distribution's shape converges (trivially, since it's the same shape at every step) while the actual sequence of values does nothing resembling settling down — the cleanest possible illustration that convergence in distribution says nothing about individual paths.
What this means in practice
Every confidence interval built from "the sample mean is approximately normal for large " is invoking convergence in distribution, not a claim that any individual sample mean has homed in on the truth — that stronger claim is what the law of large numbers provides instead, and it's a different, complementary statement. Backtest significance tests, asymptotic standard errors, and bootstrap confidence bands all lean on convergence in distribution results to justify treating a finite-sample statistic as approximately normal.
Convergence in distribution means the CDFs of a sequence converge pointwise to a limiting CDF — the shape of the distribution stabilises. It is the weakest standard mode of convergence and makes no claim that individual random values are getting close to anything; worked example 2 exhibits convergence in distribution with a sequence that never settles at all.
The classic confusion is treating " converges in distribution to " as meaning and become close as random variables — that individual draws of approach individual draws of . They need not even be defined on a related basis; is purely a statement about two CDF curves getting close, not about outcome-by-outcome closeness. Confusing this with the stronger notion of convergence in probability (where itself shrinks) leads to incorrectly assuming a large- CLT approximation says anything about how close this particular sample's statistic is to its target — it doesn't, on its own; that requires a separate error bound.
Related concepts
Practice in interviews
Further reading
- Billingsley, Convergence of Probability Measures (ch. 1)
- Van der Vaart, Asymptotic Statistics (ch. 2)