I understood the fact the sum of mean of independent random variables is the sum of individual random variables expectation.
E(X+Y) = E(X) + E(Y)
Var(X+Y) = Var(X) + Var(Y)
In this [link]: https://math.stackexchange.com/a/606239/369172/
They have mentioned that the Expectation of cross terms equates to zero
i.e E(x - mean(x)) = 0
Can anyone give an intuitive explanation for this?
Thank you!
An intuitive explanation would be that if you have a set of values $\{x_1,...,x_n\}$ and from each value you subtract the average $\bar{x}=\frac{x_1,...x_n}{n}$, then the average of the resulting set $\{x_1-\bar{x},...,x_n-\bar{x}\}$ will be 0. Expectation is nothing else than a weighted average.