From an engineering perspective, sequences of random variables converging to a known distribution helps in desigining efficient systems.
Define Sn=x1+x2+⋯+xn as the sequence sum of independent and identically distributed (i.i.d.) random variables with mean E[x] and variance σ2.
Law of Large Numbers
For a sequence of i.i.d. random variables x1,x2,⋯. For n≤1 we have,
Sn=i=1∑nxn
Then the law of large numbers gives,
n→∞limnSn=n→∞limn1i=1∑nxn=E[x]
Meaning the sequence of empirical averages nSn converges asymptotically to the first moment E[x].
Central Limit Theorem
Theorem states that the distribution of a sequence of random variable Sn converges asymptotically to the normal distribution. More formally, let x1,x2,⋯ be the i.i.d. random variables each with mean E[x] and variance σ2.
For any x∈R, the distribution,
σnSn−nE[x]
converges to the normal distribution. Asymptotically we have,
n→∞limPr(σnSn−nE[x]≤x)=∫−∞x2π1e2−τ2dτ
For a sufficiently large n, the cumulitive density function (CDF) of Sn as,
FSn(x)=Pr(Sn≤x)=Pr(σnSn−nE[x]≤σnx−nE[x])≈Φ(σnx−nE[x])
Where Φ(⋅) is the CDF of a normal random variable.