- Home
- /
- Statistics
- /
- statistics core
- /
- Central Limit Theorem
Central Limit Theorem
Grade 9-12
The Central Limit Theorem (CLT) states that for sufficiently large sample sizes (usually n \geq 30), the sampling distribution of the sample mean \bar{x} is approximately normal, regardless of the shape of the original population distribution. The CLT is the reason confidence intervals and hypothesis tests work in practice.
Definition
The Central Limit Theorem (CLT) states that for sufficiently large sample sizes (usually n \geq 30), the sampling distribution of the sample mean \bar{x} is approximately normal, regardless of the shape of the original population distribution.
๐ก Intuition
This is statistics' magic trick: no matter how weird your population looks, if you take big enough samples and average them, those averages will form a bell curve. This is why normal distribution methods work so often.
๐ฏ Core Idea
With a large enough sample size (usually n โฅ 30), sample means follow an approximately normal distribution regardless of the population's original shape.
Example
Notation
The standardized sample mean is Z = \frac{\bar{X} - \mu}{\sigma / \sqrt{n}}, which follows approximately N(0, 1) for large n.
๐ Why It Matters
The CLT is the reason confidence intervals and hypothesis tests work in practice. It justifies using normal-distribution methods in medicine, polling, manufacturing quality control, and virtually every field that relies on statistical inference from samples.
๐ญ Hint When Stuck
When applying the CLT, first verify your sample size is large enough (typically n \geq 30). Then compute the mean of the sampling distribution as \mu_{\bar{x}} = \mu and the standard error as SE = \frac{\sigma}{\sqrt{n}}. Finally, use the normal distribution to find probabilities about \bar{x}.
Formal View
Related Concepts
See Also
๐ง Common Stuck Point
The CLT applies to sample means, not to individual values. Individual observations from a skewed population remain skewed no matter the sample size.
โ ๏ธ Common Mistakes
- Applying to small samples
- Thinking it makes data normal (it doesn't)
- Confusing CLT with Law of Large Numbers
Frequently Asked Questions
What is Central Limit Theorem in Statistics?
The Central Limit Theorem (CLT) states that for sufficiently large sample sizes (usually n \geq 30), the sampling distribution of the sample mean \bar{x} is approximately normal, regardless of the shape of the original population distribution.
Why is Central Limit Theorem important?
The CLT is the reason confidence intervals and hypothesis tests work in practice. It justifies using normal-distribution methods in medicine, polling, manufacturing quality control, and virtually every field that relies on statistical inference from samples.
What do students usually get wrong about Central Limit Theorem?
The CLT applies to sample means, not to individual values. Individual observations from a skewed population remain skewed no matter the sample size.
What should I learn before Central Limit Theorem?
Before studying Central Limit Theorem, you should understand: sampling distribution.
Prerequisites
Next Steps
How Central Limit Theorem Connects to Other Ideas
To understand central limit theorem, you should first be comfortable with sampling distribution. Once you have a solid grasp of central limit theorem, you can move on to confidence interval and hypothesis testing.