The Exponential Distribution
The distribution of waiting time until the next random event when events arrive at a steady average rate. It is the only continuous distribution with no memory, which makes it both convenient and, for real-world risk, sometimes dangerously optimistic.
Prerequisites: The Poisson Distribution
The exponential distribution is the clock of random arrivals. If some kind of event, a trade printing, a customer walking in, a component failing, happens at a steady average rate but at unpredictable moments, then the gap of time until the next one is exponential. It's the continuous-time answer to "how long do I wait?", and it pairs naturally with the The Poisson Distribution, which counts how many such events land in a fixed window.
One number sets the whole distribution: the rate , meaning " events per unit of time on average." The probability density is
Here is the waiting time (never negative), is the arrival rate, and the factor makes long waits exponentially unlikely. The density is tallest at and only ever falls, so short waits are the most common single outcome, exactly the shape below.
Mean, spread, and the survival curve
The headline numbers:
If events come at rate , the average gap is , the reciprocal, which is just common sense: two trades a minute means about thirty seconds between them. The chance of waiting longer than some time has a clean closed form, the survival function:
No integral to grind, one exponential and you're done.
The average wait is one over the rate, , and the chance of waiting past time is just . Rate up, waits down.
Memorylessness — the defining trait
The exponential forgets how long you've already waited. If a bus arrives on average every ten minutes and you've already stood there five minutes, your remaining expected wait is still ten minutes, not five. Formally,
A component that has survived to time is, under this model, as good as brand new. This is elegant and it's the only continuous distribution with the property, but it's also where the model can quietly mislead: real machines age and real borrowers get riskier with leverage, so a constant hazard rate can be far too optimistic.
Memorylessness assumes the failure or arrival rate never changes with age. Machines wear out, credits deteriorate, order flow bursts around news, so a constant-hazard exponential understates clustering and tail risk in exactly the situations that matter most.
Worked example
Trades on a small stock print at an average rate of per minute. Model the gap between consecutive trades as exponential.
- Average gap: minutes, i.e. 30 seconds.
- Chance of a gap longer than 1 minute:
So about a 13.5% chance you wait more than a full minute for the next trade.
- Chance of a gap under 15 seconds ( min):
Roughly 39% of gaps are shorter than a quarter-minute.
Notice how the survival formula did all the work; no calculus needed once you have in hand.
The exponential and the The Poisson Distribution are two views of one process: if counts in a window are Poisson(), the gaps between events are Exponential(). Same , two questions, "how many?" versus "how long until the next?"
The exponential is the continuous mirror of the memoryless The Geometric Distribution, the waiting time inside a The Poisson Process, and one of the Common Distributions worth knowing by heart, mean , memoryless, tail .
Related concepts
Practice in interviews
Further reading
- Blitzstein & Hwang, Introduction to Probability, ch. 5
- Ross, A First Course in Probability