Exponential Distribution
The Exponential distribution is the continuous counterpart to the discrete Poisson distribution. While the Poisson distribution models the number of events in a fixed timeframe, the Exponential distribution models the time between those events.
Core Concepts
If a random variable follows an Exponential distribution, we write:
Where:
- (lambda) is the rate parameter (the exact same rate parameter used in the Poisson distribution!).
Probability Density Function (PDF)
The probability density function creates a rapidly decaying curve:
Cumulative Distribution Function (CDF)
For continuous distributions, the CDF is often more useful than the PDF because it directly gives us the probability that the time between events will be less than or equal to .
The "Memoryless" Property
The Exponential distribution is famous for being "memoryless."
This means the probability of an event occurring in the next minutes is completely independent of how long you have already been waiting.
Example: If the lifespan of a lightbulb is exponentially distributed, a lightbulb that has been working for 5 years is exactly as likely to break in the next 10 minutes as a brand new lightbulb.
Key Metrics
- Expected Value (Mean):
- (Intuition: If a bus arrives at a rate of times per hour, you expect to wait of an hour (15 minutes) for the next bus).
- Variance:
Real-World Examples
- Waiting Times: The time you wait until the next customer calls the support desk.
- Reliability Engineering: The amount of time until a mechanical part fails (assuming a constant failure rate).
- Radioactive Decay: The time until a radioactive atom decays.
Interactive Visualization
Use the slider below to adjust the rate parameter (). Notice how the density is highly concentrated near zero, meaning shorter wait times are always more probable than longer wait times. As the rate increases, the curve decays even faster.
Exponential Distribution
Adjust λ (rate). Higher λ concentrates probability near 0.
Test Your Knowledge
Example: Exponential Lifespan
The lifespan of a certain electronic component follows an exponential distribution with an average life of 4 years. What is the probability that a component fails within the first year?
View Step-by-Step Solution
First, find the rate parameter . Since the mean is , then .
The CDF of the exponential distribution is .
We want :
There is a 22.12% probability the component fails in the first year.