Exponential Distribution Calculator
Enter the rate parameter lambda and a value x to get the PDF, CDF, survival function, mean, variance, and median of the exponential distribution.
Parameters
Average number of events per unit time/space.
The point at which to evaluate the distribution.
Quick Presets
Results at x
Enter parameters and press Calculate.
Distribution Statistics
Enter parameters and press Calculate.
Formulas
- PDF:
- f(x) = λ · e−λx
- CDF:
- F(x) = 1 − e−λx
- Survival:
- S(x) = e−λx
- Mean:
- 1 / λ
- Variance:
- 1 / λ2
- Median:
- ln(2) / λ
Summary
Enter the rate parameter lambda and a value x to get the PDF, CDF, survival function, mean, variance, and median of the exponential distribution.
How it works
- Enter a positive rate parameter lambda (λ) — the average number of events per unit time.
- Enter a non-negative value x — the time or distance at which to evaluate the distribution.
- The calculator instantly shows the PDF: λe^(−λx).
- The CDF (probability that the event has occurred by time x) is shown as 1 − e^(−λx).
- The survival function (probability the event has NOT yet occurred) equals e^(−λx).
- Summary statistics — mean (1/λ), variance (1/λ²), and median (ln2/λ) — are displayed below.
Use cases
- Modeling wait times in queuing systems such as call centers or service lines.
- Reliability engineering: estimating the probability a component survives past time x.
- Network analysis: computing packet inter-arrival probabilities.
- Physics: radioactive decay probability calculations.
- Finance: modeling time between rare market events.
- Biology: analyzing time between mutations or cell divisions.
- Statistics coursework: verifying manual calculations for homework or exams.
- Quality control: predicting product failure rates.
Frequently Asked Questions
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu