Addition Rule for Random Variables

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Peter G.
Messages
439
Reaction score
0
Hi,

I am having a hard time understanding why the Addition Rule for two Random Variables holds even when the random variables are dependent.


Essentially: why is E(X+Y) = E(X) + E(Y) when X and Y are dependent random variable?

Given the two variables are dependent, if X happens to take on a value x, for example, doesn't that change the probability distribution of Y and, thus, affect its expected value?

I hope I made my doubt clear,
Peter G.
 
Physics news on Phys.org
Let's say you have a joint probability distribution [itex]P(X,Y)[/itex].
Then
[itex]E(X)=\sum_{i}X_{i}P(X_{i})=\sum_{i,j}X_{i} P(X_{i},Y_{j})[/itex],
and
[itex]E(Y)=\sum_{j}Y_{j}P(Y_{j})=\sum_{i,j}Y_{j} P(X_{i},Y_{j})[/itex].
From here, we can see that
[itex]E(X)+E(Y)=\sum_{i,j}(X_{i}+Y_{j}) P(X_{i},Y_{j})= E(X+Y)[/itex].
Hope this helps:)
 
Thank you very much, jfizzix!