1
$\begingroup$

$X$ and $Y$ are independent normal random variables and have the same moment-generating function and are thus identically distributed. Find the distribution of $Z$ where $Z=aX+bY$.

I have the MGF for $X$ and $Y$ :$M_X(t)=e^{{(t\mu_X)+t^2\sigma_X^2}/2}$ and $M_Y(t)=e^{{(t\mu_Y)+t^2\sigma_Y^2}/2}$.

Since they are identically distributed, can't I just replace $Y$ by $X$ and have $Z=(a+b)X$? That would make calculations a lot simpler.

Edit: Thanks for the pointers guys. So would the distribution for $Z$ then be $f_Z(x)=\frac{1}{\sqrt{2\pi}}(a\sigma_X+b\sigma_Y)e^{-x-(a\mu_X+b\mu_Y)^2/2(a^2\sigma_X^2+b^2\sigma_Y^2)}$?

Edit 2: Am I using the right assumption for my answer to the distribution of $Z$? That is, that I can just linearly combine the distributions for $X$ and $Y$?

  • 0
    @Dilip: they are indeed very similar. But I am not 100% sure that they are exact duplicates. As my vote would be binding, I'll refrain from casting it now.2012-02-24

1 Answers 1

3

Because in the expression $aX+bY$, the two random variables $X$ and $Y$ are independent, whereas in $aX+bX$, the two random variables $X$ and $X$ are as far from independent as any two random variables can get.

Notice that $\operatorname{var}(aX+bY) = a^2 \operatorname{var}(X) + b^2 \operatorname{var}(Y), $ but $ \operatorname{var}(aX+bX) = (a+b)^2 \operatorname{var}(X), $ and $a^2 + b^2$ differs from $(a+b)^2$, which is the same as $a^2+b^2 + 2ab$.