11-30. If Φ(z) = √^1
2 π∫z−∞e−ξ(^2) / 2
dξ, find the value of and illustrate with sketches
the representations of the following probabilities as shaded area under the normal
probability density curve.
(a) P(Z≤1)
(b) P(Z > 1)
(c) P(Z≤ 3 .2)(d) P(Z≤− 3 .2)
(e) P(− 1. 2 ≤Z≤ 0 .75)
(f) P(|Z|≤ z)(g) P(Z≤2)
(h) P(|Z|≤ 2
(i) P(|Z|≤ 3)11-31. (Monte Carlo computer problem )
(a) Give a physical interpretation to the integral I 1 =
1
b−a∫baf(x)dx(b) Give a physical interpretation to the summation I 2 =
1
N∑Ni=1f(xi)where
a≤xi≤bfor all integers i.
(c) If I 1 =I 2 , show estimate for I=
∫baf(x)dx is given by I=
b−a
N∑Ni=1f(xi)(d) Calculate 500 random numbers^2 xiwith xi∈(− 1 ,2) and estimate the integral
I=√^12 π∫ 2
− 1 e−x^2 / (^2) dx. Do this over and over again and calculate 1000 estimates
for I and then do descriptive statistics on your results and compare your
computer answer with the answer obtained from table lookup.
11-32. (Monte Carlo computer problem)
Write a Monte Carlo computer program to calculate the area bounded by
the curves y=e−x
(^2) / 2
and y= 0. 4 as illustrated below. Set up as an integral (see
previous problem) or throw darts at area.
Hint 1: y=e−x
(^2) / 2
= 0. 4 when x=x∗=±
√
−2 ln(0.4)