Download presentation
Presentation is loading. Please wait.
Published byRachel McKinney Modified over 8 years ago
1
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Continuous Probability Distributions Chapter 7
2
2 GOALS Understand the difference between discrete and continuous distributions. Compute the mean and the standard deviation for a uniform distribution. Compute probabilities by using the uniform distribution. List the characteristics of the normal probability distribution. Define and calculate z (standard normal) values. Determine the probability an observation is between two points on a normal probability distribution. Determine the probability an observation is above (or below) a point on a normal probability distribution. Use the normal probability distribution to approximate the binomial distribution.
3
3 The Uniform Distribution The uniform probability distribution is the simplest distribution for a continuous random variable. This probability distribution is shown by a rectangular shape and is defined by minimum and maximum values.
4
4 The Uniform Distribution – Mean and Standard Deviation
5
5 Sogang University provides shuttle bus service for students. A bus leaves the bus stop at Shinchon Station every 30 minutes between 6 A.M. and 11 P.M.. Students arrive at the bus stop at random times. The time that a student waits is uniformly distributed from 0 to 30 minutes. 1. Draw a graph of this distribution. 2. How long will a student “typically” have to wait for a bus? In other words what is the mean waiting time? What is the standard deviation of the waiting times? 3. What is the probability a student will wait more than 25 minutes? 4. What is the probability a student will wait between 10 and 20 minutes? The Uniform Distribution - Example
6
6 Draw a graph of this distribution.
7
7 The Uniform Distribution - Example How long will a student “typically” have to wait for a bus? In other words what is the mean waiting time? What is the standard deviation of the waiting times?
8
8 The Uniform Distribution - Example What is the probability a student will wait more than 25 minutes?
9
9 The Uniform Distribution - Example What is the probability a student will wait between 10 and 20 minutes?
10
10 Characteristics of a Normal Probability Distribution A bell-shaped distribution, having a single peak at the center. – Check the functional form (given in the book) – The arithmetic mean, median, and mode are equal – The total area under the curve is 1.00; It is symmetrical about the mean. It is asymptotic: The distribution curve gets closer and closer to the X-axis, never actually touching it. That is, the tails of the curve extend indefinitely in both directions. The location of a normal distribution is determined by the mean, , and the dispersion of the distribution is determined by the standard deviation, σ.
11
11 The Normal Distribution - Graphically
12
12 The Normal Distribution - Families
13
13 The Standard Normal Probability Distribution There are infinite number of normal distributions ( and σ). One member of the family can represent all the members. – The standard normal distribution with mean of 0 and standard deviation of 1 (also called the z distribution). Any normal distribution can be converted into the z distribution, by subtracting the mean, from any value X and dividing it by the standard deviation, σ. – z-value is the distance from the mean measured in the units of the standard deviation. The formula is:
14
14 Areas Under the Normal Curve
15
15 The Normal Distribution – Example The weekly incomes of workers in a factory follow normal probability distribution with a mean of $1,000 and a standard deviation of $100. What is the z value for the income of a worker (X ) who earns $1,100 per week? What for a worker who earns $900 per week?
16
16 The Empirical Rule About 68 percent of the area under the normal curve is within one standard deviation of the mean. About 95 percent is within two standard deviations of the mean. Practically all is within three standard deviations of the mean.
17
17 The Empirical Rule - Example A battery company conducts tests on battery life. For a type of battery, the mean life is 19 hours. The life of the battery follows a normal distribution with a standard deviation of 1.2 hours. Answer the following questions. 1. About 68 percent of the batteries failed between what two hours? 2. About 95 percent of the batteries failed between what two hours? 3. Virtually all of the batteries failed between what two hours?
18
18 Normal Distribution – Finding Probabilities In an earlier example we reported that the weekly income of workers in a factory is normally distributed with a mean of $1,000 and a standard deviation of $100. What is the likelihood of selecting a worker whose weekly income is between $1,000 and $1,100?
19
19 Normal Distribution – Finding Probabilities
20
20 Finding Areas for Z Using Excel The Excel function =NORMDIST(x,mean,standard_dev,Cumu) = NORMDIST(1100,1000,100,true) generates area (probability) from Z=1 and below
21
21 Refer to the same information regarding the weekly income of workers, following the normal distribution with a mean of $1,000 and a standard deviation of $100. What is the probability of selecting a worker in that factory whose income is: Between $790 and $1,000? Normal Distribution – Finding Probabilities (Example 2)
22
22 Refer to the same information regarding the weekly income of workers, which follows the normal probability distribution with a mean of $1,000 and a standard deviation of $100. What is the probability of selecting a worker in the factory whose income is: Less than $790? Normal Distribution – Finding Probabilities (Example 3)
23
23 Refer to the same information regarding the weekly income of workers, which follows the normal probability distribution with a mean of $1,000 and a standard deviation of $100. What is the probability of selecting a shift foreman in the factory whose income is: Between $840 and $1,200? Normal Distribution – Finding Probabilities (Example 4)
24
24 Refer to the same information regarding the weekly income of workers, which follows the normal probability distribution with a mean of $1,000 and a standard deviation of $100. What is the probability of selecting a shift foreman in the factory whose income is: Between $1,150 and $1,250 Normal Distribution – Finding Probabilities (Example 5)
25
25 Using Z to find X for a given area - Example A tire company wants to set a minimum mileage guarantee on its product. Tests reveal the mean mileage is 67,900 with a standard deviation of 2,050 miles and that the distribution follows the normal distribution. It wants to set the minimum guaranteed mileage so that no more than 4 percent of the tires will have to be replaced free. What minimum guaranteed mileage should the company announce?
26
26 Using Z to find X for a given area- Example
27
27 Using Z to find X for a given area- Excel
28
28 Normal Approximation to the Binomial The normal distribution (a continuous distribution) yields a good approximation of the binomial distribution (a discrete distribution) for large values of n. – The normal distribution is generally a good approximation to the binomial distribution when n and n(1- ) are both greater than 5.
29
29 Using the normal distribution as a substitute for a binomial distribution for large values of n seems reasonable because, as n increases, a binomial distribution gets closer and closer to a normal distribution. Normal Approximation to the Binomial
30
30 Continuity Correction Factor When a binomial probability distribution is approximated by a continuous probability distribution (the normal distribution), the value.5 is subtracted or added, (depending on the problem), to a selected value. To correct for the discrete value.
31
31 Suppose the management of a restaurant found that 70 percent of its new customers return for another meal. For a week in which 80 new (first- time) customers dined at the restaurant, what is the probability that 60 or more will return for another meal? Normal Approximation to the Binomial - Example
32
32 Normal Approximation to the Binomial - Example P(X ≥ 60) = 0.063+0.048+ … + 0.001) = 0.197
33
33 Step 1. Find the mean and the variance of a binomial distribution and find the z value corresponding to an X of 59.5 (x-.5, the correction factor) Step 2: Determine the area from 59.5 and beyond Normal Approximation to the Binomial - Example
34
34 How to Apply the Correction Factor Only four cases may arise. These cases are: 1. For the probability at least X occurs, use the area above (X -.5). 2. For the probability that more than X occurs, use the area above (X+.5). 3. For the probability that X or fewer occurs, use the area below (X+.5). 4. For the probability that fewer than X occurs, use the area below ( X -.5).
35
35 End of Chapter 7
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.