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.
📐 Formula
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1: Customer Arrivals at a Coffee Shop (lambda = 3, x = 0.5 hours)
Customers arrive at an average rate of 3 per hour. What is the probability the next customer arrives within 30 minutes (0.5 hours)?
Example 2: Equipment Failure Rate (lambda = 0.2, x = 10 years)
A machine fails at an average rate of once every 5 years (lambda = 0.2 per year). What is the probability it lasts more than 10 years without failure?
Example 3: Bus Arrival Between 5 and 15 Minutes (lambda = 0.1 per minute)
A bus arrives every 10 minutes on average (lambda = 0.1 per minute). What is the probability the next bus arrives between 5 and 15 minutes from now?
❓ Frequently Asked Questions
🔗 Related Calculators
What is the exponential distribution formula?
The PDF is f(x) = lambda times e^(-lambda times x) for x greater than or equal to 0, where lambda is the rate parameter (events per unit time). The CDF is P(X less than or equal to x) = 1 - e^(-lambda times x). The survival function is P(X greater than x) = e^(-lambda times x).
What is the mean of the exponential distribution?
The mean (expected value) is mu = 1/lambda. If events arrive at a rate of 2 per hour, the average waiting time is 1/2 = 0.5 hours. The variance is 1/lambda^2 and the standard deviation is also 1/lambda, so mean equals standard deviation.
What is the median of the exponential distribution?
The median is ln(2)/lambda, approximately 0.693/lambda. For lambda = 1, the median is about 0.693. The median is always less than the mean (0.693 times mean), reflecting the right-skewed shape of the distribution.
What does the rate parameter lambda mean?
Lambda is the rate of events per unit time (or per unit length, distance, etc.). For example, lambda = 3 means on average 3 events occur per hour. The mean waiting time between events is 1/lambda = 1/3 of an hour = 20 minutes.
What is the memoryless property of the exponential distribution?
Memoryless means the distribution forgets its history. If you have already waited s time units with no event, the probability of waiting at least t more time units is the same as if you had just started. Formally, P(X greater than s+t | X greater than s) = P(X greater than t) = e^(-lambda times t).
How is the exponential distribution related to the Poisson distribution?
If events occur in a Poisson process with rate lambda (events per unit time), the time between consecutive events follows an exponential distribution with the same rate lambda. The number of events in a fixed interval follows a Poisson distribution. These two models are two sides of the same process.
What is the difference between the exponential and geometric distribution?
Both are memoryless. The geometric distribution is discrete and counts trials until the first success. The exponential distribution is continuous and measures time until the first event. The geometric is the discrete analogue; the exponential is the continuous analogue of the same waiting-time concept.
When is the exponential distribution appropriate to use?
Use the exponential distribution when: events occur independently at a constant average rate, you are modelling the time (or distance) until the next event, and the memoryless property is a reasonable assumption. Common applications include radioactive decay, customer service times, equipment failure rates, and phone call durations.