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 "Reset" Button
The Exponential distribution is the only continuous distribution that is memoryless. This is its most famous, and often most counter-intuitive, feature.
The Intuition
Imagine you are waiting at a bus stop where buses arrive according to an exponential distribution (a Poisson Process). You have already been waiting for 20 minutes, and no bus has come.
- Human Intuition: "I've been waiting 20 minutes! Surely the bus is more likely to arrive in the next 5 minutes than it was when I first got here."
- The Reality: The probability that the bus arrives in the next 5 minutes is exactly the same as it was when you first arrived. The system has "no memory" of your 20-minute wait.
This property implies there is no wear and tear. If a lightbulb's lifespan is exponential, a 10-year-old bulb is just as "healthy" as a brand new one.
The Mathematical Proof
To prove this, we use the Survival Function, which is . For the exponential distribution:
We want to show that the probability of waiting an additional time , given that we have already waited time , is the same as the original probability of waiting time .
Step 1: Set up the Conditional Probability
By the definition of conditional probability:
Step 2: Simplify the Numerator
If we know that , then must already be greater than . Therefore, the intersection of these two events is simply :
Step 3: Plug in the Survival Function
Step 4: Use Exponent Rules
Conclusion:
The "already waited" time has completely vanished from the equation.
The "Discrete" Cousin
The only other distribution with this property is the Geometric Distribution, which is essentially the "discrete version" of the Exponential (counting trials instead of measuring time).
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.