Home Statistical Dictionary Exponential Distribution
Exponential Distribution
A continuous distribution modeling the waiting time until a single event occurs, characterized by a constant hazard rate and the unique memoryless property among continuous distributions.
In Plain English
The Exponential distribution describes how long you'll wait for something to happen, when that something is equally likely to happen in any given instant regardless of how long you've already waited, radioactive decay, the time between customer arrivals, or the lifespan of a component with no wear-out effect. Its single defining, almost eerie feature is memorylessness: having already waited five minutes for a bus tells you nothing about how much longer you'll wait.
Definition
A continuous random variable follows an Exponential distribution with rate if its density is , with mean and variance . It is the unique continuous distribution with the memoryless property, for all , and describes the waiting time between events in a Poisson process, making it the continuous counterpart to the discrete Geometric distribution.
Formula
Notation
Worked Example
If customer arrivals at a service desk follow a Poisson process at a rate of per hour, the time between consecutive arrivals follows an Exponential() distribution, with a mean waiting time of hour (15 minutes) between arrivals -- and, by memorylessness, having already waited 10 minutes for the next customer doesn't shorten or lengthen the expected remaining wait.
Common Misconceptions
- The memoryless property is not just a convenient simplification, it is mathematically unique to the Exponential distribution among all continuous distributions, no other continuous waiting-time distribution has it, which is exactly why it fails to model wear-out or aging effects.
- The Exponential distribution models the time between events, not the number of events in a fixed period, that's the role of the (discrete) Poisson distribution, the two are closely related but describe different random quantities.
Properties
- The Exponential distribution's memoryless property, , is mathematically unique to it among continuous distributions, no aging, wear, or fatigue effect can be represented by an Exponential model, which is exactly why the Weibull distribution, which generalizes it, is preferred whenever failure rates change over time.
- The Exponential distribution is the continuous-time waiting analogue of the discrete Geometric distribution, both share the memoryless property, and the Exponential arises as the limiting case of a Geometric distribution as the time step shrinks to zero while the event rate is held fixed.
- A sum of independent Exponential() random variables follows an Erlang (Gamma with integer shape) distribution, making the Exponential distribution the fundamental building block of the broader Gamma family.
At a Glance
Used in These Tests