Exponential Distribution Calculator

Compute PDF, CDF, percentiles, and reliability statistics for the exponential distribution with interactive rate parameter and visual density curve.

Events per unit time
Result Probability
0.864665
86.466%
PDF f(2.00)
0.135335
λe^(−λx) = 1.00e^(−2.000)
Mean (1/λ)
1.0000
Expected waiting time
Median
0.6931
ln(2)/λ
Std Deviation
1.0000
1/λ (same as mean)
Variance
1.0000
1/λ²

PDF Curve (λ = 1)

Percentile Table

Percentilex valueP(X ≤ x)
10th0.105410%
25th0.287725%
50th0.693150%
75th1.386375%
90th2.302690%
95th2.995795%
99th4.605299%

Reliability Analysis

TimeReliabilityFailure ProbVisual
0.5060.65%39.35%
1.0036.79%63.21%
2.0013.53%86.47%
3.004.98%95.02%
5.000.67%99.33%
10.000.00%100.00%
Planning notes, formulas, and examples

About the Exponential Distribution Calculator

The exponential distribution calculator computes probabilities, percentiles, and reliability statistics for the exponential distribution — the continuous counterpart of the Poisson process. It models the time between independent events that occur at a constant average rate λ.

Common applications include time until the next customer arrives, lifetime of electronic components, wait times at service counters, and intervals between radioactive decays. The exponential distribution is uniquely characterized by the memoryless property: the probability of waiting another t units is the same regardless of how long you've already waited.

It gives point PDF/CDF evaluation, interval probabilities, a visual density curve, percentile table, and a reliability analysis table showing survival probability over time.

This supports fast what-if analysis for reliability and waiting-time decisions.

When This Page Helps

The exponential distribution is fundamental in reliability engineering, queuing theory, survival analysis, and telecommunications. Any scenario involving "time until next event" with a constant rate leads to exponential modeling.

It gives all essential calculations in one place — from basic probabilities to reliability analysis — making it invaluable for engineering coursework and professional applications.

How to Use the Inputs

  1. Enter the rate parameter λ (lambda) — the average number of events per unit time.
  2. Set x for point probability calculations (PDF and CDF).
  3. Set x₁ and x₂ for interval probability P(x₁ ≤ X ≤ x₂).
  4. Select the probability type: P(X ≤ x), P(X > x), or interval.
  5. Review the PDF curve, percentile table, and reliability analysis.
  6. Use presets to explore common scenarios quickly.
Formula used
PDF: f(x) = λe^(−λx) for x ≥ 0. CDF: F(x) = 1 − e^(−λx). Mean = 1/λ. Variance = 1/λ². Median = ln(2)/λ. Survival: S(x) = e^(−λx).

Example Calculation

Result: P(X ≤ 2) = 0.8647 (86.47%)

With λ = 1 (one event per unit time on average), the probability of waiting at most 2 time units is 1 − e^(−1×2) = 1 − 0.1353 ≈ 86.5%.

Tips & Best Practices

  • The mean (1/λ) and standard deviation (1/λ) are equal — a unique property of the exponential distribution.
  • The memoryless property means P(X > s + t | X > s) = P(X > t) — past waiting doesn't affect future probability.
  • If events arrive at rate λ per hour, the time between events is Exponential(λ).
  • The sum of n independent Exponential(λ) variables follows a Gamma(n, λ) distribution.
  • For reliability: a constant failure rate means the hazard function h(t) = λ is flat, unlike Weibull where it can increase or decrease.
  • The exponential distribution is a special case of both the Gamma and Weibull distributions.

Constant Failure Rate and Reliability

In reliability engineering, the exponential distribution models components with a constant failure rate — the "flat" portion of the bathtub curve. The survival function S(t) = e^(−λt) gives the probability a component survives past time t. The hazard rate h(t) = λ is constant, meaning the instantaneous failure rate doesn't depend on age.

Queuing Theory Applications

The M/M/1 queue assumes exponential inter-arrival and service times. Key results: average wait time = 1/(μ − λ), where μ is service rate and λ is arrival rate. The system is stable only when λ < μ (arrival rate less than service rate).

Connection to Other Distributions

The exponential is Gamma(1, λ), Weibull with shape 1, and a special case of the beta distribution of the second kind. The minimum of n independent Exponential(λᵢ) variables is Exponential(Σλᵢ), making it ideal for parallel system reliability.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • If a light bulb has survived 100 hours, the probability it lasts another 50 hours is the same as a brand new bulb lasting 50 hours. Only the exponential (and geometric) distributions have this property.