Skip to main content

TL;DR

States that as the number of independent trials increases, the sample mean converges to the expected value. The weak form guarantees convergence in probability; the strong form guarantees almost sure convergence.

By Valenke Exam Prep Team·Last updated 2026-06-03

Law of Large Numbers

States that as the number of independent trials increases, the sample mean converges to the expected value. The weak form guarantees convergence in probability; the strong form guarantees almost sure convergence.

Why it matters for interviews

Underpins the theoretical basis for backtesting strategies over large samples, Monte Carlo convergence, and the reliability of statistical estimators used in quantitative finance.

Definition and Mathematical Foundation

States that as the number of independent trials increases, the sample mean converges to the expected value. The weak form guarantees convergence in probability; the strong form guarantees almost sure convergence.

The law comes in two forms. The weak law (Khintchine) states convergence in probability: for any \( \epsilon > 0 \), \( P(|\bar{X}_n - \mu| > \epsilon) \to 0 \). The strong law (Kolmogorov) states almost sure convergence: \( P(\lim_{n \to \infty} \bar{X}_n = \mu) = 1 \). Both require finite mean; the strong law additionally requires finite variance or independence.

Application in Quantitative Finance

Underpins the theoretical basis for backtesting strategies over large samples, Monte Carlo convergence, and the reliability of statistical estimators used in quantitative finance.

Related Terms

Ready to practice for the Quant Trading Interview?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →

Frequently Asked Questions

What is the difference between weak and strong law of large numbers?
The weak law says \( \bar{X}_n \xrightarrow{P} \mu \) (convergence in probability). The strong law says \( \bar{X}_n \xrightarrow{a.s.} \mu \) (almost sure convergence). The strong law is a strictly stronger result.
How does the law of large numbers relate to Monte Carlo methods?
Monte Carlo simulation estimates expectations by averaging random samples. The law of large numbers guarantees this average converges to the true expectation as the number of samples grows.
Does the law of large numbers apply to correlated observations?
The classical LLN requires independence (or at least uncorrelation with bounded variance). For correlated sequences, ergodic theorems provide analogous convergence guarantees under mixing conditions.