Exponential Distribution Calculator
Calculate exponential distribution probabilities with PDF and CDF for modeling time between events
The rate parameter λ > 0 represents the average number of events per unit time
Optional: Enter a time value to calculate PDF and CDF
Results
Enter values and click Calculate to see the result.
Theory & Formula
Theory
The exponential distribution models the time between events in a Poisson process, where events occur continuously and independently at a constant average rate λ. It is widely used in reliability engineering, queuing theory, and survival analysis.
Probability Density Function (PDF)
Cumulative Distribution Function (CDF)
Properties
Memoryless Property
The exponential distribution has a unique memoryless property: the probability of an event occurring in the next t time units is independent of how much time has already elapsed.
Example
If customers arrive at a rate of λ = 0.5 per minute, the average time between arrivals is 1/0.5 = 2 minutes. The probability that the next customer arrives within 3 minutes is F(3) = 1 - e^(-0.5×3) ≈ 0.777 or 77.7%