Skip to main content

Section Continuous Probability Distributions Worksheet

Now we will study probability distributions that arise from continuous random variables, which are outcomes that take on any numerical value in an interval, including numbers with decimal points. Recall that probabilities for specific values of a discrete random variable were easy to calculate and the graph of the discrete probability distribution looks like a histogram with a countable number of bars. By contrast, only the probability of a range of values (not a specific value) can be calculated for a continuous random variable. Why?
Since there is an infinite number of possible values for a continuous random variable, the probability of one specific value is theoretically equal to zero!
Let’s study four specific continuous probability distributions and identify the types of data where they are useful.

Subsection Common Continuous Probability Distributions

Example 5.27. Continuous Probability Distribution Matching Problem.

Subsection The Normal Probability Distribution

The mathematical expression that describes the shape of the normal probability distribution is called the normal probability density function:
\begin{equation*} f(x) = \frac{1}{\sigma\sqrt{2\pi}}e^{-0.5[(x-\mu)/\sigma]^2} \end{equation*}
Despite the complexity of this function, there are only two parameters that completely determine the shape of the distribution: the mean, \(\mu\text{,}\) and the standard deviation, \(\sigma\text{.}\) Let’s take a closer look at how they impact the distribution. (Don’t worry -- we won’t be using this formula to compute probabilities. We have other tools!)

Question 5.28.

How does changing the standard deviation (\(\sigma\)) and the mean (\(\mu\)) change the curve?
Figure 5.29. Graph of Normal Distribution powered by Desmos
Answer.
  • \(\sigma:\) controls the “spread” of the curve. Larger \(\sigma\) results in a flatter, more spread out curve
  • \(\mu:\) controls the location of the center. Larger \(\mu\) shifts the “hill” of the curve to the right
The first two commands apply to situations where the goal is to compute a probability associated with a data value.
  • The NORM.DIST(\(x\text{,}\) mean, standard deviation, cumulative) applies to problems involving a normal distribution with a specified mean and standard deviation.
  • The NORM.S.DIST(\(z\text{,}\) cumulative) applies to problems involving the standard normal distribution (\(\mu=0\) and \(\sigma=1\)).
(Cumulative = TRUE or FALSE)
What if we want to know the specific \(X\) that satisfies a given probability? Then we can work backward using the tables (Standard Normal Table
 1 
www.math.arizona.edu/~rsims/ma464/standardnormaltable.pdf
) and use the \(z\)-score formula in reverse. If the exact probability cannot be found in the table, then we can use the closest values.
The Excel formulas that apply to this situation are similar to the ones we saw earlier, replacing .DIST with .INV:
  • NORM.INV(probability, mean, standard deviation) applies to normal distributions with a specified mean and standard deviation
  • NORM.S.INV(probability) is used for standard normal distributions

Example 5.30.

Subsection The Exponential Probability Distribution

Definition 5.31.

The exponential probability distribution is a continuous distribution commonly used in business to measure the time between customer arrivals or the time between failures in a business process
The mathematical expression that describes the shape of the curve for the exponential probability distribution is called the exponential probability density function:
\begin{equation*} f(x)=\lambda^{-\lambda x}\text{, where }\lambda=\text{the mean number of occurrences over an interval} \end{equation*}
Recall the we saw \(\lambda\) in a previous chapter when the discrete Poisson distribution was introduced. It is not a coincidence that we are using \(\lambda\) in both of these distributions. A discrete random variable that follows a Poisson distribution with a mean equal to \(\lambda\) has a counterpart continuous random variable that follows the exponential distribution with a mean equal to \(\mu=\frac{1}{\lambda}\text{.}\)
It is easy to confuse the two -- try to remember that \(\lambda\) is a countable (discrete) rate while \(\mu\) is a measurable (continuous) interval.
A small bit of good news: the standard deviation for an exponential distribution is equal to its mean. That is, \(\sigma=\mu=\frac{1}{\lambda}\text{.}\)
The only parameter in the formula is \(\lambda\text{.}\) Let’s look at how it impacts the shape of the distribution.
Figure 5.32. Exponential Distribution powered by Desmos
Computing Probabilities for the Exponential Distributions
The formula for calculating the probability that a random variable is less than a specified value is:
\begin{equation*} P(x\leq a)=1-e^{-a\lambda} \end{equation*}
where \(\lambda=\text{the mean number of occurrences over an interval}\text{.}\)
The Excel formula for calculating probabilities for the exponential distribution is
\begin{equation*} EXPON.DIST(x,\lambda,\text{cumulative}), \end{equation*}
where cumulative=TRUE (if you want cumulative probability) or FALSE (if you do not want cumulative probability).

Example 5.33.

An exponential probability distribution has lambda equal to \(18\) customers per hour. Find the probability that the next customer will arrive within the next minute. (Round your answer to 4 decimal places.)

Subsection The Uniform Distribution

Definition 5.34.

The uniform distribution is a continuous distribution where the probability of any interval is equal to any other interval with the same width.
The mathematical expression that describes the shape of the curve for the uniform probability distribution is called the continuous uniform probability density function:
\begin{equation*} f(x)=\begin{cases} \frac{1}{b-a} \amp\text{ if } a\leq x\leq b\\ 0 \amp\text{ otherwise} \end{cases}. \end{equation*}
Uniform Distribution:
Figure 5.35. Uniform Distribution (Made in GeoGebra by David Ramsay)
Since this function is a constant, the shape of the uniform probability distribution is a rectangle. So computing probabilities associated with it simply involves finding areas of rectangles:
\begin{equation*} (\text{width})\cdot(\text{height}) \end{equation*}
The mean and standard deviation for the uniform distribution are:
  • \(\displaystyle \mu=\frac{a+b}{2}\)
  • \(\displaystyle \sigma=\frac{b-a}{\sqrt{12}}\)

Example 5.36.

(Donnelly 6.34)
Assume the time required to pass through security at a particular airport follows the continuous uniform distribution with a minimum time of 8 minutes and a maximum time of 31 minutes.
(a)
Calculate the value of \(f(x) \text{.}\)
Answer.
\(\frac{1}{23} \)
(b)
What are the mean and standard deviation for this distribution?
Answer.
  • \(\displaystyle \mu=19.5\)
  • \(\displaystyle \sigma\approx 6.64\)
(c)
What is the probability that the next passenger will require less than 25 minutes to pass through security?
Answer.
\(P(X\lt 25)= \frac{17}{23}\)
(d)
What is the probability that the next passenger will require more than 23 minutes to pass through security?
Answer.
\(P(X\gt 23)=\frac{8}{23}\)
(e)
What is the probability that the next passenger will require between 13 and 20 minutes to pass through security?
Answer.
\(P(13\lt X\lt 20)= \frac{7}{23}\)
(f)
What time represents the 75th percentile of this distribution?
Answer.
\(25.25\) minutes

Subsection The Triangular Probability Distribution

“The triangular probability distribution is useful when only subjective probability estimates are available. There are many situations for which we do not have sufficient data and only subjective estimates of possible values are available. In the triangular probability distribution, we need only to specify the minimum possible value \(a\text{,}\) the maximum possible value \(b\text{,}\) and the most likely value (or mode) of the distribution \(m\text{.}\) If these values can be knowledgeably estimated for a continuous random variable by a subject-matter expert, then as an approximation of the actual probability density function, we can assume that the triangular distribution applies.”

Example 5.37.

Consider a situation in which a project manager is attempting to estimate the time that will be required to complete an initial assessment of the capital project of constructing a new corporate headquarters. The assessment process includes completing environmental-impact studies, procuring the required permits, and lining up all the contractors and subcontractors needed to complete the project. There is considerable uncertainty regarding the duration of these tasks, and generally little or no historical data are available to help estimate the probability distribution for the time required for this assessment process.
Suppose that we are able to discuss this project with several subject-matter experts who have worked on similar projects. From these expert opinions and our own experience, we estimate that the minimum required time for the initial assessment phase is six months and that the worst-case estimate is that this phase could require 24 months if we are delayed in the permit process or if the results from the environmental-impact studies require additional action. While a time of six months represents a best case and 24 months a worst case, the consensus is that the most likely amount of time required for the initial assessment phase of the project is 12 months. From these estimates, we can use a triangular distribution as an approximation for the probability density function for the time required for the initial assessment phase of constructing a new corporate headquarters.
Answer.
\(a=6,\; b=24,\; m=12 \text{ (mode)}\)
\(1=\frac{1}{2}(6)(h)+\frac{1}{2}(12)(h)\)
\(1=3h+6h=9h\Rightarrow h=\frac{1}{9}\)
\(P(6\leq X\leq 12)=\frac{1}{2}(6)(h)=3\left(\frac{1}{9}\right)=\boxed{\frac{1}{3}}\)

Exercises Exercises

1.