Title: Probability Density Functions
1Probability Density Functions
2Overview
- To frame our discussion, consider
3Outline
4Continuous Sample Space
- The concept of discrete random variable and its
associated probability distribution is extended
to continuous sample spaces. We can describe
continuous random variables and connect with
these probability density functions.
5Probability Distribution
Let X be a continuous rv. Then a probability
distribution or probability density function
(pdf) of X is a function f (x) such that for any
two numbers a and b,
The graph of f is the density curve.
6- f is an integrable real-valued function satisfying
7Probability Density Function
is given by the area of the
shaded region.
b
a
8Uniform Distribution
A continuous rv X is said to have a uniform
distribution on the interval A, B if the pdf of
X is
9Probability for a Continuous rv
If X is a continuous rv, then for any number c,
P(x c) 0. For any two numbers a and b with a
lt b,
10The Cumulative Distribution Function
The cumulative distribution function, F(x) for a
continuous rv X is defined for every number x by
For each x, F(x) is the area under the density
curve to the left of x.
11Using F(x) to Compute Probabilities
Let X be a continuous rv with pdf f(x) and cdf
F(x). Then for any number a,
and for any numbers a and b with a lt b,
12Obtaining f(x) from F(x)
If X is a continuous rv with pdf f(x) and cdf
F(x), then at every number x for which the
derivative
13Percentiles
Let p be a number between 0 and 1. The (100p)th
percentile of the distribution of a continuous rv
X denoted by , is defined by
14Median
The median of a continuous distribution, denoted
by , is the 50th percentile. So
satisfies That is, half
the area under the density curve is to the left
of
15Expected Value
The expected or mean value of a continuous rv X
with pdf f (x) is
16Expected Value of h(X)
If X is a continuous rv with pdf f(x) and h(x) is
any function of X, then
17Variance and Standard Deviation
The variance of continuous rv X with pdf f(x) and
mean is
The standard deviation is
18Expected Value of h(X)
If X is a continuous rv with pdf f(x) and h(x) is
any function of X, then
19Normal Distributions
A continuous rv X is said to have a normal
distribution with parameters
20Normal Distribution
- The normal distribution is a family of
probability distributions. A normal distribution
is specified by the mean and variance (sometimes
written as N(m,s2)).
21(No Transcript)
22Standard Normal Distributions
The normal distribution with parameter values
is called a standard
normal distribution. The random variable is
denoted by Z. The pdf is
The cdf is
23Standard Normal
- N(0,1)
- Any normal distribution becomes a standard normal
distribution with the transformation - Z is the standardized random variable
24z-scores
- We can convert the x-values provided from the
original data to what are called z-scores. - Notice the z-score tells us the number of
standard deviations an x-value is from the
original mean.
25Standard Normal Distribution
Let Z be the standard normal variable. Find
(from table)
a.
Area to the left of 0.85 0.8023
b. P(Z gt 1.32)
26Find the area to the left of 1.78 then subtract
the area to the left of 2.1.
0.9625 0.0179
0.9446
27Notation
will denote the value on the measurement
axis for which the area under the z curve lies to
the right of
0
28Ex. Let Z be the standard normal variable. Find
z if a. P(Z lt z) 0.9278.
Look at the table and find an entry 0.9278 then
read back to find
z 1.46.
b. P(z lt Z lt z) 0.8132
P(z lt Z lt z ) 2P(0 lt Z lt z)
2P(z lt Z ) ½
2P(z lt Z ) 1
0.8132
P(z lt Z ) 0.9066
z 1.32
29Normal Curve
Approximate percentage of area within given
standard deviations (empirical rule).
99.7
95
68
30Ex. Let X be a normal random variable with
0.2266
31Ex. A particular rash shown up at an elementary
school. It has been determined that the length
of time that the rash will last is normally
distributed with
Find the probability that for a student selected
at random, the rash will last for between 3.75
and 9 days.
32 0.9772 0.0668
0.9104
33Normal Approximation to the Binomial Distribution
Let X be a binomial rv based on n trials, each
with probability of success p. If the binomial
probability histogram is not too skewed, X may be
approximated by a normal distribution with
34Ex. At a particular small college the pass rate
of Intermediate Algebra is 72. If 500 students
enroll in a semester determine the probability
that at least 375 students pass.
0.9394
35Excel Functions
- NORMDIST(x,mean,standard deviation,cumulative)
- NORMINV(probability,mean,standard deviation)
- NORMSDIST(z score)
- NORMSINV(probability)
36Type 1
- P(altXltb)P(Xltb)-P(altX)F(b)-F(a)
- The effort, in minutes, required for a developer
to repair a Type I error is a normally
distributed random variable, N(100,25). What is
the probability a person takes between 90 and 120
minutes to repair Type I error?
37Type 2
- Using the z-score associated with the
probability, solve for µ. - Given a normally distributed random variable X
with variance 225, what should the mean of this
random variable be so only 3 of the values fall
above 65?
38Problem
- Company records indicate that the time an
individual spends preparing for a code inspection
is normally distributed with a mean of 55 minutes
and a standard deviation of 15 minutes. - What is the probability an employee spends more
than 75 minutes preparing for a review?
39Problem
- The committee assigned to developed a
certification process for test engineers
collected data on an examination that
constructed. The scores follow a normal
distribution with a mean of 72 and a standard
deviation of 18. The committee decides that only
the top 10 of the scores on the exam should be
considered passing. - What is the passing score?
40Chebyshevs Theorem
- If a probability distribution has a mean m and a
standard deviation s, the probability of getting
a value which deviates from m by at least ks is
at most 1/k2.