We have a bivariate normal process where $X, Y \sim N(0, \sigma)$, with no covariance.
(For convenience we can assert that $\sigma = 1$, or that we have a good estimate for its value.)
What is the distribution of the random variable $R(n) = \sqrt{\overline{x_i}^2 + \overline{y_i}^2}$ — i.e., the Euclidean distance between the sample center of a n points and the true center (at the origin)?
Note that as defined:
- $R(n) \ge 0$
- $E[R(n)] \to 0$ monotonically as $n \to \infty$
- The Rayleigh distribution gives us $R(1) = \sigma \sqrt{\pi/2} \approx \sigma 1.25$
Furthermore, based on a Monte Carlo simulation for $n \in [2, 25]$ with $\sigma = 1$:
- Variance decreases monotonically as n increases
- Skewness appears constant across n at 0.63
- Kurtosis appears constant across n at about 0.24
(This question is a simplified version of this slightly more complicated one that seems to have gotten derailed in complications.)