Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Given $X\sim{\cal N}(\mu_X,\sigma^2_X)$, $Y\sim{\cal N}(\mu_Y,\sigma^2_Y)$ I am looking for the p.d.f. of $\operatorname{atan2}(Y,X)$ where $\operatorname{atan2}()$ is the 4-quadrant arc tangent. Does this distribution have a name? Is there any literature about it?

share|improve this question
A nicer--and very suggestive--alternative expression for this value is $\text{arg}(X+iY) = Im(\log(X+iY))$, the polar angle of the complex number $X+iY$. – whuber Aug 22 '12 at 19:18

1 Answer

I don't think there is a simple expression for the pdf. If there were, then there would be a simple expression for the usual $\arctan$, and of the ratio between two (noncentered) normal distributions. The latter is studied in papers like Marsaglia (1965, 2006) and Cedilnik et al (2004).

share|improve this answer
(+1), allowing for one notable exception: when $\mu_X=\mu_Y=0$, the distribution obviously is uniform :-). – whuber Aug 22 '12 at 21:17
@whuber You probably want to insist on $\sigma_X^2 = \sigma_Y^2$ too in addition to $\mu_X = \mu_Y$. But then, Douglas Zare was talking about noncentered normal distributions... – Dilip Sarwate Aug 22 '12 at 21:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.