continuous distributions
continuous distributions
Whereas Chapter 5 focused on the characteristics and applications of discrete distributions, Chapter 6
concentrates on information about continuous distributions. This chapter presents the uniform
distribution, the normal distribution, and the exponential distribution.
A z score is the number of standard deviations that a value, x, is above or below the mean. If the value of
x is less than the mean, the z score is negative; if the value of x is more than the mean, the z score is
positive; and if the value of x equals the mean, the associated z score is zero. This formula allows
conversion of the distance of any x value from its mean into standard deviation units. The z distribution is
a normal distribution with a mean of 0 and a standard deviation of 1.
65
66 Continuous Distributions
1. To compute probabilities from a normal distribution, go to an empty cell in an Excel worksheet and
from the Insert Function (fx), select the Statistical category and the function NORM.DIST.
3. The result is the cumulative probability less than 750. To find the probability greater than 750,
subtract the resulting probability of 0.9821 from 1. The result is 0.0179.
1. To compute probabilities from a normal distribution, go to an empty cell in an Excel worksheet and
from the Insert Function (fx), select the Statistical category and fill in the appropriate arguments for
the function NORM.DIST or just type "=NORM.DIST(590,540,100,1)". The result is 0.6915.
1. To calculate what percentage of values would lie in-between 2 ages, you could subtract the
probability to the left of the smaller value from the probability to the left of the larger value. Using
Chapter 6 67
1. Subtract the probability to the left of the smaller value from the probability to the left of the larger
value. Using functions, the in-between formula for the percentage would be
"=NORM.DIST(500,540,100,1)-NORM.DIST(400,540,100,1)". The in-between percentage would be
0.2638.
1. First, we need to find the z-value for 86.65%. Use Insert Function fx to access the Statistical
function NORM.S.INV. Input 0.8665 for the Probability. The resulting z-value is 1.11.
2. We can now use the z-value to solve for the unknown which is the population mean. Input the x-value
for
1. First, we need to find the z-value > 67.72%. The Normal Distribution tables are constructed for
probability to the left which in this case would be 100% - 67.72% = 32.28%. Use Insert Function fx
to access the Statistical function NORM.S.INV. Input 0.3228 for the Probability. The resulting z-
value is -0.46.
3. We can now use the z-value to solve for the unknown which is the population mean. Input the x-value
for
To work a binomial problem by the normal curve requires a translation process. The first part of this
process is to convert the two parameters of a binomial distribution, n and p, to the two parameters of the
normal distribution, µ and σ. This process utilizes formulas from Chapter 5:
3. To create the bar chart, select cells B1:B12, hold the Ctrl Key down and select D1:D12. Click on the
Insert tab. Select Column chart and 2D Column.
4. Right-click on the Legend and Delete and right-click on the gridlines and Delete.
5. This is the probability for n = 10 and p = 0.50. You can change either value and produce a new model
and bar chart.
2. The x value is calculated from the information given that the interval of interest is 15 minutes elapsed
out of 20 minutes, the is 15/20 = 0.75. λ is given as 1.38 and the cumulative value is input as 1. This
gives us the probability less than the x value.