0

Let $(X, Y)$ be two independent standard random variable, with mean and SD being 0 and 1 respectively.

What would be $E[\sqrt(X^2 + Y^2)]$, the expected distance between $(X, Y)$ and the origin.

gunes
  • 49,700
  • 3
  • 39
  • 75
  • This reads like a textbook style question. Is this for some subject? – Glen_b Nov 12 '19 at 08:35
  • However, it's answered a few times on site already - sometimes in a more general form (e.g. see [here](https://stats.stackexchange.com/questions/272885/intuition-for-rayleigh-pdf/272932#272932)) – Glen_b Nov 12 '19 at 08:42

1 Answers1

2

$Z=\sqrt{X^2+Y^2}$ is a Chi distributed random variable with degree of freedom $k=2$. Its mean is $$\mu=\sqrt{2}\frac{\Gamma((k+1)/2)}{\Gamma(k/2)}=\sqrt{2} \Gamma(3/2)=\sqrt{\frac{\pi}{2}}$$

gunes
  • 49,700
  • 3
  • 39
  • 75