Central Limit Theorem Calculator

Explore the Central Limit Theorem with interactive sampling distributions. Calculate standard error, confidence intervals, and visualize how sample means converge to normal.

Standard Error
2.5000
σ/√n = 15/√36
Margin of Error
4.9000
z* × SE = 1.960 × 2.5000
Confidence Interval
[95.10, 104.90]
95% level
P(97 < X̄ < 103)
76.99%
z: [-1.20, 1.20]
SE / σ Ratio
16.7%
SE is 83% smaller than σ
Sampling Distribution
N(100, 2.500²)
Mean = μ, SD = standard error

Standard Error vs Sample Size

n=1
15.00
n=4
7.50
n=9
5.00
n=16
3.75
n=25
3.00
n=36
2.50
n=64
1.88
n=100
1.50

Sample Size Comparison

nStd Error95% MOESE as % of σ
56.708±13.14844.7%
104.743±9.29731.6%
203.354±6.57422.4%
302.739±5.36818.3%
502.121±4.15814.1%
1001.500±2.94010.0%
2001.061±2.0797.1%
5000.671±1.3154.5%
10000.474±0.9303.2%
Required Sample Size for Target MOE
Target MOEn (90%)n (95%)n (99%)
±0.52,4363,4585,973
±16098651,494
±2153217374
±36897166
±5253560
±107915
Planning notes, formulas, and examples

About the Central Limit Theorem Calculator

The Central Limit Theorem (CLT) Calculator shows how sample means become approximately normal as sample size increases. It is a compact way to explore one of the most important ideas in statistics: averages are often easier to reason about than raw observations. It helps connect an abstract theorem to the distributions and sample sizes people actually work with. That makes it easier to see when a normal approximation is practical and when the sample is still too small.

Enter population parameters and sample size to view the sampling distribution, standard error, confidence intervals, and probability calculations. You can use it to see how larger samples tighten the spread of sample means around the population mean.

The CLT is what makes normal-approximation methods practical in many real settings, including survey work, process monitoring, and basic inferential statistics. This calculator helps you see that relationship numerically instead of treating it as a purely theoretical rule. That makes the theorem easier to connect to real sample sizes and error bars. It gives you a concrete sampling example to point at when the theorem feels abstract.

When This Page Helps

Use this calculator for statistics courses, research design, and quality control. It helps compare sample sizes, explain standard error, and check whether a normal approximation is reasonable, especially when you need to connect the math to an actual sampling scenario. It is useful when you want to see how the sampling distribution changes instead of only reading the theorem statement.

How to Use the Inputs

  1. Enter the population mean (μ) and population standard deviation (σ).
  2. Set the sample size (n) — experiment with different values.
  3. Review the sampling distribution: standard error and shape.
  4. Calculate probability of the sample mean falling in a specific range.
  5. Adjust confidence level to see confidence interval widths.
  6. Compare standard errors across multiple sample sizes in the table.
Formula used
Standard Error: SE = σ / √n. Sampling Distribution: X̄ ~ N(μ, σ²/n) for large n. Z-score: Z = (X̄ - μ) / SE. Confidence Interval: X̄ ± Z* × SE. Margin of Error: E = Z* × σ / √n. Required Sample Size: n = (Z* × σ / E)².

Example Calculation

Result: SE = 2.5, 95% CI = 100 ± 4.9

SE = 15/√36 = 2.5. The sample mean distribution is N(100, 2.5²). 95% CI: 100 ± 1.96 × 2.5 = [95.1, 104.9]. There's a 95% chance any sample mean of size 36 falls in this range.

Tips & Best Practices

  • Quadrupling sample size halves the standard error — diminishing returns kick in at large n.
  • For proportions, the CLT applies when both np ≥ 10 and n(1-p) ≥ 10.
  • The CLT applies to sums too: the sum of n values approaches N(nμ, nσ²).
  • In quality control, X̄ charts rely on the CLT with samples of size 4-5.
  • For skewed populations, the median converges more slowly than the mean.

Visual Intuition for the CLT

Imagine rolling a single die — the distribution is perfectly uniform with mean 3.5. Now average 2 dice: the distribution becomes triangular, peaking at 3.5. Average 5 dice: it looks bell-shaped. Average 30 dice: it's essentially Gaussian with mean 3.5 and SE = 1.71/√30 = 0.31.

This transformation from any shape to normal happens because averaging cancels out extreme values. With more data points, extreme highs and lows are increasingly rare in the average, concentrating results near the population mean.

Applications in Practice

Quality control uses X̄ charts based on the CLT. A process with mean μ and σ is monitored by taking samples of size n (typically 4-5) and plotting the mean. Control limits at μ ± 3σ/√n create a band where 99.7% of sample means should fall. Points outside signal a process shift.

Survey design relies on the CLT to determine sample sizes. For a desired margin of error E at confidence level Z*, the required sample size is n = (Z*σ/E)². This is why political polls with n ≈ 1,000 can estimate national opinion within ±3%.

CLT Limitations

The CLT has important limitations. It doesn't apply well to heavy-tailed distributions (Cauchy, some Pareto) where the variance is infinite or undefined. It also requires independent observations — correlated data (time series, clustered samples) may need larger effective sample sizes. Finally, the rate of convergence depends on the population's skewness and kurtosis.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • A common rule of thumb is n ≥ 30 for many population shapes, but that is only a starting point. If the population is very skewed or heavy-tailed, you may need a much larger sample before the sampling distribution looks close to normal. If the population is already near normal, smaller samples can work well.