AMS 310 Lecture 7
AMS 310 Lecture 7
1. The Poisson distribution is a discrete distribution that is used for counts that do
not have a natural upper bound.
A Poisson distribution is completely determined with just one parameter, its mean
denoted by .
λ x e− λ
f(x; ) =
x!
Example The number of admissions per day at an emergency room has a Poisson
distribution with mean 5. Find the probability of
a) exactly 2 admissions
b) at most 2 admissions
52 e−5
Solution a) f(2,5) = = .084
2!
Solution a) b(2,100,.05) =
= .081
52 e−5
f(2,5) = = .084
2!
λ x e− λ 1.30 e−1.3
P(X = 0) = f(0; 1.3) = = = e–1.3
x! 0!
b) 2 = 1.3
4. A Poisson process, named after the French mathematician Siméon-Denis
Poisson (1781–1840), is a random process in which events occur continuously and
independently of one another.
Example If a bank receives on the average 6 bad checks per day, what are the
probabilities that it will receive
Recall the example where we were interested in the number of cars that must be
inspected until one is found to fail the nitrogen oxide emission standard.
The probability that x cars must be checked until a failure is encountered is given
by p(1 − p)x-1.
This probability distribution is called the geometric distribution and has the
probability function g(x;p) = p(1 − p)x-1.
1
The mean for this distribution is given by μ= p .
Example If the probability is 0.05 that a certain kind of measuring device will
show excessive drift, what is the probability that
a) The sixth measuring device tested will be the first to show excessive drift?
b) The fifth measuring device tested will be the first to show excessive drift?
Example You're playing Heads and Tails. You decide to play until the first
Head turns up, and then stop the game.
a) If the coin is fair, what is the probability that the first heads turns up on the
fourth flip?
b) If the probability of a heads is .4, what is the probability that the first heads
turns up on the fourth flip?
6. The negative binomial distribution
Example You flip a coin repeatedly and count the number of times the coin lands
on heads. You continue flipping the coin until it has landed 5 times on heads.
The negative binomial distribution gives the number of Bernoulli trials X to obtain
a specified number of r successes.
x−1 r x−r
( )
f(x) = r −1 p (1− p) for x = r, r+1,…
Example Bob is a high school basketball player. He is a 70% free throw shooter.
That means his probability of making a free throw is 0.70. During the season, what
is the probability that Bob makes his third free throw on his fifth shot?
Thus, the probability that Bob will make his third successful free throw on his fifth
shot is 0.18522.
Example 2
Let's reconsider the above problem from Example 1. This time, we'll ask a slightly
different question: What is the probability that Bob makes his first free throw on
his fifth shot?
The probability of success (p) is 0.70, the number of trials (x) is 5, and the number
of successes (r) is 1. We enter these values into the negative binomial formula.
For example:
A manufactured product is classified as superior, average or poor
A four-sided die is tossed and the outcomes are 1, 2, 3 and 4
An experiment is judged as successful, unsuccessful or inconclusive
where the outcomes on each trial are mutually exclusive and have probabilities of
k k
n! x x x
Then the probability function is given by f(x1,x2,…,xk) = x ! x ! … x ! p1 p2 … p k
1 2 k
1 2 k
Example 1
Suppose a card is drawn randomly from an ordinary deck of playing cards, and
then put back in the deck. This exercise is repeated five times. What is the
probability of drawing 1 spade, 1 heart, 1 diamond, and 2 clubs?
Solution: To solve this problem, we apply the multinomial formula. We know the
following:
= 0.05859
Thus, if we draw five cards with replacement from an ordinary deck of playing
cards, the probability of drawing 1 spade, 1 heart, 1 diamond, and 2 clubs is
0.05859.
Example 2
Suppose we have a bowl with 10 marbles - 2 red marbles, 3 green marbles, and 5
blue marbles. We randomly select 4 marbles from the bowl, with replacement.
What is the probability of selecting 2 green marbles and 2 blue marbles?
Solution: To solve this problem, we apply the multinomial formula. We know the
following:
Thus, if we draw 4 marbles with replacement from the bowl, the probability of
drawing 0 red marbles, 2 green marbles, and 2 blue marbles is 0.135.