Proof of joint Gaussian distribution in a linear equation

173 Views Asked by At

Let $X = AY + Z$ where $A$ is constant, $Y$ and $Z$ are independent gaussian rvs. How do you prove that $X$ and $Y$ are jointly gaussian? I know that the sum of two independent gaussians gives a gaussian distribution. But I have no idea where to start to show joint gaussian pdf.

1

There are 1 best solutions below

4
On BEST ANSWER

For every linear combination of $X$ and $Y$ : $$ \mu X + \beta Y = (\beta + \mu A) Y + \mu A Z$$ And since $Y$ and $Z$ are independent, the linear combination follows a gaussian distribution. So they are jointly gaussian.