← Wonderland

The Central Limit Theorem

Add up enough independent random things and their average forgets where it came from. Whatever the starting shape, you get the bell curve. This is the closest thing statistics has to a law of nature.

Take the messiest, most lopsided source of randomness you can imagine — the income of a random household, the number of typos on a random page, the outcome of a loaded die. Each on its own is irregular and unpredictable. But average together many independent draws, and something almost suspicious happens: the averages arrange themselves into a smooth, symmetric, universal shape. The bell curve. It does not matter what you started with.

This is the Central Limit Theorem (CLT), and it is the reason the normal distribution — that famous bell — turns up in heights, in measurement errors, in test scores, in the noise on a microphone, in the price wobbles of a stock. None of those things is fundamentally bell-shaped. They become bell-shaped because each is, deep down, a sum of many small independent influences.

The most surprising regularity in mathematics

Most theorems tell you something specific about a specific object. The CLT does the opposite: it tells you that an enormous range of completely different objects all end up in the same place. That universality is what makes it startling. You are allowed to be ignorant of almost everything about your source of randomness — you only need to know that the draws are independent, that they share a distribution, and that distribution has a finite spread. Given that, the verdict is fixed in advance: the bell.

The single quantity that survives this forgetting is the standard deviation, a measure of spread. The shape gets erased; the scale does not. Everything else — the skew, the lumps, the spikes — washes out as you average more and more terms together.

The distribution you start with is forgotten. Only its mean and its spread survive the averaging. Everything else dissolves into the bell.

The Galton board: watching it happen

The cleanest way to see the theorem is a device the Victorian polymath Francis Galton built in the 1870s: a board studded with pegs, called a quincunx. Drop a ball in at the top. At each peg it bounces left or right — a coin flip. After a row of pegs it has made several independent left/right decisions, and where it lands at the bottom is just the sum of those decisions.

where the balls pile up

A Galton board. Each ball is a sum of independent left/right bounces. Drop thousands and the pile spontaneously forms a bell.

Drop a single ball and the landing spot is anyone's guess. Drop ten thousand and the pile of balls at the bottom traces out a bell curve every single time, with no exceptions and no fine-tuning. Each ball is a tiny experiment in summing coin flips; the CLT guarantees the collective result. The board is the theorem made of wood and marbles.

What the theorem actually says

Stated carefully: let X₁, X₂, …, Xₙ be independent draws from any distribution with mean μ and finite standard deviation σ. Form their average. As n grows, the distribution of that average approaches a normal distribution centred on μ, with a spread of σ⁄√n.

Two things are happening at once. First, the shape converges to the bell — the lopsidedness of the original disappears. Second, the bell gets narrower as you average more samples, because of that √n in the denominator. To halve the uncertainty of an average you need four times as many measurements; to cut it tenfold you need a hundredfold more data. That square-root law is the quiet tax on every poll, every lab measurement, every A/B test.

population: any shape average of n μ n = 5 n = 20 n = 100

Whatever the population's shape, the distribution of its average is a bell centred on μ — growing taller and narrower as the sample size n increases, by a factor of √n.

This is why the normal distribution is the default assumption almost everywhere. A person's height is the accumulated result of many genes and many environmental nudges, each small and roughly independent — a sum, and therefore a bell. The error in a careful measurement is the sum of countless tiny independent perturbations — a sum, and therefore a bell. The CLT is not a coincidence we keep noticing; it is the mechanism that manufactures the coincidence.

Why it matters — and where it breaks

The theorem is the bedrock of statistical inference. When a pollster reports a result “plus or minus three points,” that margin comes straight from the CLT: the sample average is treated as normally distributed around the true value, with a spread set by σ⁄√n. The same logic underwrites confidence intervals, hypothesis tests, quality control on factory lines, and the error bars on a physics measurement. Without it, we would have no principled way to say how much to trust an average drawn from a sample.

But the fine print matters, and ignoring it has cost people fortunes. The classical CLT assumes the draws are independent and that the underlying spread is finite. Break either and the bell can fail to appear. Financial returns are notoriously not independent — panics cluster — and some distributions have such heavy tails that their variance is effectively infinite, so extreme events arrive far more often than a bell would ever predict. Assuming normality where it does not hold is precisely the error that underpriced risk in the run-up to the 2008 crash.

So the Central Limit Theorem is two lessons in one. It explains why order emerges from a sea of independent randomness — why the world is so full of bell curves that we forget to find them strange. And it quietly warns us where that order stops: the moment the pieces stop being independent, or the moment the tails grow too heavy, the bell dissolves and the comfortable certainties go with it.


Further reading

  1. Laplace, P.-S. (1810). Mémoire sur les approximations des formules qui sont fonctions de très grands nombres — an early general statement.
  2. Galton, F. (1889). Natural Inheritance — introduces the quincunx.
  3. Fischer, H. (2011). A History of the Central Limit Theorem. Springer.
  4. Taleb, N. N. (2007). The Black Swan — on heavy tails and the limits of normality.