0

If two random variable (independent) is given say $X$ which is real and distributed $~N(0,1)$ and a discrete random variable $\alpha$ that takes +1 or -1 with probability half each. A transformation is given as $Y=\alpha X$. I need to find the joint distribution between $X$ and $Y$.

Is it through the bivariate transformation considering one tranformation as $U=\alpha X$ and another one as V=X and I can find their joint distribution or any easy intuitive way to figure out this?

I am following this : https://onlinecourses.science.psu.edu/stat414/node/129

1 Answers1

0

\begin{align} P(X \leq x, Y \leq y) &=P(\alpha=1)P(X \leq x, \alpha X \leq y| \alpha =1)+ P(\alpha=-1)P(X \leq x, \alpha X \leq y| \alpha =-1)\\ &=\frac12 P(X \leq x, X \leq y)+ \frac12P(X \leq x, -X \leq y) \\ &=\frac12 P(X \leq \min(x,y))+ \frac12 P(-y \leq X \leq x) \end{align}

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149