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

  1. Enter a positive rate parameter lambda (λ) — the average number of events per unit time.
  2. Enter a non-negative value x — the time or distance at which to evaluate the distribution.
  3. The calculator instantly shows the PDF: λe^(−λx).
  4. The CDF (probability that the event has occurred by time x) is shown as 1 − e^(−λx).
  5. The survival function (probability the event has NOT yet occurred) equals e^(−λx).
  6. 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

Last updated: 2026-06-13 · Reviewed by Nham Vu