I'm trying to evaluate the expression:
$\mathbb{E}_h\{h^{0.5}\gamma(0.5, shc)\}$
where, $\gamma(.)$ is a lower incomplete gamma function given by $\gamma(a, z) = \int_{0}^{z}exp(-t)t^{a-1}dt$ and $h$ is an exponential random variable. A couple of steps in my evaluation are as follows:
$\mathbb{E}_h\{h^{0.5}\gamma(0.5, shc)\}$
= $\int_{0}^{\infty}e^{-h}h^{0.5}\int_{0}^{shc}exp(-t)t^{-0.5}dt\,dh$. Here, the inner integral gives me $\sqrt{\pi}\,erf(\sqrt{shc})$. But, I'm unable to find a way to proceed forward. Any pointers? Thanks.
Update:
I wanted to make add more details to make things clearer. This expression appears in a monograph and apparently this result simplifies as follows:
$\mathbb{E}_h\{h^{0.5}\gamma(0.5, shc)\} = \frac{\pi}{2}-arctan\left(\frac{1}{\sqrt{sc}}\right)+\frac{\sqrt{sc}}{sc+1}$ .
However, I'm unable to see how.