4

Possible Duplicate:
How calculate the probability density function of $Z = X_1/X_2$
The probability density function of the ratio of two normal R.V.s

Consider two independent randon variables $N , N' \sim \mathcal N (0,1)$.What is the law of $N/N'$ ?

Paul
  • 2,473
  • 2
  • 21
  • 27
  • 4
    Here is the first hit on Google for "ratio of Gaussian random variables": http://en.wikipedia.org/wiki/Ratio_distribution. Your answer is in the second paragraph, it is a Cauchy distribution. –  Jan 01 '13 at 15:29
  • 1
    Just to amplify on Rahul's comment - the Cauchy distribution is a power law. If I remember it doesn't even have a convergent mean, certainly no variance. This long-tail behavior is intuitive if you think of the denominator often being close to zero ($\sim \mathcal N (0,1)$). – alancalvitti Jan 01 '13 at 15:50
  • 1
    An unrelated way to obtain a Cauchy distribution is via Gull's "Lighthouse" problem from 1988: http://www.gps.caltech.edu/classes/ge193/practicals/practical3/Lighthouse.pdf – alancalvitti Jan 01 '13 at 15:55
  • 3
    Answers on this website can be found here as well as in many other questions (see for example, Didier's comment on the question). – Dilip Sarwate Jan 01 '13 at 17:26
  • 1
    @alancalvitti That, or the first hitting place of a given hyperplane by a Brownian particle. – Did Jan 01 '13 at 19:57

1 Answers1

4

Write $(N,N')$ in polar coordinates as $(R,\Theta)$. Their joint distribution becomes $$\text{constant}\cdot e^{-r^2/2} r\,dr\,d\theta.\tag{1}$$ From $(1)$ we see that $R$, $\Theta$ are independent and $\Theta$ is uniformly distributed in $\mathbb R\bmod 2\pi$. The ratio $N/N'$ is $\tan\Theta$. Since $\tan$ has period one-half of a circle, nothing is lost by taking $\Theta$ to be in $(-\pi/2,\pi/2)$.

$$ \frac{d}{d\theta}\Pr(\tan\Theta\le\theta) = \frac{d}{d\theta}\Pr(\Theta\le \arctan\theta) = \frac{d}{d\theta} \frac{\arctan\theta}{\pi} = \frac{1/\pi}{1+\theta^2}. $$