Central Limit Theorem

Inference Foundations
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

Roll a die many times (uniform distribution). Average groups of 30 rolls. Those averages form a bell curve centered at 3.5.

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

If X_1, X_2, \ldots, X_n are i.i.d. with mean \mu and finite variance \sigma^2, then as n \to \infty, \frac{\bar{X} - \mu}{\sigma / \sqrt{n}} \xrightarrow{d} N(0, 1).

๐Ÿšง 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.

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.