Law of large numbers
For IID finite-variance draws, the sample average converges in probability to the population mean.
On this page 8 sections
01Understand the idea#
The law of large numbers describes the stabilization of a sample average around its population expectation under stated assumptions. It explains why collecting more representative independent observations can help estimate an average quantity. It does not say the individual observations become less variable.
The weak law describes sample averages concentrating around their population mean.
Here the draws are IID with finite variance. For any fixed positive error tolerance, the probability that the average misses the mean by at least that tolerance tends to zero.
The average keeps mean , while its variance is . More independent draws reduce the variance of the average.
For independent trials with success probability 0.3, encode success as 1 and failure as 0. Their average is the fraction of successes. Ten trials might give 0.5; a larger run might give 0.32. Convergence as sample size grows does not promise a closer estimate at every step.
IID draws have mean and finite variance. As , find .
Show answer and explanation
Mean 4 is inside (3,5), so the probability tends to 1.
02Chebyshev makes the limit concrete#
Chebyshev makes the limit concrete. For fixed :
The bound tends to zero as n increases.
IID draws have variance . With , bound by Chebyshev, capped at .
Show answer and explanation
Average variance is . Divide by to get upper bound .
03This is convergence in probability, not a promise that every next average moves closer#
This is convergence in probability, not a promise that every next average moves closer. A particular sequence can temporarily move away.
Nor does a large sample shrink each raw observation toward the mean. The concentration belongs to the average.
IID, finite variance; fixed . Draft: the law guarantees always. Repair.
Show answer and explanation
The limit is zero.
04Monte Carlo estimates rely on averaging draws from the intended distribution#
Monte Carlo estimates rely on averaging draws from the intended distribution. A biased sampling process can stabilize around the wrong population average. More data do not repair a mismatch between the distribution sampled and the quantity you want to estimate.
Averages concentrate near the mean; individual draws stay variable and each next average need not be closer.
- Interpret convergence of an IID sample average under a stated finite-variance assumption.
Sources & further reading
- [1]Pishro-Nik: Law of Large Numbers ↗Pishro-Nik · Article