Exponential Distribution Calculator
Free exponential distribution calculator. PDF, CDF, P(X≤x), P(a≤X≤b), mean, variance, percentiles. Memoryless property. Time between events in a Poisson process.
Why This Statistical Analysis Matters
Why: Statistical calculator for analysis.
How: Enter inputs and compute results.
Exponential Distribution — PDF, CDF, Mean, Memoryless Property
Time between events in a Poisson process. Call center waits, light bulb life, machine failures. The only continuous distribution with the memoryless property.
Real-World Scenarios — Click to Load
Inputs
PDF with P(a≤X≤b) Shaded
Summary Metrics
Memoryless Property Demo
P(X > s+t | X > s) = P(X > t). Given you've waited s=0.50 units, remaining wait is still Exp(λ).
✅ Values match — memoryless property verified!
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
Key Takeaways
- • Exp(λ) models time between events in a Poisson process — the only continuous distribution with the memoryless property
- • PDF: f(x) = λe^(-λx) for x ≥ 0; CDF: F(x) = 1 - e^(-λx)
- • Mean = 1/λ, Variance = 1/λ², Median = ln(2)/λ ≈ 0.693/λ
- • P(a ≤ X ≤ b) = e^(-λa) - e^(-λb) — no integration needed
- • Memoryless: P(X > s+t | X > s) = P(X > t) — remaining lifetime has the same distribution
Did You Know?
How It Works
Poisson Connection
If events occur at rate λ per unit time, the time between consecutive events is Exp(λ).
PDF and CDF
PDF f(x)=λe^(-λx) gives density; CDF F(x)=1-e^(-λx) gives P(X≤x). Closed form — no numerical integration.
Mean and Variance
Mean = 1/λ (average wait), Variance = 1/λ². Higher λ → shorter waits.
Memoryless Property
Given you've waited s units, remaining wait is still Exp(λ). Batteries and bulbs don't "remember" usage.
Percentiles
p-th percentile: x = -ln(1-p)/λ. Median = ln(2)/λ ≈ 0.693/λ.
Expert Tips
Check Constant Rate
Exponential assumes constant hazard. If failure rate increases with age, use Weibull.
λ Units Matter
λ must match time unit. λ=2/hr means mean wait = 0.5 hr = 30 min.
Exponential vs Gamma
Exponential is Gamma(1, λ). Sum of k exponential waits → Gamma(k, λ).
Queueing Formulas
M/M/1 queue assumes exponential inter-arrival and service times.
Why Use This Calculator vs Other Tools?
| Feature | This Calculator | Excel | R/SciPy |
|---|---|---|---|
| PDF + CDF + Percentiles | ✅ | ⚠️ Multiple | ⚠️ Multiple |
| P(a≤X≤b) shaded region | ✅ | ❌ | ⚠️ Manual |
| 7 real-world presets | ✅ | ❌ | ❌ |
| Memoryless property demo | ✅ | ❌ | ❌ |
| Interactive charts | ✅ | ❌ | ⚠️ Code |
| Copy & share & AI | ✅ | ❌ | ❌ |
Frequently Asked Questions
What is the memoryless property?
P(X > s+t | X > s) = P(X > t). If you've waited s units, remaining wait has the same Exp(λ) distribution. The past doesn't affect the future.
When should I use exponential?
When modeling time between events in a Poisson process: call arrivals, bus arrivals, machine failures (constant rate), radioactive decay.
Relationship to Poisson?
Poisson(λt) counts events in time t; Exp(λ) is time until first event. If N~Poisson(λt), time until first event is Exp(λ).
How do I interpret λ?
λ is the rate (events per unit time). Mean wait = 1/λ. λ=2/hr means average 30 min between events.
Why for reliability?
When failure rate is constant (no wear-out), time to failure is exponential. MTBF = 1/λ.
Can exponential have negative values?
No. Support is x ≥ 0. Zero for x < 0.
What is the median?
Median = ln(2)/λ ≈ 0.693/λ. Always less than mean (1/λ) because right-skewed.
How to fit to data?
Estimate λ = 1/sample_mean. MLE: λ̂ = n/Σx_i. Check constant rate with hazard plot.
Exponential by the Numbers
Official Data Sources
Disclaimer: This calculator uses exact closed-form formulas. For critical applications (reliability, queueing), verify assumptions (constant rate, Poisson process). Educational and professional reference only.
Related Calculators
Lognormal Distribution Calculator
Calculate PDF, CDF, mean, mode, variance, and percentiles for the lognormal distribution. If ln(X) ~ N(μ, σ²), then X is lognormal. Income, house prices...
StatisticsPoisson Distribution Calculator
Calculate P(X=k), P(X≤k), P(X≥k), and P(a≤X≤b) for the Poisson distribution with parameter λ. Models count of events in a fixed interval.
StatisticsRayleigh Distribution Calculator
Calculate PDF, CDF, mean, mode, variance for the Rayleigh distribution. Models magnitude of 2D Gaussian vectors — used in wireless communications, wind...
StatisticsUniform Distribution Calculator
Calculate PDF, CDF, mean, variance, and probabilities for continuous Uniform(a,b) and discrete Uniform{a,...,b} distributions. Fair die, random numbers...
StatisticsNegative Binomial Distribution Calculator
Number of trials to achieve r successes. Generalizes geometric (r=1). Calculate P(X=k), P(X≤k), P(a≤X≤b) with PMF bar chart, CDF step chart, and normal...
StatisticsBeta Distribution Calculator
Calculate PDF, CDF, mean, mode, and variance for the Beta distribution. Bayesian priors, A/B testing, and project management.
Statistics