I'm trying to figure out the solution to the following:
Given:
a) $Z_1$ and $Z_2$ are independent standard normal random variables
b) $Y_1=Z_1$ and $Y_2 = Z_2\sqrt{1-\rho^2} + \rho Z_1$
Find: joint probability density function ($ f_{Y_1 Y_2}(y_1,y_2)$) and marginal probability density functions of $Y_1$ and $Y_2$
For the joint I found the following using the jacobian determinant: $$(1/(2\pi((1-p^2)^{1/2})))(e^{-((y-px)/((1-p^2)^{1/2}))^2}/2)) e^{-y^2/2}$$
I'm not sure if this is the right answer as it looks too complicated. Thus, it has been hard for me to find the probability density function of Y2, as integrating the joint density function is hard.
I would greatly appreciate any help
Ps. I will be working on putting the density function I got in mathjax language. Bu you could insert the one I put there into wolfram alpha and get a better visual.
http://math.stackexchange.com/questions/1687795/. Also, link there. – BruceET Mar 12 '16 at 21:01