The Central Limit Theorem (CLT) is one of the most important principles in statistics. It states that when independent random samples are taken from any population with a finite mean and variance, the distribution of the sample means will approximate a normal distribution as the sample size increases, regardless of the original population’s shape.
The theorem was developed through the work of mathematicians like Abraham de Moivre, Pierre-Simon Laplace, and Carl Friedrich Gauss. It provides the theoretical foundation for why normal distributions appear so frequently in real-world data and statistical analyses. The CLT supports many statistical methods, including hypothesis testing and confidence intervals, by allowing researchers to apply normal distribution assumptions to sample means.
Formula
\( Z = \frac{\bar{X} – \mu}{\sigma / \sqrt{n}} \)
Where:
\( \bar{X} \) = sample mean
\( \mu \) = population mean
\( \sigma \) = population standard deviation
\( n \) = sample size
The CLT underpins many statistical analyses. For instance, in quality control or Six Sigma, process averages are assumed to follow a normal distribution to calculate process capability. In finance, it supports portfolio return modelling, and in healthcare, it helps estimate population health metrics from sample data.
The Central Limit Theorem bridges the gap between non-normal real-world data and the mathematical convenience of the normal distribution. It enables practical use of inferential statistics across Lean Six Sigma, scientific research, and business analytics.