Suppose I have two finite sets of data A
and B
, with equal length n
.
What's the best upper and lower bound I can make on var(A+B)
, in terms of var(A)
and var(B)
?
Contents
hide
Best Answer
The lower bound will occur when $B = -A$ so that $A + B = 0$ and the variance is $0$. This also occurs when $B$ is shifted from $A$, but in any case you cannot have a variance less than $0$ and this shows a case where it can equal $0$.
The upper bound comes when $B = A$ or $B = c1 + c2 times A$ which gives a correlation of $1$. In this case you get the variance is the comments above.
Similar Posts:
- Solved – Inequality involving interquartile range and standard deviation
- Solved – How to find the upper bound of symmetric triangle distribution given median and lower bound
- Solved – Bounds for the population variance
- Solved – How to compare OR between different groups using SAS
- Solved – One sided hypothesis testing with two-sided interval