Central Limit Theorem
Central Limit Theorem
Introduction to Probability
A.J. Hildebrand
= E(Xi ),
Let
Sn =
n
X
Xi .
i=1
Sn n
z
n
= (z).
Special case of normal r.v.s: In the special case when the Xi s are already normal with
mean and 2 , we know that the exact distribution of Sn is N (n, n 2 ), by the formula for the
distribution of a sum of independent normals.
Thus, the CLT can be interpreted as saying that, when n is large, then a sum of n independent
r.v.s with an arbitrary common distribution behaves as if the individual variables were normal with
the same mean and variance.
Normal approximation to the binomial distribution: Another type of normal approximation
came up in Chapter 5: A binomial distribution with parameters n and p is approximately normal
N (np, np(1 p)) provided n is large and p is not too close to 0 or to 1. This result can be obtained
as a special
case of the CLT, by representing the number of successes in n S/F trials as a sum
P
Sn = ni=1 Xi , where Xi is the indicator random variable of the event success at trial i, and has
mean = E(Xi ) = p and variance 2 = Var(Xi ) = p(1 p).
Weak Law of Large Numbers: For any > 0,
Sn
= 1.
lim P
n
n
Probabilistic inequalities:
Markov inequality:
a > 0,
.
a
Chebychev inequality: Let X be a r.v. with mean and variance 2 . Then, for any k > 0,
P (X a)
P (|X | k)
2
.
k2