1

If $X_{1}, X_{2}$ is a random sample from $N(0,\sigma^2)$ (Scale Family) show that $\frac{X_1}{X_2}\sim \operatorname{Cauchy}(0,1)$.

Here, I have been trying to use the CDF $F_{\frac{X_1}{X_2}}\left( y_{1} \right)=P\left( \frac{X_1}{X_2}\leq y_{1} \right)$. But I am confused in how to proceed.

DMcMor
  • 9,407
  • Note that $X_1/X_2 \le y$ is the same as $$ \Big[ X_1\le yX_2\ &\ X_2>0 \Big] \text{ or } \Big[ X_1\ge yX_2\ &\ X_2<0\Big] $$ (this neglects the case where $X_2=0,$ but that has zero probability). That tells you what part of the plane to integrate over. – Michael Hardy Feb 18 '21 at 18:37

1 Answers1

0

This is a ratio distribution, where without loss of generality $\sigma=1$ so$$f_{X_1/X_2}(z):=\int_{\Bbb R}|x_2|\tfrac{1}{2\pi}e^{-(1+z^2)x_2^2/2}dx_2=\tfrac{1}{\pi}\int_0^\infty x_2e^{-(1+z^2)x_2^2/2}dx_2=\tfrac{1}{\pi(1+z^2)}.$$

J.G.
  • 115,835