3

I recently know that following results.

suppose that $x_1, x_2, x_3$ are independent real Gaussian random variables with $\mathcal{N}(0, 1)$. Then

$$ \frac{x_1 + x_2 x_3}{\sqrt{1+x_3^2}} \sim \mathcal{N}(0, 1) $$

We can prove this result by direct computing. But I am wondering if there is a simpler way. Also, since this result is interesting. I am wondering if there is any generalization

Thanks

Yan Zhu
  • 723
  • https://math.stackexchange.com/q/2335608/321264, https://math.stackexchange.com/q/517894/321264, https://math.stackexchange.com/q/262361/321264 – StubbornAtom Jun 03 '20 at 18:53

2 Answers2

2

The point is that the conditional distribution of your random variable given $x_3$ is always ${\cal N}(0,1)$. One generalization is this. Suppose $X_1, \ldots, X_n$ are independent ${\cal N}(0,1)$ random variables, and ${\bf Y} = (Y_1, \ldots, Y_n)$ is a vector-valued random variable independent of $X_1, \ldots, X_n$ and supported on the sphere $Y_1^2 + \ldots + Y_n^2 = 1$. Then ${\bf X} \cdot {\bf Y} = X_1 Y_1 + \ldots + X_n Y_n \sim {\cal N}(0,1)$.

Robert Israel
  • 448,999
0

Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy

$P(z|y)$ ~ Normal with fixed parameters

$P(y)$ ~ Normal with fixed parameters

then we can condition and marginalize to get $P(z)$

$$P(z) = \int_{Y}^{} P(z|y)P(y) dy$$ And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.