A random variable X, representing the time until some event occurs, has the following pdf. $$(14/99)e^{-0.5x}+(85/99)e^{-0.25x}$$. Using integration, I get the expectation as 14.303 via $\int_0^\infty xf(x)dx$, and a variance of 463.453 via $\int_0^\infty (x-\overline{x})^2f(x)dx$.
- I don't understand why the variance is so high. I also computed the median, which was much higher than the mean.
When I try and compute the variance using $Var(X)=E(X^2)-(E(X))^2$ I get a negative value. 2) Why is there a mismatch between using these 2 methods?