I'm given (X,Y) ~ standard bivariate normal (p) -(assume this is the greek letter ro).
I'm asked to find the P(XY>0) as functions of p and other values as indicated.
I know by definition, two random variables X and Y are said to be bivariate normal if and only if aX+bY has a normal distribution. Though, I'm not certain I'm able to satisfy this axiom. Is the product of two normal distributions univariate normal? How should I approach this question?
$P(XY>0) = P(XY>0, X>0) + P(XY>0, X<0) = P(Y > 0, X >0) + P(Y < 0, X < 0)$.
– Sep 29 '16 at 23:49$f(x,y)=\frac{1}{2\pi\sqrt{1-\rho^2}}\exp\left(-\frac{(x-\rho y)^2}{2(1-\rho)^2}\right)\exp\left(-\frac{y^2}{2}\right)$.
– Sep 30 '16 at 00:29$f(x,y) = g(y) \cdot \frac{1}{\sqrt{2\pi(1-\rho^2)}}\exp\left(-\frac{(x-\rho y)^2}{2(1-\rho)^2}\right)$,
thus the conditional density of $X$ given $Y=y$ is $h(x,y)=\frac{1}{\sqrt{2\pi(1-\rho^2)}}\exp\left(-\frac{(x-\rho y)^2}{2(1-\rho)^2}\right)$.
This means that conditional on $Y=y$, $X\sim\mathcal{N}(-\rho y, 1-\rho^2)$.
– Sep 30 '16 at 00:29$ P(X>0,Y>0) = \int_0^\infty \Phi(\rho y / \sqrt{1-\rho^2}) g(y) , \mathrm{d}y$,
where $\Phi$ is the distribution function of a standard normal distribution and $g$ is the density.
If you assume independence, then $P(X>0,Y>0)=P(X>0)P(Y>0)=1/4$ and you get that $P(XY>0)=1/2$.
– Sep 30 '16 at 12:50