


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to normal probability density functions and their applications in calculating probabilities for continuous random variables and approximating binomial probabilities. It covers the standard normal density function, its distribution function, and the use of tables and calculators to find probabilities. The document also explains how to find probabilities for normal distributions with mean µ and standard deviation σ, and provides examples of calculating probabilities for continuous random variables and approximating binomial probabilities.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



MATH 145 Winter, 2006
Normal Probability Density Functions
The Standard Normal Density function is f (z) =
2 π
e−^
1 2 z^2
This is a probability density function, with mean μ = 0 and standard deviation σ = 1. The corresponding distribution function is important enough to be given a special notation,
Φ(z) =
2 π
∫ (^) z
−∞
e−^
(^12) x 2 dx
Thus, Φ(z) is an antiderivative of f (z). The function Φ(z) cannot be expressed in terms of the usual elementary functions. Some calculators have a button to evaluate Φ(z). Tables of values for Φ(z) can be found in most statistics books. Many texts provide a table which lists the values of Φ(z) for 0 ≤ z ≤ 3. Some tables give values of the function N (z) = Φ(z) − 0. 5
NOTE Φ(−a) = 1 − Φ(a). (By the symmetry of the graph.)
Thus, if X is a continuous random variable whose probability distribution function is a normal curve with mean 0 and standard deviation 1, then
P (a < X < b) =
2 π
∫ (^) b
a
e−^
(^12) x 2 dx = Φ(b) − Φ(a)
Example (1) The area under the standard normal curve, between the limits x = −.1 and x = .3, is equal to Φ(.3) − Φ(−.1) =. 61791 − .46017 =. 15774
The table gives the value of Φ(.3); also Φ(−.1) = 1 − Φ(.1).
The function Φ(z) can be used to find areas under a normal curve with mean μ and standard deviation σ. This means finding the area under the curve
1 σ
2 π
e−^
(^12) (z−σμ )^2
A change of variables, letting x = (z − μ)/σ, shows that
1 σ
2 π
∫ (^) b
a
e−^
(^12) (z−σ μ)^2 dz =
2 π
∫ b−σμ a−μ σ
e−^
(^12) x 2 dx
thus, 1 σ
2 π
∫ (^) b
a
e−^
1 2 ( z−μ σ )
2 dz = Φ
( (^) b − μ σ
) − Φ
( (^) a − μ σ
)
If a quantity Z has a normal probability density function, with mean μ and standard deviation σ, then
P (a < Z < b) = Φ
( (^) b − μ σ
) − Φ
( (^) a − μ σ
)
Together with tables for values of Φ(z) (or N (z)), this can be used to estimate what fraction of a normally distributed quantity lies in a given range.
Example (2) The heights of corn plants in a certain field fit a normal curve, with mean 2. meters, and standard deviation .55 meters. Find the fraction of corn plants whose heights are in the range 1.6 to 2.0 meters.
Solution (2) In this problem, the quantity Z is probability density function which is a normal curve with μ = 2.1 and σ =. 55. We need to find P (1. 6 < Z < 2 .0).
) − Φ
) = Φ(−.18) − Φ(−.91)
Example (3) The body masses M of a population of fish in a lake are normally distributed about a mean of 225 grams with standard deviation 32 grams. What fraction of the fish have masses in the range 200 to 250 grams?
Solution. By the same steps as the previous example,
) − Φ
) = Φ(.78) − Φ(−.78)
Normal Approximations to Binomial Probabilities Binomial probabilities can be modelled after flipping a biased coin a certain number of times. Precisely, suppose that we have a biased coin (meaning that the probabilities of heads may not be the same as the probability of tails), and toss the coin n times. We use the following notation
p = Prob(H) , q = 1 − p = Prob(T ) , n = number of coin tosses
The probability of getting exactly k heads (and thus n − k tails) is given by
C(n, k) pk^ (1 − p)n−k^ , where C(n, k) =
n! k! (n − k)!
For example, if the coin has P (H) = .72, and thus P (T ) = .28, and we toss the coin 25 times, then the probability of getting exactly 20 heads equals
C(25, 20) (.72)^20 (.28)^5 ≈. 128
If this were plotted it would look very much like a normal curve. We can find the formula for the normal curve that approximates the above points using the following formulas for the mean and standard deviation for a binomial experiment,
μ = n p , σ =
√ n p (1 − p)
This means that the mean μ is between 5 and n − 5, which forces n to be at least 10.
Example (4) In the human population, the probability of a live birth producing a male child is .52, and the probability that it produces a female child is .48. Use the normal approximation to answer the following: If 100 children are randomly chosen, what is the probability that the number of female children in the collection is at least 45 and at most 55?
Solution (4) This is a binomial experiment, since the experiment can be modelled by recording the gender of 100 children by flipping a biased coin 100 times. In this case, let p = P (F ) = .48, and 1 − p = P (M ) = .52. Then the mean and standard deviation are given by
μ = n p = 100(.48) = 48 , σ =
√ 100(.48)(.52) ≈ 5. 00
Note that the mean is between 5 and 95, so the rule of thumb says we can apply the normal approximation. The normal approximation says that the probability of at least 45 females and at most 55 females is approximately equal to
) − Φ
) = Φ(1.5) − Φ(−.7) =. 9332 − .2420 =. 6912
Example (5) Suppose that you toss a fair coin 1000 times. Use the normal approximation to estimate the probability that the number of heads is between 490 and 510.
Solution (5) This is binomial, with n = 1000, p = 1 − p = .5. Thus,
μ = 1000(.5) = 500 , σ =
√ 1000(.5)(.5) ≈ 15. 8
The normal approximation says that the probability that the number of heads is at least 490 and at most 510 is approximately
) − Φ
) = Φ(.66) − Φ(−.66) =. 7454 − .2546 =. 4908