15  Exponential Distributions

Example 15.1 A business is tracking when online orders are placed on their website. Suppose an order just occurred and let \(X\) be the time until the next order is placed, measured in hours, including fractions of an hour. Assume that \(X\) has an Exponential distribution with rate parameter 2.5 per hour, with pdf \[ f_X(x) = 2.5 e^{-2.5x}, \qquad x >0 \]

  1. Sketch the pdf of \(X\). Roughly, what does this tell you about times between orders?




  2. Compute and interpret \(\text{P}(X < 0.5)\).




  3. Determine the cdf of \(X\).




  4. Determine what percentile 2 hours is.




  5. Compute and interpret the median of \(X\).




  6. Make an educated guess for \(\text{E}(X)\). Then compute and interpret \(\text{E}(X)\); did your guess work?




  7. Compute and interpret \(\text{P}(X < \text{E}(X))\).




(a) PDF
(b) CDF
Figure 15.1: A generic Exponential distribution with rate parameter \(\lambda\) and mean \(1/\lambda\). In the PDF plot, the x-axis is labeled in measurement units; in the CDF plot, the x-axis is labeled in terms of multiples of the mean.
Table 15.1: Percentiles for an Exponential distribution in terms of multiples of the mean
Percentile Relative to mean
10% 0.11 times the mean
25% 0.29 times the mean
39.3% 0.50 times the mean
50% 0.69 times the mean
63.2% 1.00 times the mean
75% 1.39 times the mean
77.7% 1.50 times the mean
86.5% 2.00 times the mean
90% 2.30 times the mean
91.8% 2.50 times the mean
95% 3.00 times the mean
97% 3.50 times the mean
98.2% 4.00 times the mean
98.9% 4.50 times the mean
99.3% 5.00 times the mean

Example 15.2 Continuing Example 15.1. Let \(N(1)\) be the number of orders in a 1 hour period, a discrete random variable. Then the expected value of \(N(1)\) is 2.5 orders. If \(N(2)\) is the number of orders that happen in a 2 hour period then its expected value is \(\text{E}(N(2)) =5\) orders. In general, if \(N(t)\) is the number of orders in a \(t\) hour period its expected value is \(\text{E}(N(t)) =2.5t\) orders.

Assume that, for any \(t\), the discrete random variable \(N(t)\) has a Poisson distribution with parameter \(2.5t\). Now we’ll consider what this assumption implies about the time between orders. Suppose an order just occurred and let \(T\) be the time in hours until the next order; \(T\) is a continuous random variable.

  1. Interpret the event \(\{T>0.5\}\). How can you express this as an equivalent event involving a number of order?




  2. Compute and interpret \(\text{P}(T > 0.5)\).




  3. Compute \(\text{P}(T > t)\) as a function of \(t>0\).




  4. Identify by name the distribution of \(T\); be sure to specify the values of any relevant parameters.




  5. Compute and interpret \(\text{E}(T)\).




15.1 Exercises

Exercise 15.1 Use the “multiples of the mean rule” to create a circular spinner for simulating values from a generic Exponential distribution.

  1. Version 1: label the circular axis in increments of 0.5, 1.0, 1.5, 2.0, 2.5, etc., multiple of the mean. Careful: the values should not be evenly spaced.




  2. Sketch a histogram with equal bin widths—0 to 0.5, 0.5 to 1.0, 1.0 to 1.5, etc.—that you would expect to see after spinning the version 1 spinner many times. Does it have an Exponential shape?




  3. Version 2: label the circular axis so that your spinner has 10 sectors each with probability 0.1.




  4. Sketch a histogram that you would expect to see after spinning the version 2 spinner many times. Start by sketching a histogram with unequal bin widths, then sketch the correspond equal bin width histogram. Does it have an Exponential shape?




  5. Explain how could you use this spinner (either version) to simulate values from an Exponential distribution with rate parameter 2.5 (like in Example 15.1).




Exercise 15.2 Continuing Example 15.1. Let \(X\) be the waiting time (hours) until the next order and assume \(X\) has an Exponential(2.5) distribution.

  1. Find the conditional probability that the waiting time from now until the next order is greater than 3 hours given that no orders occur in the next hour. Be sure to write a valid probability statement involving \(X\) before computing.




  2. Compare to \(\text{P}(X > 2)\). What do you notice?




  • Memoryless property. If \(W\) has an Exponential(\(\lambda\)) distribution then for any \(w,h>0\) \[ \text{P}(W>w+h\,\vert\, W>w) = \text{P}(W>h) \]
  • Given that we have already waited \(w\) units of time, the conditional probability that we wait at least an additional \(h\) units of time is the same as the unconditional probability that we wait at least \(h\) units of time.
  • In this sense, the future waiting time does not “remember” how long we have already waited.
  • A continuous random variable \(W\) has the memoryless property if and only if \(W\) has an Exponential distribution. That is, Exponential distributions are the only continuous1 distributions with the memoryless property.
  • If \(W\) has an Exponential(\(\lambda\)) distribution then the conditional distribution of the excess waiting time, \(W - w\), given \(\{W>w\}\) is Exponential(\(\lambda\)).

  1. Geometric distributions are the only discrete distributions with the discrete analog of the memoryless property.↩︎