Overview
The exponential distribution is a continuous probability model supported on the nonnegative axis. It describes the time until a single event occurs when events happen independently at a constant average rate. Common notation is Exp(λ), where the parameter λ (lambda) is the rate. The distribution has probability density function PDF: f(x) = λ e^{-λ x} for x ≥ 0 and cumulative distribution function CDF: F(x) = 1 − e^{-λ x}.
Basic properties
Key numerical characteristics are simple: the expected value (mean) is 1/λ and the variance is 1/λ². The exponential is memoryless, meaning that for any s, t ≥ 0, P(X > s + t | X > s) = P(X > t). This is the only continuous distribution with that property. The model can also be expressed using a scale parameter θ = 1/λ instead of the rate.
Connections and special cases
The exponential distribution is the continuous analogue of the geometric distribution and arises naturally as the distribution of interarrival times in a Poisson process. It is a special case of the gamma distribution with shape parameter 1, and of the Weibull distribution with shape parameter 1. These relationships make the exponential a useful building block in probability and statistics.
Uses and examples
Applied settings that often use an exponential model include queueing and service systems, reliability engineering, and survival analysis. Examples: the time between arrivals of customers in a simple Poisson arrival model, the lifetime of a component whose failure rate is constant over time, or the waiting time until the next radioactive decay event (under ideal assumptions).
Notes, limitations and alternatives
- The constant hazard (failure) rate implied by the exponential is a strong assumption and may not hold for many real systems. If the hazard varies with time, alternatives such as the Weibull or generalized gamma distributions are more flexible.
- Parameter estimation is straightforward: for independent noncensored observations, the maximum likelihood estimator of λ is the reciprocal of the sample mean.
- Because of its memoryless property, the exponential is frequently used for analytic models where tractability is important, even when it is only an approximation to observed data.
Further reading
Introductory sources on continuous distributions discuss the exponential as a fundamental law for modeling random time intervals. For formal definitions and proofs of properties such as memorylessness and connections to the Poisson process, see standard probability texts or online references labeled as positive or real numbers in measure-theoretic treatments.

