If $X$ is a random variable, I would like to be able to calculate something like $$E\left\{e^{-|X|}\right\}$$ How can I do this, e.g., for a normally distributed $X$?
2026-04-24 12:31:08.1777033868
How do you calculate the expected value of $E\left\{e^{-|X|}\right\}$ e.g. for Gaussian X?
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $X \sim N(0,1)$, and you have $Y=g(X) = e^{-|x|}$, so by definition $Y>0$. For $X<0, \ P(e^{X}<y) = P(X<\log y)$, because $e^X$ is an increasing function. For $X>0, P(e^{-X}<y) = P(-X>\log y) = P(X<-\log y),$ because $e^{-x}$ is a decreasing function. Putting together, $$ P(Y<y) = P(X<|\log y|) = \Phi(|\log y|), y>0 $$ Can you derive the pdf of $Y$ from here?