Lecture 5
Lecture 5
Lecture 5
Lecture 5
Several Useful Discrete
Distributions
INTRODUCTION
Discrete random variables take on only a
finite or countably infinite number of values.
Three discrete probability distributions serve
as models for a large number of practical
applications:
x p(x)
0 1/8
1 3/8
2 3/8
3 1/8
THE BINOMIAL RANDOM VARIABLE
Many situations in real life resemble the
coin toss, but the coin is not necessarily
fair, so that P(H) 1/2.
• Example: A geneticist samples
10 people and counts the number
who have a gene linked to
Alzheimer’s disease.
• Coin: Person • Number of n = 10
n!
Recall C n
k!(n k )!
k
Mean : np
Variance: npq
2
Standarddeviation: npq
EXAMPLE
A marksman hits a target 80% of the
time. He fires five shots at the target. What is the
probability that exactly 3 shots hit the target?
n= success = hit p= .8 x= # of
5
hits
5!
P( x 3) C p q
n
3
3 n3
(.8)3 (.2)53
3!2!
5! 5!
(.8) (.2)
4 1
(.8)5 (.2)0
4!1! 5!0!
Mean : np 5(. 8) 4
Standarddeviation: npq
EXAMPLE
Would it be unusual to find that none of
the shots hit the target?
4; .89
• Examples:
• The number of calls received by a
switchboard during a given period of time.
• The number of machine breakdowns in a
day
• The number of traffic accidents at a given
intersection during a given time period.
THE POISSON PROBABILITY
DISTRIBUTION
x is the number of events that occur in a period
of time or space during which an average of
such events can be expected to occur. The
probability of k occurrences of this event is
k e
P( x k )
k!
For values of k = 0, 1, 2, … The mean
and standard deviation of the Poisson
random variable are
Mean:
Standard deviation:
EXAMPLE
The average number of traffic accidents on
a certain section of highway is two per
week. Find the probability of exactly one
accident during a one-week period.
k 2
e
1
2e 2
P( x 1) 2e .2707
k! 1!
CUMULATIVE
PROBABILITY TABLES
You can use the cumulative probability
tables to find probabilities for selected
Poisson distributions.
npq
KEY CONCEPTS
II. The Poisson Random Variable
1. The number of events that occur in a period of time or
space, during which an average of such events are
expected to occur
2. Calculating Poisson probabilities
a. Formula: k e
P( x k )
b. Cumulative Poisson tables k!
c. Individual and cumulative probabilities using
Minitab
3. Mean of the Poisson random variable: E(x)
4. Variance and standard deviation: 2 and
5. Binomial probabilities can be approximated with
Poisson probabilities when np < 7, using np.
KEY CONCEPTS
III. The Hypergeometric Random Variable
1. The number of successes in a sample of size n from a finite
population containing M successes and N M failures
2. Formula for the probability of k successes in n trials:
CkM CnMk N
P( x k )
CnN
3. Mean of the hypergeometric random variable:
M
4. Variance and standard deviation: n
N
M N M N n
n
2
N N N 1