Explore exponential behavior using probabilities, percentiles, and timing. Test hazards, intervals, and memoryless outcomes quickly. See clear results above, then export tables and summaries.
Example inputs and outputs for a quick reference scenario using λ = 0.35, x = 4, a = 2, b = 6, and p = 0.90.
| Item | Value | Interpretation |
|---|---|---|
| Rate λ | 0.350000 | Average event rate per time unit. |
| PDF at x = 4 | 0.086309 | Density at the selected waiting time. |
| CDF at x = 4 | 0.753403 | Probability the wait is at most 4. |
| Survival at x = 4 | 0.246597 | Probability the wait exceeds 4. |
| P(2 < X ≤ 6) | 0.374129 | Interval probability between the two bounds. |
| 90th percentile | 6.578815 | Only 10% of waits exceed this time. |
| Mean | 2.857143 | Expected waiting time. |
| Variance | 8.163265 | Spread of waiting times. |
f(x) = λe-λx, for x ≥ 0
F(x) = 1 - e-λx
S(x) = P(X > x) = e-λx
P(a < X ≤ b) = F(b) - F(a)
Q(p) = -ln(1-p) / λ, where 0 < p < 1
Mean = 1 / λ
Variance = 1 / λ²
Standard deviation = 1 / λ
Median = ln(2) / λ
P(X > x + s | X > x) = P(X > s) = e-λs
This page also reports hazard rate, entropy, skewness, excess kurtosis, and expected total waiting time for a selected sample size.
It models waiting times between independent events that occur at a constant average rate. Common examples include failures, arrivals, calls, and service completions.
Use it for nonnegative, right-skewed waiting times or gap lengths. It is not a good choice for symmetric measurements that cluster around a central value.
λ is the event rate. A larger λ means events happen sooner, the average wait becomes shorter, and the density drops more quickly.
It means the remaining waiting time does not depend on how long you already waited. After any elapsed time, the future behaves like a fresh exponential wait.
Yes. Choose the mean input mode, and the calculator converts it internally using λ = 1 / mean before computing all probabilities and statistics.
The exponential distribution only applies on values starting from zero. Negative inputs fall outside the model’s valid support and would produce invalid interpretations.
It is the probability that the waiting time falls between two bounds. The calculator finds it by subtracting F(a) from F(b).
A percentile gives the waiting time below which a chosen share of outcomes falls. The 90th percentile is exceeded by only 10% of waits.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.