Given: $Z=\sqrt{X^2+Y^2}, X\sim N(\mu_x,\sigma_x^2), Y\sim N(\mu_y,\sigma_y^2)$
What is the expected value of $Z$?
I'm specifically looking for the case where the $\mu_i$ are non-zero and $\sigma_i$ are different, so it's neither a generalized Chi nor a non-central Chi, as far as I could tell.
A more general form for the norm of N normal variables would also be nice.
Transforming into polar coordinates won't really help since $X,Y$ aren't centered, and the argument inside the exponent ends up as $-(\frac{(\mu_x-r\cos(\theta))^2}{2 \sigma_x}+\frac{(\mu_x-r\sin(\theta))^2}{2 \sigma_y})$. Mathematica is having trouble solving even explicit cases with unequal $\mu_i,\sigma_i$, let alone finding a general solution.
– Implication Nov 06 '15 at 12:17