Explanation for Additive Property of Variance?
$begingroup$
I'm wondering why variance has additive property, as opposed to why this property doesn't extend to standard deviation? Additive property is defined as:
Var(A+B) = Var(A) + Var(B)
I imagine this as adding two distribution together which makes sense. But in that case SD should have similar property as well. Why does variance possess this magical property?
variance
$endgroup$
add a comment |
$begingroup$
I'm wondering why variance has additive property, as opposed to why this property doesn't extend to standard deviation? Additive property is defined as:
Var(A+B) = Var(A) + Var(B)
I imagine this as adding two distribution together which makes sense. But in that case SD should have similar property as well. Why does variance possess this magical property?
variance
$endgroup$
2
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
1
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday
add a comment |
$begingroup$
I'm wondering why variance has additive property, as opposed to why this property doesn't extend to standard deviation? Additive property is defined as:
Var(A+B) = Var(A) + Var(B)
I imagine this as adding two distribution together which makes sense. But in that case SD should have similar property as well. Why does variance possess this magical property?
variance
$endgroup$
I'm wondering why variance has additive property, as opposed to why this property doesn't extend to standard deviation? Additive property is defined as:
Var(A+B) = Var(A) + Var(B)
I imagine this as adding two distribution together which makes sense. But in that case SD should have similar property as well. Why does variance possess this magical property?
variance
variance
asked yesterday
Fudge AruthFudge Aruth
161
161
2
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
1
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday
add a comment |
2
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
1
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday
2
2
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
1
1
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
It doesn't!
In general:
Var(A+B) = Var(A) + Var(B) + Cov(A, B)
The additive property only holds if the two random variables have no covariation. This is almost a circular statement, since a legitimate definition of the covariation could be:
Cov(A, B) = Var(A) + Var(B) - Var(A + B)
This means that the covariance measures the failure of the additive property of variance.
This leads to the true heart of the matter, the covariance is bi-linear:
Cov(A_1 + A_2, B) = Cov(A_1, B) + Cov(A_2, B)
Cov(A, B_1 + B_2) = Cov(A, B_1) + Cov(A, B_2)
For an intuitive understanding of this, I'll link to the wonderful: How would you explain covariance to someone who understands only the mean?. In particular, see @whuber's answer.
$endgroup$
add a comment |
$begingroup$
The first thing to notice is that Var(A+B) equals VarA + Var B only when Cov(A,B)=0.
To gain some intuition behind the relationship between sd(A+B) and sd(A)+sd(B), notice that in order to complete the square in this expression
Cov(A,B) would have to equal sd(A)*sd(B). The next question is whether that ever happens? Indeed it does. The Cauchy Schwartz inequality gives us the inequality below:
.
Whenever the following equality holds
, we can complete the square and obtain that sd(A+B)=sd(A)+sd(B). However, in all other cases, sd(A+B) will not equal sd(A)+sd(B).
$endgroup$
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "65"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f390609%2fexplanation-for-additive-property-of-variance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It doesn't!
In general:
Var(A+B) = Var(A) + Var(B) + Cov(A, B)
The additive property only holds if the two random variables have no covariation. This is almost a circular statement, since a legitimate definition of the covariation could be:
Cov(A, B) = Var(A) + Var(B) - Var(A + B)
This means that the covariance measures the failure of the additive property of variance.
This leads to the true heart of the matter, the covariance is bi-linear:
Cov(A_1 + A_2, B) = Cov(A_1, B) + Cov(A_2, B)
Cov(A, B_1 + B_2) = Cov(A, B_1) + Cov(A, B_2)
For an intuitive understanding of this, I'll link to the wonderful: How would you explain covariance to someone who understands only the mean?. In particular, see @whuber's answer.
$endgroup$
add a comment |
$begingroup$
It doesn't!
In general:
Var(A+B) = Var(A) + Var(B) + Cov(A, B)
The additive property only holds if the two random variables have no covariation. This is almost a circular statement, since a legitimate definition of the covariation could be:
Cov(A, B) = Var(A) + Var(B) - Var(A + B)
This means that the covariance measures the failure of the additive property of variance.
This leads to the true heart of the matter, the covariance is bi-linear:
Cov(A_1 + A_2, B) = Cov(A_1, B) + Cov(A_2, B)
Cov(A, B_1 + B_2) = Cov(A, B_1) + Cov(A, B_2)
For an intuitive understanding of this, I'll link to the wonderful: How would you explain covariance to someone who understands only the mean?. In particular, see @whuber's answer.
$endgroup$
add a comment |
$begingroup$
It doesn't!
In general:
Var(A+B) = Var(A) + Var(B) + Cov(A, B)
The additive property only holds if the two random variables have no covariation. This is almost a circular statement, since a legitimate definition of the covariation could be:
Cov(A, B) = Var(A) + Var(B) - Var(A + B)
This means that the covariance measures the failure of the additive property of variance.
This leads to the true heart of the matter, the covariance is bi-linear:
Cov(A_1 + A_2, B) = Cov(A_1, B) + Cov(A_2, B)
Cov(A, B_1 + B_2) = Cov(A, B_1) + Cov(A, B_2)
For an intuitive understanding of this, I'll link to the wonderful: How would you explain covariance to someone who understands only the mean?. In particular, see @whuber's answer.
$endgroup$
It doesn't!
In general:
Var(A+B) = Var(A) + Var(B) + Cov(A, B)
The additive property only holds if the two random variables have no covariation. This is almost a circular statement, since a legitimate definition of the covariation could be:
Cov(A, B) = Var(A) + Var(B) - Var(A + B)
This means that the covariance measures the failure of the additive property of variance.
This leads to the true heart of the matter, the covariance is bi-linear:
Cov(A_1 + A_2, B) = Cov(A_1, B) + Cov(A_2, B)
Cov(A, B_1 + B_2) = Cov(A, B_1) + Cov(A, B_2)
For an intuitive understanding of this, I'll link to the wonderful: How would you explain covariance to someone who understands only the mean?. In particular, see @whuber's answer.
answered yesterday
Matthew DruryMatthew Drury
25.6k261102
25.6k261102
add a comment |
add a comment |
$begingroup$
The first thing to notice is that Var(A+B) equals VarA + Var B only when Cov(A,B)=0.
To gain some intuition behind the relationship between sd(A+B) and sd(A)+sd(B), notice that in order to complete the square in this expression
Cov(A,B) would have to equal sd(A)*sd(B). The next question is whether that ever happens? Indeed it does. The Cauchy Schwartz inequality gives us the inequality below:
.
Whenever the following equality holds
, we can complete the square and obtain that sd(A+B)=sd(A)+sd(B). However, in all other cases, sd(A+B) will not equal sd(A)+sd(B).
$endgroup$
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
add a comment |
$begingroup$
The first thing to notice is that Var(A+B) equals VarA + Var B only when Cov(A,B)=0.
To gain some intuition behind the relationship between sd(A+B) and sd(A)+sd(B), notice that in order to complete the square in this expression
Cov(A,B) would have to equal sd(A)*sd(B). The next question is whether that ever happens? Indeed it does. The Cauchy Schwartz inequality gives us the inequality below:
.
Whenever the following equality holds
, we can complete the square and obtain that sd(A+B)=sd(A)+sd(B). However, in all other cases, sd(A+B) will not equal sd(A)+sd(B).
$endgroup$
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
add a comment |
$begingroup$
The first thing to notice is that Var(A+B) equals VarA + Var B only when Cov(A,B)=0.
To gain some intuition behind the relationship between sd(A+B) and sd(A)+sd(B), notice that in order to complete the square in this expression
Cov(A,B) would have to equal sd(A)*sd(B). The next question is whether that ever happens? Indeed it does. The Cauchy Schwartz inequality gives us the inequality below:
.
Whenever the following equality holds
, we can complete the square and obtain that sd(A+B)=sd(A)+sd(B). However, in all other cases, sd(A+B) will not equal sd(A)+sd(B).
$endgroup$
The first thing to notice is that Var(A+B) equals VarA + Var B only when Cov(A,B)=0.
To gain some intuition behind the relationship between sd(A+B) and sd(A)+sd(B), notice that in order to complete the square in this expression
Cov(A,B) would have to equal sd(A)*sd(B). The next question is whether that ever happens? Indeed it does. The Cauchy Schwartz inequality gives us the inequality below:
.
Whenever the following equality holds
, we can complete the square and obtain that sd(A+B)=sd(A)+sd(B). However, in all other cases, sd(A+B) will not equal sd(A)+sd(B).
edited yesterday
answered yesterday
ColorStatisticsColorStatistics
595114
595114
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
add a comment |
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
3
3
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
You know you can use MathJax here instead of copy-pasting images of math formulas, right?
$endgroup$
– Ilmari Karonen
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
$begingroup$
I was actually looking for a solution on this front :) Thank you for the link.
$endgroup$
– ColorStatistics
yesterday
add a comment |
Thanks for contributing an answer to Cross Validated!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f390609%2fexplanation-for-additive-property-of-variance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
This is only the case if $A$ and $B$ are uncorrelated random variables. If this holds, then $text{Sd}(A+B)=sqrt{text{Var}(A)+text{Var}(B)}$, which doesn't equal $text{Sd}(A)+text{Sd}(B)$ simply because $sqrt{a+b}ne sqrt a+sqrt b$ in general.
$endgroup$
– StubbornAtom
yesterday
1
$begingroup$
@StubbornAtom you should make it an answer.
$endgroup$
– Tim♦
yesterday