Law of Large Numbers
As the number of trials grows, the sample mean converges to the true population mean — the mathematical foundation of why probability works.
The law does not promise every short run looks fair. It says the running proportion settles down as evidence accumulates.
The Law of Large Numbers (LLN) states that as you repeat an experiment more and more times, the sample average converges to the true expected value.
If are independent and identically distributed with mean , then:
In plain terms: run it enough times, and the average stabilises.
Flip a fair coin. The probability of heads is .
- After 10 flips: you might get 7 heads (70%).
- After 100 flips: probably somewhere between 44%–56%.
- After 10,000 flips: almost certainly within 1% of 50%.
The LLN says the running proportion of heads will converge to — but it makes no guarantee about any single finite run.
A die is rolled times and the average of the outcomes is recorded. The true mean is . What does the LLN predict happens to the running average as grows?
Solution
The LLN predicts that the running average converges to .
For small , wide fluctuations are possible. As grows into the hundreds and thousands, the average will get progressively closer to and stay there. You will rarely see the average stray far from for large .
Related concepts
Needs first