Exponential Distribution — Time Between Events
Foundations of Statistics
Modeling Waiting Times and Survival
The exponential distribution is the mathematical backbone for modeling time between random events, from customer arrivals to equipment failures. Its unique memoryless property makes it indispensable for reliability engineering and queueing theory.
- Reliability Engineering — Predicting time until component failure in aerospace and electronics
- Telecommunications — Modeling call arrivals and service times in network traffic analysis
- Healthcare — Estimating waiting times between patient arrivals in emergency departments
The exponential distribution tells us how long we must wait for the next event.
Core Concepts
The exponential distribution models the waiting time between consecutive events in a Poisson process. It is the continuous analog of the geometric distribution and the only continuous distribution that possesses the memoryless property.
DfExponential Distribution
An exponential random variable models the time between events occurring at a constant rate . Written with pdf:
Equivalently, is the waiting time for the first event in a Poisson process with rate .
PDF of Exponential Distribution
Here,
- =Rate parameter (events per unit time)
- =Mean waiting time
- =Time (non-negative)
Proof of the Memoryless Property
ThThe Exponential is the Only Memoryless Continuous Distribution
The exponential distribution satisfies the memoryless property:
Proof:
Uniqueness: Suppose a continuous satisfies for all . Let (the survival function). The memoryless property gives:
This is Cauchy's functional equation with solution for some (using continuity/monotonicity). Thus , which is exponential.
Interpretation
If you've already waited 10 minutes for a bus that arrives exponentially with rate , the probability you wait another 5 minutes is the same as if you just arrived. The process "forgets" your waiting time.
Interactive Visualization
CDF and Survival Function
CDF and Survival Function
Here,
- =Rate parameter
- =Survival (reliability) function
Mean, Variance, and Higher Moments
ThDerivation of Mean and Variance
Mean:
(Integration by parts: .)
Second moment:
Variance:
Exponential Mean and Variance
Here,
- =Rate parameter
- =Mean time between events
Coefficient of Variation
The standard deviation equals the mean: . Therefore the coefficient of variation for all exponentials, regardless of . This is a useful diagnostic: if data has , the exponential may be appropriate.
MGF and Moments
MGF of Exponential Distribution
Here,
- =Transform variable (must be less than λ)
Why t < λ
The MGF diverges for , so the MGF only exists for .
ThDerivation of nth Moment
Differentiating times:
At : . In particular: , , .
Hazard Rate (Failure Rate)
Hazard Rate of the Exponential
Here,
- =Hazard rate at time x
- =Constant rate parameter
ThConstant Hazard Rate Characterizes the Exponential
The hazard rate measures the instantaneous failure rate. For the exponential, is constant — the probability of failure in the next instant doesn't depend on how long the component has survived. This is the physical interpretation of the memoryless property.
Uniqueness: Any continuous distribution with constant hazard rate must be exponential.
Relationship to the Poisson Process
ThPoisson Process and Exponential Inter-Arrivals
Consider events occurring at rate in a Poisson process. Then:
- The number of events in time is
- The inter-arrival times are i.i.d.
- The waiting time for the -th event is
Proof of (2): (no events in ), so , which is . For subsequent inter-arrivals, use the memoryless property: after the -th event, the process "restarts."
The Poisson-Exponential Connection
Two Ways to Characterize the Poisson Process
A Poisson process with rate can be defined equivalently by:
- Counting definition: , independent increments
- Timing definition: Inter-arrival times are i.i.d.
These two characterizations are mathematically equivalent and lead to different proofs of the same results.
Worked Example
Example: Server Request Processing
A web server receives requests at rate per minute. What is the probability that the time between two consecutive requests exceeds 30 seconds?
What is the probability that more than 1 minute elapses between requests?
The median waiting time: solve minutes seconds. Note: the median is always less than the mean for exponential distributions.
Gamma Distribution Connection
ThExponential as a Special Case of the Gamma
If , then (shape 1, rate ).
More generally, the sum of i.i.d. variables is :
This follows from the MGF: .
Specific Applications
- Queueing theory — Service times in M/M/1 queues are ; inter-arrival times are .
- Reliability engineering — Component lifetime before random failure (constant failure rate).
- Physics — Radioactive decay: time until a particle decays is where is the decay constant.
- Network traffic — Inter-packet arrival times in Poisson traffic models.
Key Takeaways
Summary: Exponential Distribution
- Models time between events in a Poisson process
- PDF: , Mean: , Variance:
- Memoryless property: — the only continuous distribution with this property
- Constant hazard rate — characterizes memorylessness
- MGF: for ;
- Special case of Gamma (); sum of exponentials is
- Poisson connection: inter-arrival times of Poisson process are i.i.d. exponential