I am currently trying to grasp the concept of Variance Sum Law where
variance(x + y) = variance(x) + variance(y)
I am not even sure if I understand it correctly so I tried to do a little practical example.
Correct me where my reasoning is wrong.
For 2 independent variables & values the calculated variance is as follows:
for measurements of x [9,5,13] variance = 10.67 for measurements of y [1,14, 2] variance = 34.89
Now according the law I would expect for:
[10 (9+1) , 19 (5 + 14) , 15 (13 +2)] variance = 10.67 + 34.89 but after putting it to variance calculator I get the value 13.56.
Seems I am totally not getting what this is about. Can you show me where is my reasoning bad?