The Central Limit Theorem
Why averages turn into a bell curve — even when the raw data is nothing like one.
Three different things called 'a distribution'
It is easy to get tangled here, so let us separate three ideas up front:
- The population — every raw value out there (all the incomes, all the wait times). It can be any shape: skewed, flat, two-humped.
- A sample — a handful of values you actually collect, say n of them.
- The sampling distribution of the mean — what you get if you imagine taking many samples and writing down just the average of each one.
The Central Limit Theorem is a statement about that third thing.
See it happen
Below, pick a population that looks nothing like a bell — try the right-skewed one, or the two-humped 'bimodal' one. The top strip shows the raw population's true shape. The bottom panel collects the averages of the samples you draw.
Two knobs do two different jobs — keep them apart:
- Drawing more samples (the Draw 1 and Draw 100 buttons) simply fills in the bottom histogram so its shape becomes clear. It does not change the shape you are filling in.
- The sample size n is what controls that shape. Slide n down to 1 and each 'average' is just a single raw value — so the bottom matches the lop-sided top. Now raise n: the pile morphs into a bell and, at the same time, gets narrower.
That second knob is the theorem at work: it is the size of each sample — not how many samples you take — that turns averages into a bell.
How much does the spread shrink?
The spread of the sample means has its own name: the standard error. It is not the same as the population's spread — it is smaller, and it depends on the sample size:
- Shape: n = 36 is large enough here for the distribution of the sample means to be approximately normal — a bell — even though delivery times themselves are skewed. (Heavier skew would need a larger n.)
- Center: the means are centered on the population mean, 30 min.
- Spread: standard error = σ/√n = 12 / √36 = 12 / 6.
Check your understanding
- Population, sample, and sampling distribution of the mean are three different things — the CLT is about the third.
- The Central Limit Theorem: sample means become approximately normal as n grows, whatever the population's shape.
- The means are centered on the true population mean.
- Their spread is the standard error, SE = σ/√n — it shrinks as n grows, but only with the square root.
- Halving the standard error takes four times the sample size, not twice.