Given this function with j and k as unknown parameters. What is the expression of Variance and Mean of this exponential function?
$$f_{j,k}(y)=\frac{\sqrt{j}}{\sqrt{2 \pi}}e^{\sqrt{jk}}y^{-\frac{1}{2}} \text{exp}\left( -\frac{1}{2} (j y + \frac{k}{y}) \right) \quad \quad y>0$$
I put your question into Mathematica and got the following expression for the mean:
$$ \frac{1}{2 j \sqrt{2 \pi }}e^{\sqrt{jk}} \left(-4 e^{-\frac{k+j x^2}{2 x}} \sqrt{j} \sqrt{x}+e^{-\sqrt{j} \sqrt{k}} \sqrt{2 \pi } \left(\left(1+\sqrt{j} \sqrt{k}\right) \text{Erf}\left[\frac{-\sqrt{k}+\sqrt{j} x}{\sqrt{2} \sqrt{x}}\right]-\left(-1+\sqrt{j} \sqrt{k}\right) \left(1-e^{2 \sqrt{j} \sqrt{k}}+e^{2 \sqrt{j} \sqrt{k}} \text{Erf}\left[\frac{\sqrt{k}+\sqrt{j} x}{\sqrt{2} \sqrt{x}}\right]\right)\right)\right) $$
I'm not sure how easy it would be to derive that...
[edited for math error]