Solved – mean and variance of norm of normal random variables

expected valuenormal distributionprobabilityrandom variabletransform

If $x$ and $y$ are independent and normally distributed:$$x\sim N(\mu_x,\sigma_x)$$
$$y\sim N(\mu_y,\sigma_y)$$
and $r$ is a random variable with the following relationship to $x$ and $y$
$$r = \sqrt{x^2 + y^2}$$

is it possible to derive expressions for the mean and variance of $r$ in terms of the parameters of $x$ and $y$?
$$\mu_r = E[r] = ?$$
$$\sigma_r = E[r^2] – E[r]^2 =?$$

Best Answer

The distribution you are looking for relates to the convolution of two non-central chi-squared distributions each with one degree-of-freedom (which is a nasty one). Squaring the norm gives you:

$$\begin{align} R^2 &= X^2 + Y^2 \\[6pt] &= \sigma_x^2 \Big( \frac{X}{\sigma_x} \Big)^2 + \sigma_y^2 \Big( \frac{Y}{\sigma_y} \Big)^2 \\[6pt] &\sim \sigma_x^2 \cdot \text{ChiSq}\Big(\frac{\mu_x}{\sigma_x}, 1\Big)^2 + \sigma_y^2 \cdot \text{ChiSq}\Big(\frac{\mu_y}{\sigma_y}, 1\Big)^2. \\[6pt] \end{align}$$

There is no closed form expression for this distribution. However, it has the characteristic function:

$$\phi_{R^2}(t) = \frac{1}{1-2it} \cdot \exp \Big( \frac{it}{1-2it} \Big(\frac{\mu_x}{\sigma_x} + \frac{\mu_y}{\sigma_y} \Big) \Big).$$