Normal Distribution
Normal Distribution
Normal Distribution
1
Proposition 2 If Z1 , Z2 , . . . , Zn are n independent N (0, 1), then
X = Z12 + Z22 + . . . + Zn2 ; χ2 (n) 2
Proof: Z12 ; χ2 (1) (why?), and Z12 + Z22 + . . . + Zn2 ; χ2 (n) (why?)
Sum of independent normal distributions:
(a2 2 2 2 2
1 σ1 +...+an σn )t
= e(a1 µ1 +...+an µn )t+ 2
Example 1 Suppose that the length of life in hours of a light bulb manufactured by
company A is N (800, 14400) and the length of life in hours of a light bulb manufactured
by company B is N (850, 2500). One bulb is selected from each company and is burned
until death. Find the probability that length life of the bulb from company A exceeds
the length of life of the bulb from company B by at least 15 hours.
P (A > B + 15) = P (A − B > 15); and A − B 7→ N (−50, 16900)
hence P (A − B > 15) = P (Z > 15+50
130
) = P (Z > 0.5) = 1 − 0.6915 = 0.3085 (from the
standard normal table) 4
2 X −µ
X ; N (µ, σn ) (or equivalently √ ; N (0, 1)) 2
σ/ n
2
Proposition 6 (Central limit theorem)
Let X1 , . . . , Xn be a random sample of size n with E(Xi ) = µ and V ar(Xi ) = σ 2 , then
2
X is approximately N (µ, σn ) 2
X1 +...+X10 4
b) 10
∼ N (2, 10 ) by the central limit theorem.
X1 +...+X10
P (12.44 < X1 + . . . + X10 < 28.41) ' P (1.244 < 10
< 2.841)
= P (−0.765 < X1 +...+X
10
10
− 2 < 0.841)
X1 +...+X10
−2
= P (−1.21 < 10√
2/ 10
< 1.33)
= P (−1.21 < Z < 1.33) = 0.795 ' 0.8
Example 3 Fifty numbers are rounded off to the nearest integer and then summed. If
the individual round-off errors are uniformly distributed over the interval (−1/2, 1/2).
Find the probability that the resultant sum differs from the exact sum by more than
3. 4
Solution: Let X1 , X2 , . . . , X50 be the errors for the 50 numbers; Xi 7→ U (−1/2, 1/2),
E(Xi ) = 0, and V ar(Xi ) = 1/12
X1 +X2 +...+X50 1
50
∼ N (0, 600 ) by the central limit theorem.
√
P (|X1√+ X2 + . . . + X50 | ≥ 3) = P (−3 < X1 + X2 + . . . + X50 < 3) = 1 − P (− 3 50600 <
Z < 3 50600 ) = 1 − P (−1.47 < Z < 1.47) = 1 − (0.9292 − (1 − 0.9292)) = 1 − 0.86 = 0.14
(from the normal table)
3
Normal approximation to Binomial:
Let X1 , . . . , Xn be a random sample of size n with Bernouilli distribution b(p), and let
X = X1 + . . . + Xn
Example 4 In the casino game roulette, the probability of winning with a bet on red
is 18/38. Let Y equal the number of winning bets out of 1000 independent bets that
are placed. Approximate P (Y > 500).