24  Exponential Distributions

Exponential distributions are often used to model the waiting times between events in a random process that occurs continuously over time.

Example 24.1 NASA tracks data on fireball events, exceptionally bright meteors that are spectacular enough to to be seen over a very wide area1. Let \(X\) be the time, measured in months (assume 30 days), between any two fireballs and suppose \(X\) has pdf \[ f_X(x) = 2.5 e^{-2.5 x}, \; x \ge0 \] We say that \(X\) has an Exponential distribution with rate 2.5 per month.

  1. Sketch the pdf of \(X\) and verify that \(f_X\) is a valid pdf.




  2. Without doing any integration, approximate the probability that the time until the next fireball rounded to the nearest day is 6 days.




  3. Compute the probability that the time until the next fireball is less than 6 days.




  4. Compute and interpret \(\text{P}(X > 2)\).




  5. Find the cdf of \(X\).




  6. Find the median time between fireballs.




  7. Suggest a shortcut formula for \(\text{E}(X)\). Then compute and interpret \(\text{E}(X)\). How does the mean compare to the median? Why?




  8. Compute and interpret \(\text{P}(X \le \text{E}(X))\).




  9. Compute \(\text{E}(X^2)\).




  10. Find \(\text{Var}(X)\) and \(\text{SD}(X)\).




  11. Suppose \(Y\) is the time between fireballs measured in days. How does all of the above change?




Table 24.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 24.2 Continuing Example 24.1. Let \(X\) be the waiting time (months) until the next fireball and assume \(X\) has an Exponential(2.5) distribution.

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




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




Example 24.3 Xiomara and Rogelio each leave work at noon from different locations to meet the other for lunch. The amount of time, \(X\), that it takes Xiomara to arrive is a random variable with an Exponential distribution with mean 10 minutes. The amount of time, \(Y\), that it takes Rogelio to arrive is a random variable with an Exponential distribution with mean 20 minutes. Assume that \(X\) and \(Y\) are independent. Let \(W\) be the time, in minutes after noon, at which the first person arrives.

  1. What is the relationship between \(W\) and \(X, Y\)?




  2. Compute and interpret \(\text{P}(W>40)\).




  3. Find \(\text{P}(W > w)\) and identify by name the distribution of \(W\).




  4. Compute and interpret \(\text{E}(W)\). Is it equal to \(\min(\text{E}(X), \text{E}(Y))\)?




  5. Is \(\text{P}(Y>X)\) greater than or less than 0.5? Make an educated guess for \(\text{P}(Y > X)\). Then run a simulation to approximate the probability.




  6. Use simulation to approximate the conditional distribution of \(W\) given \(\{Y > X\}\) and the conditional distribution of \(W\) given \(\{Y < X\}\). What do you notice?




Example 24.4 Database queries to the Cal Poly data warehouse occur randomly throughout the day. During regular business hours, queries arrive at rate 0.8 per second on average, so that the average number of queries that arrive during any \(t\) second time interval is \(0.8t\). Suppose that the number of queries that arrive during any \(t\) second time interval follows a marginal Poisson distribution with mean \(0.8t\).

We are interested in the distribution of \(T\), the time (seconds) until the next query arrives.

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




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




  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)\).




Example 24.5 Suppose that elapsed times (hours) between successive fireballs are independent, each having an Exponential(2.5) distribution. Let \(T\) be the time elapsed from now until the third fireball occurs.

  1. Compute \(\text{E}(T)\).




  2. Compute \(\text{SD}(T)\).




  3. Does \(T\) have an Exponential distribution? Explain.




  4. Use simulation to approximate the distribution of \(T\).





  1. Thanks for former STAT 305 student Martin Hsu for this example and data.↩︎

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

  3. There is a more general expression of the pdf which replaces \((\alpha-1)!\) with the Gamma function \(\Gamma(\alpha)=\int_0^\infty u^{\alpha-1}e^{-u} du\), that can be used to define a Gamma pdf for any \(\alpha>0\). When \(\alpha\) is a positive integer, \(\Gamma(\alpha)=(\alpha-1)!\).↩︎

  4. Like Exponential distributions, Gamma distributions are sometimes parametrized directly by their mean \(1/\lambda\), instead of the rate parameter \(\lambda\). The mean \(1/\lambda\) is called the scale parameter.↩︎