MATH230 Lecture Notes 4
MATH230 Lecture Notes 4
Introduction to Probability
Theory
TEDU
Chapter 5 - Some Discrete
Probability Distributions
5.1 Introduction and Motivation
5.2 Binomial and Multinomial Distributions
5.3 Hypergeometric Distribution
5.4 Negative Binomial and Geometric Distributions
5.5 Poisson Distribution and the Poisson Process
Introduction and Motivation
n = 10
X: the number of heads in 10 trials,
Binomial Distribution
Binomial Distribution
Binomial Distribution
Theorem 5.1
P X 2 1 P X 2 1 P X 0 P X 1
100 100 99
1 0.01 0.99 0.01 0.99 0.264
0 100 1
0 1
E X np 100*0.01 1
2 VAR X np 1 p 100*0.01*0.99 0.99
0.995
Copyright © 2010 Pearson Addison-Wesley. All rights reserved.
Hypergeometric Distribution
Hypergeometric Experiment
1. A random sample of size n is selected without replacement from
N items.
2. Of the N items, k may be classified as successes and N − k are
classified as failures.
The number X of successes of a hypergeometric experiment is
called a hypergeometric random variable.
Accordingly, the probability distribution of the hypergeometric
variable is called the hypergeometric distribution, and its values
are denoted by h(x; N, n, k), since they depend on the number of
successes k in the set N from which we select n items.
Hypergeometric Distribution
Solution:
a. Using the hypergeometric distribution with n = 5, N = 40, k = 3,
and x = 1, we find the probability of obtaining 1 defective to be
b. This plan is not desirable since it accepts a bad lot 66% of the
time since it detects a bad lot (3 defectives) only about 34% of the
time.
3 37
Accept the lot when X=0 where h 0, 40,5,3 0.66
0 5
40
5
Copyright © 2010 Pearson Addison-Wesley. All rights reserved.
Hypergeometric Distribution
Theorem 5.2
Recall Example:
Find the mean and variance for the number of defective items
found in the sample when 5 components are selected at random
from a lot of 40 components of which 3 are defective.
Geometric Distribution
Example. A professional thinks that, in any job she applies, her chances
of getting a job offer is 0.4. What is the probability that she will have
to apply at most four job openings before she gets an offer?
Solution. p = probability of getting a job offer = 0.4
X: the number of applications until the first offer, x =1, 2, …
P(X ≤ 4) = p(1) + p(2) + p(3) + p(4) where
p(1) = 0.4
p(2) = 0.6⋅0.4 = 0.24
p(3) = 0.6⋅0.6⋅0.4 = 0.144
p(4) = 0.6⋅0.6⋅0.6⋅0.4 = 0.0864
P(X ≤ 4) = 0.4 + 0.24 + 0.144 + 0.0864 = 0.8704
Geometric Distribution
Theorem 5.3
X ~ Geo 0.4
1 1
EX 2.5
p 0.4
1 p 0.6
2 2 3.75
2
p 0.4
3.75 1.936
“Memoryless” Property
of Geometric Distribution
Probability of getting the first success at the 4th trial given that
we have failure in the first trial:
P( X 4 ) 0.8 0.2
3
P( X 4 and X 1)
P( X 4 | X 1) 0.8 0.2 P( X 3)
2
P X 1 1 P X 1 1 0.2
P( X 5 | X 2) 0.8 0.2 P( X 3)
2
Similarly:
P( X 6 | X 3) 0.8 0.2 P( X 3)
2
...
That is; P( X s 3 | X s ) 0.8 0.2 P( X 3)
2
“Memoryless” Property
of Geometric Distribution
5
P( X 6) 0.55 0.45 0.55 0.1853
3 2
3
Negative Binomial Distribution
(Pascal Distribution)
Negative Binomial Distribution
(Pascal Distribution)
Negative Binomial Distribution
(Pascal Distribution)
Poisson Distribution
Theorem 5.4
1 1!
3
e2 2 x
b. P X 3 0.857
x 0 x!
Approximation of Binomial Distribution
by a Poisson Distribution
Theorem 5.5