Skip to content

Exponential Distribution Calculator

Calculate PDF f(x), CDF P(X≤x), tail probability P(X>x), interval probability P(a≤X≤b), mean, variance, and median for an exponential distribution from the rate λ.

Inputs

Parameters

Results

Enter a value to see results.

Details

Distribution

f(t)
t f(t)

Steps

\begin{aligned} f(x) &= \lambda e^{-\lambda x} \\ &= 0.5 \cdot e^{-0.5 \cdot 3} \\ &= ? \end{aligned}
\begin{aligned} P(X \le x) &= 1 - e^{-\lambda x} \\ &= 1 - e^{-0.5 \cdot 3} \\ &= ? \end{aligned}
\begin{aligned} P(X > x) &= e^{-\lambda x} \\ &= e^{-0.5 \cdot 3} \\ &= ? \end{aligned}
\begin{aligned} P(a \le X \le b) &= e^{-\lambda a} - e^{-\lambda b} \\ &= e^{-0.5 \cdot 1} - e^{-0.5 \cdot 4} \\ &= ? \end{aligned}
\begin{aligned} \mu &= \dfrac{1}{\lambda} \\ &= \dfrac{1}{0.5} \\ &= ? \end{aligned}
\begin{aligned} \sigma^2 &= \dfrac{1}{\lambda^2} \\ &= \dfrac{1}{0.5^2} \\ &= ? \end{aligned}
\begin{aligned} \text{median} &= \dfrac{\ln 2}{\lambda} \\ &= \dfrac{\ln 2}{0.5} \\ &= ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?