Download MATH 162: SUMS OF POISSON RANDOM VARIABLES 1. Review

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Taylor's law wikipedia , lookup

Karhunen–Loève theorem wikipedia , lookup

Law of large numbers wikipedia , lookup

Central limit theorem wikipedia , lookup

Transcript
MATH 162: SUMS OF POISSON RANDOM VARIABLES
STEVEN J. MILLER
Abstract. We show that, appropriately scaled, the mean of n independent Poisson variables converges to the standard normal distribution N (0, 1).
1. Review
Theorem 1.1. Let X be a Poisson random variable with parameter λ. Its moment generating function
satisfies
t
MX (t) = eλ(e −1) .
(1.1)
2
Note the mean is µX = λ and the variance is σX = λ.
Theorem 1.2. Let X be a normal random variable with mean µ and variance σ 2 . Its moment generating function satisfies
MX (t) = eµt+
σ 2 t2
2
.
(1.2)
2. Sum of Poisson Random Variables
Let Xi be Poisson random variables with parameter λ. Let
Yn = X1 + · · · + Xn .
(2.1)
We expect Yn to be of size nµ = nλ. This follows from the linearity of expected value:
X
X
E[Yn ] =
1 · E[Xi ] =
λ = nλ.
i
(2.2)
i
Let σ denote the variance of X (the Poisson distribution with parameter λ). The variance of Yn is
computed similarly; since the Xi are independent we have
X
Var(Yn ) = σY2 n =
12 · Var(Xi ) = nσ 2 .
(2.3)
i
Note this is a little different than class because we have not divided Yn by n; if Wn =
2
Var(Wn ) = n12 Var(Yn ) = σn .
The natural quantity to study is
Zn =
Yn − nλ
(X1 + · · · + Xn ) − nλ
√
=
.
σYn
σ n
1
n Yn ,
then
(2.4)
The reason this is the natural quantity is that the sum of the Xi is expected to be around nλ; if we
subtract the predicted value, what is left is the fluctuations about the mean. We then need to figure
out √
what are the correct units. As the variance of the sum of the Xi s is nσ 2 , its standard deviation
is σ n; thus, it is natural to measure the difference from the predicted mean in units of the expected
standard deviation.
√
√
Note this is a little different than class (I accidentally wrote σ/ n instead of σ n. Another way to
reach the same result is to study
Wn − λ
;
(2.5)
σWn
Date: February 9, 2005.
1
2
STEVEN J. MILLER
here Wn is normalized so it has mean λ, and of course its standard deviation is σWn . Substituting
gives
1
Yn − λ
Wn − λ
Yn − nλ
√
= n
=
= Zn .
(2.6)
σ Wn
σ/n
σ n
Thus, we obtain the same quantity as before. We now use
M X+a (t) = eat/b MX (t/b)
(2.7)
b
and the moment generating function of a sum of independent variables is the product of the moment
P
−nλ
= i Xσi√−λ
. Therefore
generating functions to find the moment generating function of Zn . Note Yσn √
n
n
MZn (t)
=
M Yn√−nλ (t)
σ
n
MP Xi√−λ (t)
i σ n
Y
M Xi√−λ (t)
=
=
σ
i
Y
=
e
n
−λt
√
σ n
MX
i
Y
=
e
−λt
√
σ n
λ eσ
e
t
√
σ n
t
√
n −1
.
(2.8)
i
We now Taylor expand the exponential, using
∞
X
uk
u2
u3
eu =
= 1+u+
+
+ ··· .
k!
2
6
(2.9)
k=0
This is one of the most important Taylor expansion we will encounter. Thus the exponential in (2.8) is
eσ
t
√
n
t
t2
t3
= 1 + √ + 2 + 3 √ + ··· .
σ n 2σ n 6σ n n
(2.10)
2
The important thing to note is that after subtracting 1, the first piece is σ√t n , the next piece is 2σt 2 n ,
and the remaining pieces are dominated by a geometric series (starting with the cubed term) with
3
r = σ√t n . Thus, the contribution from all the other terms is of size at most some constant times nt√n .
3 For large n, this will be negligible, and we write errors like this as O nt√n .
Thus, (2.8) becomes
3 2
Y
MZn (t)
−λt
√
n
=
eσ
λ·
e
i
=
Y
e
λt2
+O
σ2 n
i
=
e
t2
+O
2
t3
√
n
σ
t
√
+ t 2 +O
n
2σ n
3
t√
n n
t√
n n
(2.11)
where the last line follows from the fact that we have a product over n identical terms, and as the
variance of X is σ 2 = λ (for X Poisson with parameter λ), we see σλ2 = 1. Thus, for all t, as n → ∞
t2
the moment generating function of Zn tends to e 2 , which is the moment generating function of the
standard normal. This completes the proof. Remark 2.1. We only need to Taylor expand far enough to get the main term (which has a finite
limit as n → ∞) and then estimate the size of the error term (which tends to zero as n → ∞).