Applied Business Statistics, 7 Ed. by Ken Black
Applied Business Statistics, 7 Ed. by Ken Black
by Ken Black
Chapter 5
Discrete
Distributions
Copyright2011
Copyright 2011John
JohnWiley
Wiley&&Sons,
Sons,Inc.
Inc. 1
Learning Objectives
-1 .1 -1 -.1 -1 .1
0 .2 0 .3 0 .3
1 .4 1 .4 1 .4
2 .2 2 .3 2 .3
3 .1 3 .1 3 .1
1.0 1.0 1.2
VALID NOT NOT
VALID VALID
Copyright 2011 John Wiley & Sons, Inc. 10
Binomial Distribution
The binomial distribution is a discrete distribution where X is the number of “successes” and the following
four conditions are met:
There are n trials
The n trials are independent of each other
The outcome is dichotomous – only two outcomes possible
The probability of “success” is constant
Example, 10 coin flips, X = # of heads
X = the number of “successes” and we say X follows a Binomial distribution with n trial and P(success) = p
If the data follow a binomial distribution, then we can summarize P(X i) for all values of Xi = 1, …, n through
the binomial probability distribution formula
20! 1 20 1
P( X 1)
.06 .94 (20)(.06)(.3086) .3703
1!(20 1)!
20! 2 20 2
P( X 2) .06 .94 (190)(.0036)(.3283) .2246
2!(20 2)!
n = 20
p = 0.06
X P(X)
0 =BINOMDIST(A5,B$1,B$2,FALSE)
1 =BINOMDIST(A6,B$1,B$2,FALSE)
2 =BINOMDIST(A7,B$1,B$2,FALSE)
3 =BINOMDIST(A8,B$1,B$2,FALSE)
4 =BINOMDIST(A9,B$1,B$2,FALSE)
5 =BINOMDIST(A10,B$1,B$2,FALSE)
6 =BINOMDIST(A11,B$1,B$2,FALSE)
7 =BINOMDIST(A12,B$1,B$2,FALSE)
8 =BINOMDIST(A13,B$1,B$2,FALSE)
9 =BINOMDIST(A14,B$1,B$2,FALSE)
X P(X =x)
0 0.000000
1 0.000000
2 0.000000
3 0.000001
4 0.000006
5 0.000037
6 0.000199
7 0.000858 Binomial with n = 23 and p = 0.64
8 0.003051
9 0.009040
10 0.022500
11 0.047273
12 0.084041
13 0.126420
14 0.160533
15 0.171236
16 0.152209
17 0.111421
18 0.066027
19 0.030890
20 0.010983
21 0.002789
22 0.000451
23 0.000035
Probability function
X e
P( X ) for X 0,1,2,3,...
X!
where :
longrun average
e 2.718282... (the base of natural logarithms)
Mean value Variance Standard deviation
Copyright 2011 John Wiley & Sons, Inc. 22
Poisson Distribution:
Demonstration Problem 5.7
Bank customers arrive randomly on weekday
afternoons at an average of 3.2 customers
every 4 minutes. What is the probability of
having more than 7 customers in a 4-minute
interval on a weekday afternoon?
= 1.6
X P(X)
0 =POISSON(D5,E$1,FALSE)
1 =POISSON(D6,E$1,FALSE)
2 =POISSON(D7,E$1,FALSE)
3 =POISSON(D8,E$1,FALSE)
4 =POISSON(D9,E$1,FALSE)
5 =POISSON(D10,E$1,FALSE)
6 =POISSON(D11,E$1,FALSE)
7 =POISSON(D12,E$1,FALSE)
8 =POISSON(D13,E$1,FALSE)
9 =POISSON(D14,E$1,FALSE)
X P(X =x)
0 0.149569
1 0.284180
2 0.269971 Poisson with mean = 1.9
3 0.170982
4 0.081216
5 0.030862
6 0.009773
7 0.002653
8 0.000630
9 0.000133
10 0.000025
2
Population Sample
Size 24 (N) 5 (n)
P ( x 3)
ACx N ACn x
Males 8 (A) 3 (x) N Cn
X P(X)
8C 3 24 8C 5 3
0 0.103
C5
24
1
2
0.343
0.369
56120
3 0.158 42,504
4 0.026
.158
5 0.001
N = 24
A= 8
n= 5
X P(X)
0 =HYPGEOMDIST(A6,B$3,B$2,B$1)
1 =HYPGEOMDIST(A7,B$3,B$2,B$1)
2 =HYPGEOMDIST(A8,B$3,B$2,B$1)
3 =HYPGEOMDIST(A9,B$3,B$2,B$1)
4 =HYPGEOMDIST(A10,B$3,B$2,B$1)
5 =HYPGEOMDIST(A11,B$3,B$2,B$1)
=SUM(B6:B11)
X P(X =x)
0 0.102767
1 0.342556
Hypergeometric with N = 24, A = 8, n = 5
2 0.368906
3 0.158103
4 0.026350
5 0.001318