Normal distribution addition
If we add together two normal distributions (they can be multiples) and an optional constant, the result will also follow a normal distribution. That’s because the normal distribution is a scalable distribution.
Z=aX+bY+c
X ,Y andZ are independent and random variables following a normal distributiona ,b andc are constants.
See continuous random expectation transformation and continuous random variance transformation for how to find
Subtraction
We can’t easily subtract two normal distributions, but we can add them if one of them is negative.
If
E(Z)=E(aX)+E(-bY)=aE(X)-bE(Y) Var(Z)=Var(aX)+Var(-bY)=a^2Var(X)+b^2Var(Y) - the negatives disappear because we are squaring the
-b
- the negatives disappear because we are squaring the
flashcards
| Question | Answer |
|---|---|
| What is the result when adding two normal distributions (with optional constant)? | The result also follows a normal distribution because the normal distribution is scalable. |
| Given | X, Y, and Z are independent random variables following a normal distribution; a, b, and c are constants. |
| How can we handle subtraction of two normal distributions like | We treat it as addition with a negative coefficient, using |
| Why does the negative sign disappear in the variance formula for | Because variance calculation squares the coefficient: |