Exponential Distribution Calculator
Find exponential distribution probabilities, CDF, PDF, mean, and median for any rate parameter and value x.
📉 What is the Exponential Distribution?
The exponential distribution is a continuous probability distribution that models the time between events in a Poisson process: a process where events occur independently at a constant average rate lambda. If you know that on average 3 customers arrive per hour at a coffee shop, the waiting time until the next customer follows an exponential distribution with lambda = 3. The distribution is fully specified by a single parameter, the rate lambda (events per unit time), and it is defined for all non-negative real values x.
The exponential distribution appears throughout applied probability, reliability engineering, queueing theory, and survival analysis. Specific real-world examples include: the time between radioactive decays (where lambda is the decay constant), the service time of a call-center agent (when service rates are approximately constant), the lifetime of electronic components that fail at a constant hazard rate (exponential failure model), the time between arrivals at an emergency room, and the distance between potholes on a road if potholes occur at a constant average density.
One of the most important properties of the exponential distribution is that it is the only continuous memoryless distribution. Memorylessness means that the probability of waiting at least t more time units is independent of how long you have already been waiting. This makes the exponential distribution a natural model whenever the process has no "aging" or "wear" component: a machine does not become more likely to fail just because it has been running longer. When aging or wear is present, the Weibull distribution is a more appropriate model.
The relationship between the exponential distribution and the Poisson distribution is fundamental. If the number of events in a time interval follows a Poisson distribution with mean lambda times t, then the waiting time until the first event follows an exponential distribution with rate lambda. This duality lets you switch between counting events (Poisson) and timing events (exponential) depending on which question you are asking about the same underlying process.