No. The whole point is that the sample mean becomes approximately normal even when the population is not.
Yes. The CLT applies to normalized sums; the mean is a scaled sum.
If n is large, you can replace sigma with sample standard deviation ss and use the normal approximation. For small n and normal population, use the Student’s t-distribution for inference about the mean.
The classical CLT assumes independence. There are generalized CLTs (e.g., for weakly dependent sequences, mixing conditions, martingales), but you must check specific assumptions.
When approximating discrete distributions (like binomial) with normal for small/medium n, a continuity correction improves accuracy. For large nn, it’s less important.
Yes. Lindeberg and Lyapunov CLTs relax identical distribution assumptions and provide precise conditions for convergence.
Accuracy depends on skewness, kurtosis, and sample size. Berry–Esseen theorem gives bounds on the approximation error in terms of the third absolute moment.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Central Limit Theorem
The Central Limit Theorem (CLT) is one of the most important results in statistics. It states that when we take sufficiently large random samples from any population with a finite mean and variance, the sampling distribution of the sample mean will be approximately normally distributed, regardless of the shape of the original population.
In simple words, even if your original data is skewed or irregular, the distribution of the sample means tends toward a bell curve as the sample size increases.
1.0Central Limit Theorem Statement
Statement: If a random sample of size n is taken from a population with mean μ and standard deviation σ, then as n becomes large, the distribution of the sample mean Xˉ approaches a normal distribution with mean μand standard deviation nσ.
2.0Central Limit Theorem Formula
The formula for the central limit theorem for the sample mean is:
Z=σ/nxˉ−μ
Where:
Xˉ = Sample mean
μ = Population mean
σ = Population standard deviation
n = Sample size
3.0Central Limit Theorem Equation
The probability density function for the sampling distribution of the mean (as n grows large) is given by:
f(xˉ)=2π(nσ2)1e−2(σ2/n)(xˉ−μ)2
This is the normal distribution equation adapted for sample means.
4.0Central Limit Theorem Explanation
The CLT works because when independent random variables are added, their normalized sum tends to follow a normal distribution, even if the original variables themselves are not normally distributed. This is why normal distribution appears so often in real-world data analysis.
5.0Central Limit Theorem Example
Example: Suppose the average height of students in a school is unknown, but the heights are skewed. You randomly select samples of 50 students at a time and record the average height for each sample. If you repeat this many times, the histogram of those sample averages will form an approximate normal curve, even though the original height distribution was skewed.
6.0Application of the Central Limit Theorem
The application of the central limit theorem is widespread in statistics and data science:
Confidence Intervals – Allows us to estimate population parameters from sample data.
Hypothesis Testing – Forms the foundation for many statistical tests like the Z-test and t-test.
Quality Control – Used in manufacturing to monitor processes.
Finance – Used in modeling returns and risk assessment.
Polling & Surveys – Helps predict population opinions from small samples.
7.0Solved Examples on Central Limit Theorem
Example 1: Population mean μ=50, population standard deviation σ=8. A random sample of n = 36 is taken. Find P(Xˉ>52).
Solution.
Compute standard error: σxˉ=nσ=368=68=1.333333.
Compute z-score:
Z=1.33333352−50=1.3333332=1.5.
Use standard normal: P(Xˉ>52)=P(Z>1.5).
From normal table: P(Z>1.5)≈0.0668072.
Answer: 0.0668 (approx.)
Example 2: True proportion p=0.40. Sample size n = 200. Find P(0.35<p^<0.45).