Exponential Distribution Calculator
Inputs
| Rate | 0.5 |
|---|---|
| Value | 3 |
| Lower bound | 1 |
| Upper bound | 4 |
Visualization
f(t)
Exponential Distribution Calculator
Inputs
Parameters
Results
Enter a value to see results.
Details
Distribution
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}
Recommended Next
Poisson Distribution Calculator
Calculate P(X=k), P(X≤k), and P(X≥k) for a Poisson distribution. Enter the rate parameter λ and the number of events k.