There are two independent Gaussian R.Vs:
$U:N(-1,1)$ and $V:N(1,1)$
How do I go about finding the PDF of the following transformations?
X = U+V
T = (U+2V, U-2V)
W = U (with 50% chance), V (with 50% chance)
Note: This is not a homework problem. Doing some self study and stuck.
For 1. I have some vague clue. Take CDF, Then Joint PDF...?
But not sure how to go about solving for 2. and 3. at all.
Since you have a vague idea for (1) I leave that one to you (hint: moment generating functions, and properties of sum of independent random variables regarding moment generating functions will be the way to go)
Problem 2
This problem becomes a lot easier if we prove the following proposition
This has been proven quite a few times on forum (*). With this we see by properties of linear combos of independent random variables we have $$Var(U+2V)=Var(U)+4Var(V)$$ and $$Var(U-2V)=Var(U) +4Var(V)$$ Thus we can employ the above proposition which indicates that $U+2V$ and $U-2V$ are independent. If you recall, that the joint pdf of independent random variables, is just product of pdfs. To find pdfs of $U+2V$ and $U-2V$, your answer to (1) may help.
Problem 3
For this problem an important fact to know is that
And though this theorem in general may be hard to prove, when you have cdfs that are determined by integrating over pdf like is the case for normal rvs, this guaranteed by Fundamental Theorem of Calculus. Now to find distribution of W we are going to look at lens of its cdf and evoke the law of total probability. Well with this we have $$F_{W}(w)=P(W<w)=\frac{1}{2}P(U<w)+\frac{1}{2}P(V<w)$$ Thus to find pdf we will use above fact, $$f_{W}(w)=\frac{d}{dw}F_{W}(w)=\frac{d}{dw}\left(\frac{1}{2}F_{U}(w)+\frac{1}{2}F_{V}(w)\right)=\frac{1}{2}\frac{d}{dw}F_{U}(w)+\frac{1}{2}\frac{d}{dw}F_{V}(w)=\frac{1}{2}\left(f_{U}(w)+f_{V}(w)\right)$$
References
(*)Proof of proposition in problem (2): Prove that if $X$ and $Y$ are Normal and independent random variables, $X+Y$ and $X-Y$ are independent or Prove that if X and Y are Normal and independent random variables, X+Y and X−Y are independent−y-a