Limit theorems#
Law of large numbers#
Sample average of an i.i.d. sample \(X_1, \ldots, X_n\) with finite mean \(\mathbb EX_1 = \mu\) converges to \(\mu\) in probability:
i.e., for all \(\varepsilon > 0\)
Strong LLN
A stronger version of the law of large numbers states that \(\overline X_n\) converges to \(\mu\) almost surely:
Central limit theorem#
If i.i.d. samples \(X_1, \ldots, X_n\) come from a distribution with finite variance \(\mathbb VX_1 = \sigma ^2\), then
Central limit theorem claims that \(\overline{X}_n\) looks like \(\mathcal N\big(\mu, \frac{\sigma^2}n\big)\) for big values of \(n\):
More precisely, \(Z_n\) converges to \(\mathcal N(0,1)\) in distribution, i.e.,
Exercises#
Show that \(\overline S_n = \overline{X^2}_n - \big(\overline X_n\big)^2\) where \(\overline{X^2}_n = \frac 1n\sum\limits_{i=1}^n X_i^2\).
CLT and histograms from above show that \(\overline X_n \sim \mathcal N\big(\mu, \frac {\sigma^2}n\big)\). What about sample variance? How would look distribution of \(\overline S_n\) for large \(n\)?