Small question about exponential distribution

24 Views Asked by At

If $X\sim exp(0.001)$ then:
$P(800<X<1200)=F_X(1200)-F_X(800)=1-e^{-1.2}-(1-e^{-0.8})=-e^{-1.2}+e^{-0.8}$ ??

Thank you!

1

There are 1 best solutions below

5
On

Close, but for the sign: $F(x) = 1 - exp(-x/\beta)$. In your parameterization, $\beta = 1/0.001$ so that $F(x) = 1 - exp(-0.001x)$