What does the central limit theorem actually say
The central limit theorem says that the distribution of the sample mean of independent, identically distributed random variables approaches a normal distribution as the sample size grows, regardless of the original distribution’s shape, provided the variance is finite. Specifically, for large n the standardized mean is approximately (N(0,1)).
Statistics · Sampling distributions
The central limit theorem (CLT) is a cornerstone of inferential statistics. It tells us that when we take many independent samples from any population with a finite variance, the distribution of the sample means will look increasingly like a bell‑shaped curve. This happens even if the original data are highly skewed or discrete, as long as we have enough observations. Because the normal shape is fully described by its mean and variance, the CLT gives us a simple way to approximate probabilities for sums and averages.
Formal Statement
Mathematically, if (,\dots,) are i.i.d. with mean and variance , then as . In plain language, the sample mean becomes normally distributed around the true mean, with a spread that shrinks like . This convergence holds no matter how non‑normal the original population may be, as long as its variance is finite.
The CLT holds under three main conditions:
- Observations are independent and identically distributed (i.i.d.).
- The population has a finite mean and finite variance .
- The sample size is sufficiently large; larger is needed for more irregular original shapes.
To apply the CLT in a problem, follow these steps:
- 1Check that the data meet the i.i.d. assumption and have finite variance.
- 2Choose a sample size that is large enough for the desired accuracy.
- 3Compute the sample mean and the standard error .
- 4Standardize: and use the standard normal table.
Worked example: suppose a factory produces bolts that are either defective (1) or good (0) with a true defect rate . Draw a random sample of bolts. The sample proportion has mean and standard error . Using the CLT, is approximately standard normal, so the probability that falls between 0.22 and 0.38 is about 0.95, matching the normal prediction. The approximation is already good, illustrating how the CLT lets us treat the proportion as if it were drawn from a normal distribution.
Effect of sample size on the sampling distribution of the mean for a Bernoulli(0.3) variable:
| n | Std. error of \(\bar X\) |
|---|---|
| 5 | 0.205 |
| 30 | 0.084 |
| 100 | 0.046 |
Why the CLT matters: it provides a practical bridge from unknown, messy data to the well‑understood normal model, enabling confidence intervals and hypothesis tests without knowing the exact population shape. Even with a highly skewed exponential or a discrete binomial source, the average of a modest number of observations behaves predictably. Thus the CLT is the engine behind most statistical inference taught in introductory courses.
Check yourself
According to the CLT, what happens to the shape of the sampling distribution of the mean as the sample size increases?
Get this as a lesson built for you
Describe what you are studying and Lernex writes the lesson and the questions around it. Free, and it takes about a minute.
Try itNo account needed to try it.
What people ask next
- How large does n need to be for the CLT to be accurate?Ask
- What if the original distribution has infinite variance?Ask
- Can the CLT be applied to proportions?Ask
- what is the difference between standard deviation and standard error
- what does a p-value actually mean
- when do you use a t-test instead of a z-test
- why do you divide by n-1 for sample variance
