Central Limit Theorem Simulator
Pick any population distribution, set a sample size, and draw samples. Watch the distribution of sample means gradually become bell-shaped, no matter what the original population looks like. This is the Central Limit Theorem in action.
Distributions
Population Distribution
Sampling Distribution of Means (n = 30)
Click the "Draw samples" buttons above to start building the sampling distribution.
Controls
Statistics
Step-by-Step Explanation
1. Population parameters
2. Standard error of the mean
3. Central Limit Theorem
Reference Guide
The Central Limit Theorem
If you take many random samples of size from any population with mean and finite standard deviation , the distribution of the sample means will be approximately normal for large enough .
A common rule of thumb is that is large enough for most population shapes.
Standard Error of the Mean
The standard deviation of the sampling distribution (called the standard error) shrinks as the sample size grows.
Quadrupling the sample size cuts the standard error in half. This is why larger samples give more precise estimates.
Why the CLT Matters
The CLT is the foundation of inferential statistics. It lets us use normal distribution tools (z-scores, confidence intervals, hypothesis tests) even when the population itself is not normally distributed.
Try the exponential or bimodal population in this simulator. The population looks nothing like a bell curve, but the sampling distribution of means converges to one.
Effect of Sample Size
As you increase , two things happen. The sampling distribution becomes more normally shaped, and it becomes narrower (smaller standard error).
Try setting n = 5 and then n = 50 with the same population. With larger n, the histogram of sample means is tighter around the population mean and looks more symmetric, even for highly skewed populations.