I've been having difficulties in trying to figure out how to calculate this expected value.
Expected Value of E[$e^X$] where X~Unif[0,1]
Any help would be greatly appreciated
I've been having difficulties in trying to figure out how to calculate this expected value.
Expected Value of E[$e^X$] where X~Unif[0,1]
Any help would be greatly appreciated
A useful property of expected value is that for any continuous random variable $X$ with density function $f(x)$
$$E(g(X))=\int_{-\infty}^{\infty}g(x)f(x)dx$$ where $g(x)$ is any "nice" function of $x$. For your specific case, set $g(x)=e^x$ and $f(x)$ to be the density function of a uniform distribution.
$$E(e^X)=\int_{0}^{1}e^xdx=e-1$$