Learn
Interactive·

Law of Large Numbers & Central Limit Theorem

Larger samples stabilize the mean, and repeated sample means approach a bell-shaped distribution.

Individual customer purchases may be strongly right-skewed: most are small, while a few are very large. Yet repeated averages of 100 customers look much more stable and regular.

The Law of Large Numbers and the Central Limit Theorem explain these two features. They are related, but they answer different questions.

Key question

Where does the sample mean go as n grows, and what distribution do repeated sample means create?

1

Concept

How do the two theorems differ?

One theorem describes location; the other describes distribution shape

Law of Large Numbers

Where does one sample mean go?

It approaches the population mean as the sample grows

Central Limit Theorem

What shape do repeated sample means make?

Their distribution approaches a normal shape

The Law of Large Numbers concerns one increasingly large sample and says that its mean approaches the population mean. The Central Limit Theorem concerns the distribution formed by sample means across repeated samples of the same size.

They are not the same statement

Convergence toward the true mean and convergence toward a normal sampling distribution are different properties.

2

Why It Matters

Why does the sample mean approach the population mean?

High and low observations increasingly offset one another

A small sample can contain an unusual number of high or low values. In a larger sample, those chance imbalances tend to cancel, bringing the sample mean closer to the population mean.

Sample sizeTypical spread of the sample mean
n = 4σ/2
n = 25σ/5
n = 100σ/10

The rate matters

The standard error is σ/√n. Cutting the spread in half requires four times as many observations.

3

How It Works

Why do sample means become normally distributed?

Sample means create a new probability distribution

Repeated samples from the same population

The observations change, but the sample means form a stable pattern.

SampleObservationsSample mean
12 · 3 · 4 · 8 · 136.0
21 · 2 · 5 · 6 · 115.0
33 · 4 · 4 · 5 · 95.0
41 · 3 · 6 · 7 · 85.0

Even when the original population is not normal, averaging enough independent observations often produces a sampling distribution that is approximately normal.

The center of that distribution is μ and its standard deviation is σ/√n. Larger samples therefore produce a narrower distribution around the same center.

4

Example

Does this work for strongly skewed populations?

Strong skew may require a larger sample

A normal population produces normally distributed sample means even for small n. Strongly skewed populations, such as income or purchase value, may require much larger samples before the approximation becomes good.

Population shapeSample size needed for a useful approximation
Normal or nearly symmetricoften good with relatively small n
Moderately skeweda moderate sample
Strong skew or extreme tailslarger samples and robustness checks

The n ≥ 30 rule

Thirty is not a universal cutoff. The required sample size depends on skew, tail weight, and outliers.

5

Interactive

Change sample size and population shape

Change sample size and population shape

Choose a skewed, uniform, or binary population and increase n to watch the sampling distribution change.

Population mean

1.000

Mean of sample means

1.004

Observed SD of means

0.454

Theoretical SE

0.447

Sampling distribution of the sample mean

As n increases, the sample means cluster more tightly around the population mean. Their spread approaches σ/√n, and the histogram becomes more bell-shaped.

What to observe

  • Where do the sample means concentrate as n grows?
  • How quickly does the spread shrink?
  • Does a skewed population still produce a bell-shaped distribution of means?
  • How rough does the histogram look when only a few repeated samples are generated?

Key lesson

The Law of Large Numbers explains stability of the mean; the Central Limit Theorem explains theshape and standard error of the sampling distribution.

Key takeaways

  • The Law of Large Numbers says that the sample mean approaches the population mean.
  • The Central Limit Theorem says that the sampling distribution of the mean approaches normality.
  • The sampling distribution is centered at μ.
  • Its standard deviation is σ/√n.
  • Larger samples produce more stable means.
  • Strongly skewed populations may require larger samples for a good normal approximation.

Raw data need not be bell-shaped for sufficiently large sample means to form a predictable bell-shaped distribution.

Now simulate sample means from real dataOpen in Lab

Go Deeper

Sampling Distributions & CLT