The Law of Large Numbers (LLN) states that sample averages converge to the true mean. The Central Limit Theorem (CLT) states that properly normalized sums of i.i.d. variables approach a normal distribution, enabling approximate inference.
Details
Concepts
Setup: i.i.d. X1, X2, ..., with mean μ and variance σ² < ∞. Define sample mean \(\bar{X}_n = \frac{1}{n}\sum_{i=1}^n X_i\).
Weak LLN: \(\bar{X}_n \xrightarrow{p} \mu\) (convergence in probability).
Strong LLN: \(\bar{X}_n \to \mu\) almost surely (stronger mode of convergence).