I was wondering if we have two normal distributions of X,Y~N(0,1), why is then X-2Y~N(0,5)? I understand the mean of the X-2Y distribution, but why is the variance 5?
Asked
Active
Viewed 174 times
0
-
Are you assuming that $X$ and $Y$ are independent? – Chris Haug Jun 25 '19 at 12:09
-
Please see https://stats.stackexchange.com/search?q=variance+sum+normal+independent. – whuber Jun 25 '19 at 13:38
1 Answers
2
If $X$ and $Y$ are independent, we can do $$Var(X-2Y) = Var(X)+Var(2Y)=Var(X)+4 Var(Y) = 1 +4(1) = 5.$$

Ben Collister
- 63
- 5