Continuous Probability Distribution PDF
Continuous Probability Distribution PDF
Continuous Probability Distribution PDF
f (x)
f (x) Exponential
Uniform
f (x)
x1 x2
Normal
x1 xx12 x2
x
x1 x2
1
( x )2 /2 2
f (x)
e
2
where:
= mean
= standard deviation
= 3.14159
e = 2.71828
1
2
E(X)= =
1 x 2
(
)
e 2 dx
1
2
Var(X)=2 = ( x 2
1 x 2
(
)
e 2 dx
Standard Deviation(X)=
1 x 2
(
)
2
dx) 2
Characteristics
The distribution is symmetric; its skewness
measure is zero.
Characteristics
The entire family of normal probability distributions
is defined by its mean and its standard deviation .
Standard Deviation
Mean
Characteristics
The highest point on the normal curve is at the mean,
which is also the median and mode.
Characteristics
The mean can be any numerical value: negative, zero,
or positive.
x
-10
20
Characteristics
The standard deviation determines the width of the
curve: larger values result in wider, flatter curves.
= 15
= 25
x
Characteristics
Probabilities for the normal random variable are given
by areas under the curve. The total area under the curve
is 1 (.5 to the left of the mean and 0.5 to the right).
.5
.5
x
P(x = 10) = 0
P(x = 3) = 0
P(x = 7.5) = 0
P(x > 3)
Characteristics
68.26% of values of a normal random variable
are within +/- 1 standard deviation of its mean.
95.44% of values of a normal random variable
are within +/- 2 standard deviations of its mean.
99.72% of values of a normal random variable
are within +/- 3 standard deviations of its mean.
Characteristics
99.72%
95.44%
68.26%
3
1
2
+ 3
+ 1
+ 2
112.3
127.8
143.3
25
20
P
e
r
c
e
n
t
15
10
0
80
90
100
110
120
POUNDS
130
140
150
160
96.8
127.8
158.8
25
20
P
e
r
c
e
n
t
15
10
0
80
90
100
110
120
POUNDS
130
140
150
160
81.3
127.8
174.3
25
20
P
e
r
c
e
n
t
15
10
0
80
90
100
110
120
POUNDS
130
140
150
160
Example
Suppose SAT scores roughly follows a normal distribution in
the U.S. population of college-bound students (with range
restricted to 200-800), and the average math SAT is 500 with a
standard deviation of 50, then:
68% of students will have scores between 450 and 550
1
p( Z )
e
(1) 2
1 Z 0 2
(
)
2 1
e
2
1
( Z )2
2
z
0
575 500
Z
1.5
50
i.e., A score of 575 is 1.5 standard deviations above the mean
575
P( X 575)
(50)
200
1.5
1 x 500 2
(
)
e 2 50 dx
1
2
1
Z2
e 2 dz
Yikes!
But to look up Z= 1.5 in standard normal chart (or enter
into SAS) no problem! = .9332
Problem
If birth weights in a population are normally distributed with a
mean of 109 oz and a standard deviation of 13 oz,
a. What is the chance of obtaining a birth weight of 141 oz
or heavier when sampling birth records at random?
b. What is the chance of obtaining a birth weight of 120 or
lighter?
Solution
a. What is the chance of obtaining a birth weight of 141 oz
141 109
Z
2.46
13
From the chart or SAS Z of 2.46 corresponds to a right tail (greater
than) area of: P(Z2.46) = 1-(.9931)= .0069 or .69 %
Solution
b. What is the chance of obtaining a birth weight of 120
or lighter?
120 109
Z
.85
13
From the chart or SAS Z of .85 corresponds to a left tail area of:
P(Z.85) = .8023= 80.23%
Z=1.51
Z=1.51
Area is 93.45%
by a normal distribution
2 (4.8) 2.8
Z
2
1.39
1.39
P(Z<2)= 0.0227
A little off, but in the right ballpark we could also use the value
to the left of 1.5 (as we really wanted to know less than but not
including 2; called the continuity correction)
2.37
1.39
1.39
P(Z-2.37) =.0089
Practice problem
1. You are performing a cohort study. If the probability of
Solution:
By hand (yikes!):
P(X120) = P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4)+.+
P(X=120)= (.25) (.75) + (.25) (.75) + (.25) (.75) + (.25) (.75)
500
120
120
380
500
498
500
499
OR Use SAS:
data _null_;
0.323504227
500
0
500
c. P(1 z 1.5) =
d. P(0 < z < 2.5) =
= 20
Upper 20% of the area is in the right tail of the normal curve.
80% of the area is to the left. Go to Table 1 and locate 0.8 (or
80%) as the table entry. The closest entry is 0.7995. That
point represents a z-value of 0.84. Use this value of z in the
following equation:
z = (x - ) /
0.84 = (x 77)/ 20
x = 93.8 hours
Sample Problems
The service life of a certain brand of automobile battery is
normally distributed with a mean of 1000 days and a standard
deviation of 100 days. The manufacturer of the battery wants
to offer a guarantee, but does not know the length of the
warranty. It does not want to replace more than 10 percent of
the batteries sold. What should be the length of the warranty?
z = (x - ) /
- 1.28 = (x 1000) / 100
x = 872 days
Reference:
Anderson Sweeney Williams