Groebner ch05
Groebner ch05
Groebner ch05
6th Edition
Chap 5-1
Chapter Goals
After completing this chapter, you should be able to: Apply the binomial distribution to applied problems
Compute probabilities for the Poisson and hypergeometric distributions Find probabilities using a normal distribution table and apply the normal distribution to business problems Recognize when to apply the uniform and exponential distributions
Chap 5-2
Probability Distributions
Probability Distributions Discrete Probability Distributions Binomial Poisson Hypergeometric
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
A discrete random variable is a variable that can assume only a countable number of values Many possible outcomes:
number of complaints per day number of TVs in a household number of rings before the phone is answered gender: male or female defective: yes or no spreads peanut butter first vs. spreads jelly first
Chap 5-4
A continuous random variable is a variable that can assume any value on a continuum (can assume an uncountable number of values)
thickness of an item time required to complete a task temperature of a solution height, in inches
These can potentially take on any value, depending only on the ability to measure accurately.
Chap 5-5
A trial has only two possible outcomes success or failure There is a fixed number, n, of identical trials The trials of the experiment are independent of each other The probability of a success, p, remains constant from trial to trial If p represents the probability of a success, then (1-p) = q is the probability of a failure
Chap 5-7
A manufacturing plant labels items as either defective or acceptable A firm bidding for a contract will either get the contract or not A marketing research firm receives survey responses of yes I will buy or no I will not New job applicants either accept the offer or reject it
Chap 5-8
A combination is an outcome of an experiment where x objects are selected from a group of n objects
n! C = x! (n x )!
n x
where:
Example: Flip a coin four times, let x = # heads: n=4 p = 0.5 q = (1 - .5) = .5 x = 0, 1, 2, 3, 4
Chap 5-10
Binomial Distribution
Mean
n = 5 p = 0.1
Here, n = 5 and p = .1
X 0 P(X) 1 2 3 4 5
Here, n = 5 and p = .5
.6 .4 .2 0
n = 5 p = 0.5
X
0
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
5
Chap 5-11
Mean
= E(x) = np
= npq
2
= npq
Where n = sample size p = probability of success q = (1 p) = probability of failure
Chap 5-12
Binomial Characteristics
Examples
.6 .4 .2 0
P(X)
n = 5 p = 0.1
X
0 P(X)
= np = (5)(.5) = 2.5
= npq = (5)(.5)(1 .5) = 1.118
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
.6 .4 .2 0
n = 5 p = 0.5
X
5
Chap 5-13
Examples:
n = 10, p = .35, x = 3: n = 10, p = .75, x = 2: P(x = 3|n =10, p = .35) = .2522 P(x = 2|n =10, p = .75) = .0004
Chap 5-14
Using PHStat
Chap 5-15
Using PHStat
Here: n = 10 p = .35 Output for x = 0 to x = 10 will be generated by PHStat Optional check boxes for additional output
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-16
PHStat Output
The outcomes of interest are rare relative to the possible outcomes The average number of outcomes of interest per time or space interval is The number of outcomes of interest are random, and the occurrence of one outcome does not influence the chances of another outcome of interest The probability of that an outcome of interest occurs in a given segment is the same for all segments
Chap 5-19
( t ) e P( x ) = x!
x
where: t = size of the segment of interest x = number of successes in segment of interest = expected number of successes in a segment of unit size e = base of the natural logarithm system (2.71828...)
Chap 5-20
Mean
= t
2 = t
= t
where
= number of successes in a segment of unit size t = the size of the segment of interest
Chap 5-21
0 1 2 3 4 5 6 7
P(x = 2) = .0758
Chap 5-23
0.15
P(x)
P(x)
0.10
0.05
0.10 0.00 0 1 2 3 4 5 6 7
0.00 1 2 3 4 5 6 7 8 9 10 11 12
Chap 5-24
n trials in a sample taken from a finite population of size N Sample taken without replacement Trials are dependent Concerned with finding the probability of x successes in the sample where there are X successes in the population
Chap 5-26
P( x ) =
Where
N X . n x N n
X x
N = Population size X = number of successes in the population n = sample size x = number of successes in the sample n x = number of failures in the sample
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-27
N = 10 X=4
n=3 x=2
P(x = 2) =
N X n x N n
X x
6 1
4 2
Select:
PHStat / Probability & Prob. Distributions / Hypergeometric
Chap 5-29
(continued)
P(x = 2) = 0.3
Chap 5-30
f(x)
Location is determined by the mean, Spread is determined by the standard deviation, The random variable has an infinite theoretical range: + to
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
Chap 5-32
f(x)
Changing shifts the distribution left or right. Changing increases or decreases the spread.
x
Chap 5-34
by the area P (a x b)
a
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
x
Chap 5-35
0.5
0.5
Empirical Rules
What can we say about the distribution of values around the mean? There are some general rules:
f(x)
+ 1 68.26%
Chap 5-37
2 x
3 x
95.44%
99.72%
Chap 5-38
If a value is about 2 or more standard deviations away from the mean in a normal distribution, then it is far from the mean The chance that a value that far or farther away from the mean is highly unlikely, given that particular mean and standard deviation
Chap 5-39
Values above the mean have positive z-values, values below the mean have negative z-values
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-40
Any normal distribution (with any mean and standard deviation combination) can be transformed into the standard normal distribution (z) Need to transform x units into z units
Chap 5-41
Translate from x to the standard normal (the z distribution) by subtracting the mean of x and dividing by its standard deviation:
x z=
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-42
Example
If x is distributed normally with mean of 100 and standard deviation of 50, the z value for x = 250 is
This says that x = 250 is three standard deviations (3 increments of 50 units) above the mean of 100.
Chap 5-43
100 0
250 3.0
x z
Note that the distribution is the same, only the scale has changed. We can express the problem in original units (x) or in standardized units (z)
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-44
The Standard Normal table in the textbook (Appendix D) gives the probability from the mean (zero) up to a desired value for z
.4772
2.00
Chap 5-45
0.1 0.2
. . .
2.0
.4772
The value within the table gives the probability from z = 0 up to the desired z value
Chap 5-46
Draw the normal curve for the problem in terms of x Translate x-values to z-values Use the Standard Normal Table
Chap 5-47
Z Table example
Suppose x is normal with mean 8.0 and standard deviation 5.0. Find P(8 < x < 8.6)
Calculate z-values:
x 8 8 z= = =0 5 x 8.6 8 z= = = 0.12 5
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
8 8.6 0 0.12
x Z
Z Table example
(continued)
Suppose x is normal with mean 8.0 and standard deviation 5.0. Find P(8 < x < 8.6)
=8 =5 =0 =1
8 8.6
0 0.12
Chap 5-49
.00
.01
.02
0.00 0.12
Chap 5-50
8.0 8.6
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
Chap 5-51
Suppose x is normal with mean 8.0 and standard deviation 5.0. Now Find P(x < 8.6)
P(x < 8.6) = P(z < 0.12) = P(z < 0) + P(0 < z < 0.12) = .5 + .0478 = .5478
.5000
.0478
0.00
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
Z
Chap 5-52
0.12
8.0 8.6
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
Chap 5-53
P(x > 8.6) = P(z > 0.12) = P(z > 0) - P(0 < z < 0.12)
.5000
0 0.12
0 0.12
Chap 5-54
7.4
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
8.0
Chap 5-55
.0478
8.0
Chap 5-56
We can use Excel and PHStat to quickly generate probabilities for any normal distribution We will find P(8 < x < 8.6) when x is normally distributed with mean 8 and standard deviation 5
Chap 5-57
PHStat Output
Chap 5-59
Chap 5-61
f(x) =
1 ba 0
if a x b otherwise
where f(x) = value of the density function at any x value a = lower limit of the interval b = upper limit of the interval
Chap 5-62
Uniform Distribution
Example: Uniform Probability Distribution Over the range 2 x 6: 1 f(x) = 6 - 2 = .25 for 2 x 6
f(x) .25 2
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc.
x
Chap 5-63
Used to measure the time that elapses between two occurrences of an event (the time between arrivals)
Examples: Time between trucks arriving at an unloading dock Time between transactions at an ATM Machine Time between phone calls to the main operator
Chap 5-65
The probability that an arrival time is equal to or less than some specified time a is
P(0 x a) = 1 e
where 1/ is the mean time between events
Note that if the number of occurrences per time period is Poisson with mean , then the time between occurrences is exponential with mean time 1/
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-66
Exponential Distribution
(continued)
x
Business Statistics: A Decision-Making Approach, 6e 2005 Prentice-Hall, Inc. Chap 5-67
Example
Example: Customers arrive at the claims counter at the rate of 15 per hour (Poisson distributed). What is the probability that the arrival time between consecutive customers is less than five minutes? Time between arrivals is exponentially distributed with mean time between arrivals of 4 minutes (15 per 60 minutes, on average) 1/ = 4.0, so = .25 P(x < 5) = 1 - e-a = 1 e-(.25)(5) = .7135
Chap 5-68
Chapter Summary
Found probabilities using formulas and tables Recognized when to apply different distributions Applied distributions to decision problems
Chap 5-69