Exponential Distribution Calculator

Reviewed by CalcMulti Editorial Team·Last updated: ·Statistics Hub

The exponential distribution models the time between events in a Poisson process — such as the time until the next customer arrives, server failure, radioactive decay, or call centre call. It is the only continuous distribution with the memoryless property: P(X > s+t | X > s) = P(X > t).

Enter the rate parameter λ (events per unit time) or the mean (1/λ), and optionally an x value to compute probabilities. The calculator returns the PDF, CDF, survival function, and a percentile table.

Formula

PDF: f(x) = λe^(−λx) CDF: F(x) = 1 − e^(−λx) for x ≥ 0

λ
rate parameter (λ > 0) — events per unit time
1/λ
mean (expected time between events)
x
time (x ≥ 0)
F(x)
P(X ≤ x) — probability event occurs by time x
1 − F(x)
P(X > x) — survival/reliability function

Distribution Parameters

λ = 0.5 means average 2 units between events

Exponential Distribution Key Properties

PropertyFormulaExample (λ = 2)
Mean1 / λ0.5
Medianln(2) / λ ≈ 0.693/λ0.347
Variance1 / λ²0.25
Std Dev1 / λ0.5
Mode00
Skewness2 (always)2
Excess kurtosis6 (always)6
P(X ≤ median)0.5 (by definition)0.5
P(X ≤ mean)1 − e⁻¹ ≈ 0.6320.632

Real-World Applications of the Exponential Distribution

FieldX representsTypical λ
ReliabilityTime until component failure0.001 failures/hour
QueuingTime between customer arrivals5 arrivals/hour
TelecomsDuration of a phone call0.1 calls end/minute
FinanceTime between large market movesVaries by volatility
BiologyTime between mutationsExtremely low
NuclearTime between radioactive decay eventsProportional to half-life

The Memoryless Property Explained

If a machine has been running for 100 hours without failure, the probability it survives another 50 hours is exactly the same as for a brand-new machine. Mathematically: P(X > 150 | X > 100) = P(X > 50).

This makes the exponential distribution suitable for systems that do not "age" or "wear out" — where the failure rate is constant over time. For systems that do degrade with age, use the Weibull distribution instead (exponential is a special case with Weibull shape parameter = 1).

Disclaimer

For educational and exploratory use only. Verify that the exponential distribution is appropriate for your data before applying this model.

Frequently Asked Questions