Famous Theorems of Mathematics/Law of large numbers

From testwiki
Revision as of 04:28, 3 August 2017 by imported>PokestarFan (clean up using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Given X1, X2, ... an infinite sequence of i.i.d. random variables with finite expected value E(X1) = E(X2) = ... = µ < ∞, we are interested in the convergence of the sample average

Xn=1n(X1++Xn).

The weak law

Theorem: XnPμforn.

Proof:

This proof uses the assumption of finite variance Var(Xi)=σ2 (for all i). The independence of the random variables implies no correlation between them, and we have that

Var(Xn)=nσ2n2=σ2n.

The common mean μ of the sequence is the mean of the sample average:

E(Xn)=μ.

Using Chebyshev's inequality on Xn results in

P(|Xnμ|ε)σ2nε2.

This may be used to obtain the following:

P(|Xnμ|<ε)=1P(|Xnμ|ε)1σ2nε2.

As n approaches infinity, the expression approaches 1. And by definition of convergence in probability (see Convergence of random variables), we have obtained

XnPμforn.

Template:BookCat