Continuous Probability Distributions
Continuous Probability Distributions
Continuous Probability
Distributions
Session Contents
Continuous Distribution
Uniform Continuous Distribution
Normal Distribution
Standard Normal Distribution
Normal Approximations
Exponential Distribution
Introduction to Continuous
Distributions
A Continuous Variable is a variable that can
assume any value in an interval:
thickness of an item
time required to complete a task
temperature in a room
Cummulative Distribution
Function (CDF):
Denoted F(x).
Shows P(X ≤ x).
Useful for finding
probabilities.
Probabilities as Areas
Continuous probability functions are smooth curves.
Unlike discrete distributions, the area at any single point =
0.
The entire area under any PDF must be 1.
The Uniform Distribution
1
f(X) = 6 - 2 = 0.25 for 2 ≤ X ≤ 6
f(X)
ab 26
μ 4
0.25 2 2
(b - a) 2 (6 - 2) 2
σ 1 .1547
2 6 X 12 12
Uniform Distribution Example
Example: Using the uniform probability
distribution to find P(3 ≤ X ≤ 5):
f(X)
0.25
2 3 4 5 6 X
The Normal Distribution
Bell Shaped
f(x)
Symmetrical
Mean= Median = Mode
Center is determined by the mean, σ
μ
x
Spread is determined by the μ
standard deviation, σ
Mean
= Median
The random variable has an = Mode
infinite theoretical range:
- to +
The Normal PDF
The formula for the normal PDF is
Changing σ
increases or
σ decreases the
spread.
μ X
The Normal CDF
For a normal random variable X with mean μ
and variance σ2 , i.e., X~N(μ, σ2), the CDF is
F(x 0 ) P(X x 0 )
PDF CDF
x0 x0
Finding Normal Probabilities
The probability for a range of values is
measured by the area under the curve
a μ b x
Finding Normal Probabilities
F(b) P(X b)
a μ b x
F(a) P(X a)
a μ b x
a μ b x
Summary of Normal Distributions
The Standardized Normal
Any normal distribution can be transformed into the
standardized normal distribution (Z), with mean 0
and variance 1
f(Z)
Z ~ N(0 ,1) 1
0 Z
Need to transform X units into Z units by
subtracting the mean of X and dividing by its
standard deviation
X μ
Z
σ
Summary of Standardized
Normal Distributions
Example
If X is distributed normally with mean of 100
and standard deviation of 50, the Z value for
X = 200 is
X μ 200 100
Z 2.0
σ 50
This says that X = 200 is two standard
deviations above the mean of 100.
Comparing X and Z units
0 2.0 Z (μ = 0, σ = 1)
a µ b x
a μ bμ
za 0 zb Z
σ σ
Standardized Normal Table
The Standardized Normal table shows values of
the cumulative normal distribution function
F(a) P(Z a)
0 a Z
Standardized Normal Table
For a given Z-value a , the table shows F(a)
(the area under the curve from to a )
Example: .9772
F(2) = P(Z < 2.00) = .9772
0 2.00 Z
In Excel: NORMSDIST(z)
Example:
NORMSDIST(2.00) = P(Z < 2.00) = .9772
Standardized Normal Table
For negative Z-values, use the fact that the
distribution is symmetric to find the needed
probability:
.9772
Example: .0228
μ=8 μ=0
σ = 10 σ=1
8 8.6 X 0 0.12 Z
.11 .5438
.12 .5478
Z
0.00
.13 .5517
0.12
0.5478
1.000 1.0 - 0.5478
= 0.4522
Z Z
0 0
0.12 0.12
Finding the X value for a
Known Probability
X μ Zσ
Finding the X value for a
Known Probability
Example:
Suppose X is normal with mean 8.0 and
standard deviation 5.0.
Now find the X value so that only 20% of all
values are below this X
.2000
? 8.0 X
? 0 Z
Find the Z value for
20% in the Lower Tail
1. Find the Z value for the known probability
Standardized Normal Probability 20% area in the lower
Table (Portion) tail is consistent with a
z F(z) Z value of -0.84
.82 .7939 .80
.20
.83 .7967
.84 .7995
? 8.0 X
.85 .8023 -0.84 0 Z
Finding the X value
X μ Zσ
8.0 ( 0.84)5.0
3.80
So 20% of the values from a distribution with mean
8.0 and standard deviation 5.0 are less than 3.80
NORMSDIST(z)
Return the standard normal cummulative distribution
NORMSINV(probability)
Return the inverse of the standard normal cummulative
distribution
NORMDIST(x, mean, standard_dev, true)
Returns the normal cumulative distribution for the specified
mean and standard deviation
NORMINV(probability, mean, standard_dev)
Returns the inverse of the normal cummulative distribution for
the specified mean and standard deviation
Using Minitab With The Normal
Distribution
Finding P(X<5) when X is normal
1 with a mean of 7 and a standard deviation of 2
λX
P(arrival time X) 1 e
where e = mathematical constant approximated by 2.71828
λ = the population mean number of arrivals per unit
X = any value of the continuous variable where 0 < X <
Summary of Exponential
Distributions
Finding Probability