CH 03
CH 03
CH 03
Engineers
Sixth Edition
Douglas C. Montgomery
George C. Runger
Chapter 3
Discrete Random
Variables and
Probability
Distributions
CHAPTER OUTLINE
3-1 Discrete Random Variables
3-2 Probability Distributions and
Probability Mass Functions
3-3 Cumulative Distribution
Functions
3-4 Mean and Variance of a
Discrete Random Variable
3-5 Discrete Uniform Distribution
3-6 Binomial Distribution
3-9
Poisson
Distribution
Chapter
3 Title and Outline
Copyright 2014 John Wiley & Sons, Inc. All rights reserved.
Probability Distributions
A random variable is a function that assigns a
real number to each outcome in the sample
space of a random experiment.
The probability distribution of a random variable
X gives the probability for each value of X.
10
11
800
850
799
849
0.886
50
P X 1 2 800
850
849
P X 2
50
850
0.111
49
849
0.003
Therefore,
F 0 P X 0 0.886
F 1 P X 1 0.997
F 2 P X 2 1.000
0
0.886
F ( x)
0.997
1
x0
0 x 1
1 x 2
2 x
12
13
14
15
Here h(X) = X2
Answer:
E(X) = X f(X) = 0 0.6561 + 1 0.2916 + 2 0.0486 + 3 0.036 + 4 0.0001
= 0.5200
Sec 3-4 Mean & Variance of a Discrete Random Variable
Copyright 2014 John Wiley & Sons, Inc. All rights reserved.
16
f(xi) = 1/n
17
18
19
Binomial Distribution
The random variable X that equals the number
of trials that result in a success is a binomial
random variable with parameters 0 < p < 1 and
n = 1, 2, ....
The probability mass function is:
n
n x
x
f x p 1 p
for x 0,1,...n
x
(3-7)
a b
n
k 0
n
k
k n k
a
b
Copyright 2014 John Wiley & Sons, Inc. All rights reserved.
20
10! 10 9
8 7!
120
3!7! 3 2 1 7!
15! 15 14 13
12
11.10!
3, 003
10!5!
10!.5 4
3 2 1
100! 100 99
98 97.96!
3,921, 225
4!96!
4 3 2 1.96!
10
3
15
10
100
4
21
22
23
24
25
Example 3-19:
For the number of transmitted bit received in error
in Example 3-16, n = 4 and p = 0.1. Find the mean
and variance of the binomial random variable.
Answer:
= E(X) = np = 4*0.1 = 0.4
2 = V(X) = np(1-p) = 4*0.1*0.9 = 0.36
= SD(X) = 0.6
Sec 3-6 Binomial Distribution
Copyright 2014 John Wiley & Sons, Inc. All rights reserved.
26
Poisson Distribution
The random variable X that equals the
number of events in a Poisson process is a
Poisson random variable with parameter > 0,
and the probability density function is:
e x
f x
x!
for
x 0,1, 2,3,...
(3-16)
27
28
29
30
and
2=V(X) =
The mean and variance of the Poisson model are the same.
For example, if particle counts follow a Poisson distribution with a mean
of 25 particles per square centimeter, the variance is also 25 and the
standard deviation of the counts is 5 per square centimeter.
If the variance of a data is much greater than the mean, then the
Poisson distribution would not be a good model for the distribution of
the random variable.
31