- Home
- /
- Math
- /
- Statistics & Probability
- /
- Central Limit Theorem
For sufficiently large sample size (n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean \mu and standard deviation \frac{\sigma}{\sqrt{n}}, regardless of the shape of the population distribution. Without the CLT, we'd need to know the exact population distribution before doing any inference.
Definition
For sufficiently large sample size (n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean \mu and standard deviation \frac{\sigma}{\sqrt{n}}, regardless of the shape of the population distribution.
๐ก Intuition
Roll a single die and the outcomes are flat (uniform). But average the rolls of 30 dice and the result looks like a bell curve every time. No matter how weird the original data looksโskewed, bimodal, flatโthe averages of large enough samples always settle into a normal shape. It's one of the most surprising facts in all of mathematics.
๐ฏ Core Idea
The CLT is why the normal distribution dominates statistics: it guarantees that sample means are approximately normal for large n, giving us a universal framework for inference.
Example
Formula
Notation
\frac{\sigma}{\sqrt{n}} is called the standard error of the mean.
๐ Why It Matters
Without the CLT, we'd need to know the exact population distribution before doing any inference. The CLT lets us use normal-based methods (z-tests, confidence intervals) even when the population is non-normal.
Formal View
See Also
๐ง Common Stuck Point
The CLT applies to sample means (and sums), not to individual observations. A single data point from a skewed population is still skewed.
โ ๏ธ Common Mistakes
- Thinking n \geq 30 is a hard ruleโhighly skewed populations may need larger samples for the CLT to kick in.
- Confusing \sigma (population SD) with \frac{\sigma}{\sqrt{n}} (standard error)โthe spread of sample means shrinks by \sqrt{n}.
- Applying the CLT to individual observations rather than to the sample mean or sample sum.
Go Deeper
Frequently Asked Questions
What is Central Limit Theorem in Math?
For sufficiently large sample size (n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean \mu and standard deviation \frac{\sigma}{\sqrt{n}}, regardless of the shape of the population distribution.
Why is Central Limit Theorem important?
Without the CLT, we'd need to know the exact population distribution before doing any inference. The CLT lets us use normal-based methods (z-tests, confidence intervals) even when the population is non-normal.
What do students usually get wrong about Central Limit Theorem?
The CLT applies to sample means (and sums), not to individual observations. A single data point from a skewed population is still skewed.
What should I learn before Central Limit Theorem?
Before studying Central Limit Theorem, you should understand: sampling distribution, normal distribution.
Prerequisites
Next Steps
Cross-Subject Connections
How Central Limit Theorem Connects to Other Ideas
To understand central limit theorem, you should first be comfortable with sampling distribution and normal distribution. Once you have a solid grasp of central limit theorem, you can move on to confidence interval and hypothesis testing.