Exponential Distribution — Definition, Formula & Examples
The exponential distribution is a continuous probability distribution that models the time (or distance) between consecutive events in a Poisson process. It describes how long you wait until the next event occurs, such as the next customer arrival or the next machine failure.
A continuous random variable follows an exponential distribution with rate parameter if its probability density function is for . The distribution has mean and variance , and it is the only continuous distribution with the memoryless property: .
Key Formula
Where:
- = Rate parameter (average number of events per unit time), must be positive
- = Time (or distance) between events
- = Euler's number, approximately 2.71828
How It Works
The exponential distribution is defined by a single parameter , the average rate of events per unit time. If events occur at a rate of per unit time, the average waiting time between events is . To find the probability of waiting more than units, use the survival function . To find the probability of waiting less than units, use the CDF: . The memoryless property means that no matter how long you have already waited, the probability distribution of the remaining wait time is the same.
Worked Example
Problem: A help desk receives an average of 3 calls per hour. What is the probability that the next call arrives within 10 minutes?
Identify the rate parameter: The rate is 3 calls per hour. Since we want the answer in minutes, convert: λ = 3/60 = 0.05 calls per minute.
Apply the CDF: Use the cumulative distribution function to find P(X ≤ 10).
Calculate: Evaluate the exponential term.
Answer: There is approximately a 39.35% probability that the next call arrives within 10 minutes.
Why It Matters
The exponential distribution is essential in reliability engineering for modeling component lifetimes and failure rates. It appears in queueing theory to model service times and inter-arrival times, making it critical for operations research and telecommunications network design.
Common Mistakes
Mistake: Confusing the rate parameter λ with the mean. Students sometimes plug the mean waiting time directly in as λ.
Correction: The mean of an exponential distribution is 1/λ, not λ. If the average wait is 20 minutes, then λ = 1/20 = 0.05 per minute.
