Lecture - 5-Binomial and Poisson Distribution
Lecture - 5-Binomial and Poisson Distribution
The two types of distributions are discrete distributions, constructed from discrete random
variables, and continuous distributions, based on continuous random variables.
Binomial distribution
Poisson distribution
The Binomial Distribution
Binomial Distribution
Binomial Distribution
A widely known discrete distribution constructed by determining the probabilities of
X successes in n trials.
n x n x n!
p( x) p q p x (1 p ) n x
x x ! (n x)!
• Mean
value
n p
• Variance and
2
n pq
standard
deviation 2
n pq
• X = Number of Heads from flipping coin 5 times
• Possible outcome from 5 flips : 2 . 2 . 2 . 2. 2 = 2^5 = 32
5!
p (3) .53 (1 .5)53
3!(5 3)!
.3125
Binomial Probability Table (Portion)
Binomial Probability Table (Portion)
n = 5, Taking different value of p
p
x .01 … 0.50 … .99
0 .951 … .031 … .000
1 .999 … .188 … .000
2 1.000 … .500 … .000
3 1.000 … .812 … .001
4 1.000 … .969 … .049
Binomial Distribution Characteristics
P(X) n = 5 p = 0.1
1.0
Mean .5
E(x) np .0 X
0 1 2 3 4 5
Standard Deviation
npq
P(X) n = 5 p = 0.5
.6
.4
.2
.0 X
0 1 2 3 4 5
Graphs of Selected
Binomial Distributions
n = 4 PROBABILITY P = 0.5
1.000
X 0.1 0.5 0.9 0.900
0.800
0 0.656 0.063 0.000 0.700
0.600
1 0.292 0.250 0.004
P(X)
0.500
0.400
P = 0.1 P = 0.9
1.000 1.000
0.900 0.900
0.800 0.800
0.700 0.700
0.600 0.600
P(X)
P(X)
0.500 0.500
0.400 0.400
0.300 0.300
0.200 0.200
0.100 0.100
0.000 0.000
0 1 2 3 4 0 1 2 3 4
X X
Example:2 You’re a telemarketer selling service contracts for Macy’s.
You’ve sold 20 in your last 100 calls (p = .20). If you call 12 people
tonight, what’s the probability of
A. No sales?
B. Exactly 2 sales?
C. At most 2 sales?
D. At least 2 sales?
Solution:
n = 12, p = .20
A. p(0) = .0687
B. p(2) = .2835
C. p(at most 2) = p(0) + p(1) + p(2) = .0687 + .2062 + .2835
= .5584
D. p(at least 2) = p(2) + p(3)...+ p(12)= 1 – [p(0) + p(1)]
= 1 – .0687 – .2062 = .7251
Example:3
A Gallup survey found that 65% of all financial consumers were very satisfied
with their primary financial institution. Suppose that 25 financial consumers are
sampled and if the Gallup survey result still holds true today, what is the
probability that exactly 19 are very satisfied with their primary financial
institution?
Example:3
A Gallup survey found that 65% of all financial consumers were very satisfied
with their primary financial institution. Suppose that 25 financial consumers are
sampled and if the Gallup survey result still holds true today, what is the
probability that exactly 19 are very satisfied with their primary financial
institution?
Solution:
Poisson Distribution
Poisson Distribution
• Describes discrete occurrences over a continuum or interval
• A discrete distribution and Describes rare events
• As n is large and p is small, the binomial probability can be
approximated by the Poisson probability function
• Each occurrence is independent any other occurrences.
• The number of occurrences in each interval can vary from zero to
infinity.
• The expected number of occurrences must hold constant throughout the
experiment.
Examples of Poisson-type situations include the following:
Binomial problems with large sample sizes and small values of p, which then
generate rare events, are potential candidates for use of the Poisson
distribution.
P( X )
X
e for X 0,1,2,3,...
X!
where :
longrun average
e 2.718282... (the base of natural logarithms)
Example:1
A bank has an average random arrival rate of 3.2 customers every 4 minutes.
What is the probability of getting exactly 10 customers during an 8-minute
interval?
Solution: