Login
📚 Mostly Harmless Statistics
Chapters ▾
⇩ Download ▾

6.3 Exponential Distribution

An exponential distribution models a continuous random variable over time, area or space where the rate of occurrences decreases as X gets larger.

The probability density function (PDF) for an exponential curve is

λ e x λ , for  x 0 0 , elsewhere

The value lambda λ is the fixed rate of occurrence and is equal to one divided by the mean, 1μ.

If the mean is given in the problem then you write the PDF as f(x)= 1μe(xμ), where e is a mathematical constant approximately equal to 2.71828, x ≥ 0 and x is the value you are trying to find the probability for, μ is the mean number of a successes over an interval of time, space, volume, etc. The distribution is denoted as X~Exp(λ).

Figure 6-8 gives example graphs for a mean of 5, 10 and 20. Note the curve hits the y-axis at 1/μ and keeps going forever to the right with an asymptote at y = 0.

Three exponential density curves labeled f(x) = (1/5)e^(-x/5) in blue, f(x) = (1/10)e^(-x/10) in green, and f(x) = (1/20)e^(-x/20) in magenta; they start at 0.2, 0.1, and 0.05 on the y-axis respectively and decay toward zero as x runs to 19.

Figure 6-8

You would need integral calculus skills to find the area under this curve. To get around having the calculus requirement, we have three scenarios that we can use to find probability for an exponential distribution where we will not have to use the PDF.

Adapted from Mostly Harmless Statistics by Rachel Webb (Portland State University), hosted on LibreTexts (stats.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.