Chapter 4
Chapter 4
Statistics
for Engineers
and Scientists
Sixth Edition
William Navidi
© McGraw Hill LLC. All rights reserved. No reproduction or distribution without the prior written consent of McGraw Hill LLC.
Chapter 4
Commonly Used
Distributions
Example: The toss of a coin. The two outcomes are heads and
tails.
• For any Bernoulli trial, a random variable X can be defined as: If
the experiment results in success, then X = 1. Otherwise, X = 0.
• The probability mass function p ( x) is defined as
p (0) P ( X 0) 1 p
p (1) P ( X 1) p
p ( x) 0 for any value of x other than 0 or 1
Solution
• If X ~ Bin (n, p ), then the mean and variance of X are given by,
Mean: X np
Variance: X2 np(1 p)
p (1 p )
pˆ
n
8
© McGraw Hill LLC
Example: A fair coin is tossed 10 times. Let X be the number of heads that
appear. What is the
distribution of X?
Solution
There are 10 independent Bernoulli trials, each with success probability p
= 0.5.
The random variable X is equal to the number of successes in the 10 trials.
Therefore
X ∼ Bin(10, 0.5).
Example
A lot contains several thousand components, 10% of which are defective.
Seven components
are sampled from the lot. Let X represent the number of defective
components
in the sample. What is the distribution of X?
Solution
Example
Since the sample size is small compared to the population (i.e., less than
A5%),
quality
the engineer is testing the calibration of a machine that packs ice
cream
number into
of successes in the sample approximately follows a binomial
containers.
distribution.In a sample of 20 containers, 3 are underfilled. Estimate the
probability
Therefore wep model X with the Bin(7, 0.1) distribution
that the machine underfills a container.
Solution
The sample proportion of underfilled containers is ̂p = 3∕20 = 0.15. We
© McGraw Hill LLC 9
Example
10
© McGraw Hill LLC
The Normal Distribution 1
X
X2 2
Example
Ball bearings manufactured for a certain application have diameters
(mm) that are normally distributed with mean 5 and standard deviation
0.08. A particular ball bearing has a diameter of 5.06 mm. Find the z
score.
Solution
5.06 5
z 0.75
0.08
17
© McGraw Hill LLC
Example
c1 X 1 c2 X 2 ... cn X n
N (c1 1 c2 2 ... cn n , c12 12 c22 22 ... cn2 n2 )
Then
2
X N ,
n
Then
X Y ~ N ( X Y , X2 Y2 )
X Y ~ N ( X Y , X2 Y2 )
X 1 ... X n
• Let X be the sample mean.
n
24
© McGraw Hill LLC
© McGraw Hill LLC 25
The Central Limit Theorem 2