Lecture 4 - Normal Distribution
Lecture 4 - Normal Distribution
DISTRIBUTION
The probability that a random variable X takes a value in the interval [a,b] is
given by the function f(x)
𝑏
𝑃 𝑎 ≤ 𝑋 ≤ 𝑏 = න 𝑓(𝑥) 𝑑𝑥
𝑎
• 𝑎=5
• b= 10
• 𝑃(𝑥 ≥ 6)
Probability 8
𝑥−𝜇
𝑧=
𝜎
The Z-score can then be used to find the area under the curve (this is equal to
the probability).
Presentation title 11
EXAMPLE
A pediatrician obtains the heights of her three-
year-old female patients. The heights are
approximately normally distributed, with mean
38.72 inches and standard deviation 3.17 inches.
Use the normal model to determine the
proportion of the three-year-old females that
have a height less than 35 inches.
SOLUTION
Find the corresponding Z-score
35 − 38.72
𝑧= = −1.17
3.17
Since we are interested with P(x<35), we want
the area to the left of the z-score.
Presentation title 13
SOLUTION
Presentation title 14
EXAMPLE
A pediatrician obtains the heights of her three-
year-old female patients. The heights are
approximately normally distributed, with mean
38.72 inches and standard deviation 3.17 inches.
Use the normal model to determine the
proportion of the three-year-old females that
have a height greater than 39 inches.
SOLUTION
Find the corresponding Z-score
39 − 38.72
𝑧= = 0.09
3.17
Since we are interested with P(x>39), we want
the area to the right of the z-score.
P 𝑧 > 0.09 = 1 − 0.53586 = 0.46414
Presentation title 16
SOLUTION
Presentation title 17
EXAMPLE
A pediatrician obtains the heights of her three-
year-old female patients. The heights are
approximately normally distributed, with mean
38.72 inches and standard deviation 3.17 inches.
Use the normal model to determine the
proportion of the three-year-old females that
have a height between 35 and 39 inches.
EXAMPLE
The heights of a pediatrician’s three-year-old
females are approximately normally distributed,
with mean 38.72 inches and standard deviation
3.17 inches. Find the height of a three-year-old
female at the 25th percentile.
EXAMPLE
Z-score Pz
-0.67 0.25143
? 0.25
-0.68 0.24825
Interpolate
−0.67 − 𝑧 0.25143 − 0.25
=
−0.67 − (−0.68) 0.25143 − 0.24825
𝑧=
Using z, solve for x.
𝑥 − 38.72
𝑧=
3.17
ASSESSING NORMALITY
21
If sample data are taken from a population that is normally distributed, a normal
probability plot of the observed values versus the expected z-scores will be
approximately linear.
Probability 23
𝑟 = 0.970
Since the correlation coefficient
(0.970>0.888) is greater than the
critical value for n=6, it is reasonable
to conclude that the data is
approximately normally distributed.
THE NORMAL
APPROXIMATION TO THE
BINOMIAL DISTRIBUTION
Probability 30
NORMAL APPROXIMATION
If 𝑛𝑝 1 − 𝑝 ≥ 10, the binomial random variable X is approximately normally
distributed with
𝜇𝑥 = 𝑛𝑝
𝜎𝑥 = 𝑛𝑝(1 − 𝑝)
Normal Probability 33
EXAMPLE
According to the American Red Cross, 7% of
people in the United States have blood type O-
negative. What is the probability that, in a
simple random sample of 500 people in the
United States, fewer than 30 have blood type
O-negative?
Probability 35
SOLUTION
Approach:
1. This is a binomial experiment with n=500
2. The probability of success is p=0.07
Probability 36
SOLUTION
Verify if 𝒏𝒑 𝟏 − 𝒑 ≥ 𝟏𝟎
(500)(0.07) 1 − 0.07 ≥ 10
32.55 ≥ 10
Probability 37
SOLUTION
Compute for the mean and standard
deviation
𝜇𝑥 = 𝑛𝑝
𝜇𝑥 = 500 0.07 = 35
𝜎𝑥 = 𝑛𝑝(1 − 𝑝)
𝜎𝑥 = 500 0.07 1 − 0.07 = 32.55
Probability 38
SOLUTION
Find P(x<30)
𝑃 𝑥 < 30 = 𝑃(𝑥 ≤ 29)
Normal approximation
𝑃 𝑥 < 29.5
SOLUTION
Probability 40
EXAMPLE
What is the probability that, in a simple random
sample of 500 people in the United States, 20
have blood type O-negative?
REFERENCE
Statistics: Informed Decisions
using Data with Integrated
Review by Michael Sullivan III
Chapter 5