CENTRAL LIMIT THEOREM

Back to Glossary

Definition

A statistical result stating that the distribution of sample means approaches normal as sample size grows, regardless of population distribution.


Summary

The Central Limit Theorem is one of the most important concepts in statistics that explains why the normal distribution appears so frequently in data analysis. It tells us that when we take many samples from any population (even if that population isn't normally distributed) and calculate the average of each sample, those sample averages will form a normal (bell-shaped) distribution. This happens regardless of whether the original population was skewed, uniform, or had any other shape. The larger our sample sizes, the more perfectly normal this distribution of sample means becomes. This theorem is crucial because it allows us to make predictions and calculate probabilities about sample means using normal distribution properties, even when we don't know the shape of the original population.

Usage Context

Essential for understanding hypothesis testing, confidence intervals, and any statistical inference involving sample means. Critical foundation for most advanced statistical methods and quality control applications.

Common Confusions

  • Thinking the CLT makes the original population normal (it doesn't - only the distribution of sample means)
  • Confusing the population standard deviation with the standard error
  • Believing larger samples always mean the CLT applies better (it's about the distribution of means, not individual values)
  • Thinking the CLT only works with normal populations
  • Confusing the sampling distribution with the sample distribution