📊 Statistics
CLT: sample means are approximately Normal with mean mu and standard error sigma divided by square root of n — for any population when n is at least 30.
Central Limit Theorem (CLT) — The CLT justifies z and t procedures on sample data — it is the foundation of all inference
1
What the CLT states
For random samples of size n drawn from ANY population (regardless of that population's own shape) with mean μ and standard deviation σ, the sampling distribution of the sample mean (x̄) becomes approximately normal as n gets large — typically n ≥ 30 is used as the rule of thumb.
2
The mean and standard error of the sampling distribution
The sampling distribution of x̄ is centered at the true population mean μ, with standard error σ/√n — a measure of how much sample means vary from sample to sample.
3
Why larger samples reduce variability
As n increases, the standard error σ/√n decreases, meaning sample means cluster more tightly around the true population mean — larger samples give more precise estimates.
4
Why the CLT matters so much
The CLT is what allows statisticians to use normal-distribution-based procedures (like z-intervals, t-intervals, and hypothesis tests) on sample means, even when the original population itself isn't normally distributed — as long as the sample size is large enough.
1
A population of individual customer purchase amounts is heavily skewed (most purchases are small, but a few are very large) — clearly not a normal distribution.
2
Despite this, if random samples of size n=50 are repeatedly drawn and their sample means calculated, the CLT guarantees that the distribution of these sample means will be approximately normal, since n=50 exceeds the n≥30 threshold.
3
This sampling distribution of x̄ will be centered at the true population mean μ, with a standard error of σ/√50 — smaller than the population's own standard deviation, since dividing by √50 shrinks the spread.
4
This is precisely why z-intervals and t-intervals for a mean remain valid even for data drawn from a skewed population — the CLT justifies treating the sampling distribution of x̄ as approximately normal once the sample size is large enough.

Exams test whether you understand what the CLT actually guarantees (the sampling distribution of x̄, not the population itself, becomes approximately normal), and whether you know the standard error formula σ/√n and how sample size affects it.

The most common trap is confusing the CLT's claim about the sampling distribution of the sample MEAN with a claim about the original population's distribution — the CLT says nothing about the population itself becoming normal; it's specifically about the distribution of x̄ across repeated samples.

1. What does the Central Limit Theorem state?
For large enough samples (n≥30) from any population, the sampling distribution of the sample mean x̄ is approximately normal.
Tap to reveal / hide
2. What is the standard error formula for the sampling distribution of x̄?
σ/√n.
Tap to reveal / hide
3. What happens to the standard error as sample size n increases?
It decreases, meaning sample means cluster more tightly around the true population mean.
Tap to reveal / hide
4. Does the CLT claim that the original population becomes normally distributed?
No — it specifically describes the sampling distribution of the sample mean x̄, not the original population itself.
Tap to reveal / hide
5. Why is the CLT considered foundational to statistical inference?
Because it justifies using normal-distribution-based procedures (like z and t intervals/tests) on sample means, even when the original population isn't normally distributed.
Tap to reveal / hide