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.

Suppose that $X$ and $Y$ are iid normally distributed and $a$ is a scalar. What is $\Pr(Y+aX<0 | X>0)$?

share|improve this question
Sorry about that -- I clarified that they're jointly normal. – ABC Jul 26 '12 at 3:58
Try this paper: etrij.etri.re.kr/Cyber/servlet/… – Douglas Zare Jul 26 '12 at 5:44
1  
Transform $(X,Y)\rightarrow (X,Z)$, where $Z=Y+aX$; you will obtain that $(X,Z)$ has a bivariate normal distribution with a certain mean and covariance matrix. Then use the definition ${\mathbb P}(Y+aX<0\vert X>0)=\dfrac{{\mathbb P}(Y+aX<0,X>0)}{{\mathbb P}(X>0)}=\dfrac{{\mathbb P}(Z<0,X>0)}{{\mathbb P}(X>0)}$. The numerator can be calculated using the CDF of a bivariate normal and the denominator using the CDF of the univariate normal. – user10525 Jul 26 '12 at 9:37
1  
If the means are zero, this requires (virtually) no calculation at all. Are you interested in the general case or, perhaps, this specific one? – cardinal Jul 26 '12 at 13:12
@cardinal I guess the OP is interested in the general case because this expression appears in the paper mentioned in the previous question. I also guess he did not mean i.i.d.. – user10525 Jul 26 '12 at 13:20
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.