Covariance and Law of Large numbers
$begingroup$
Say I am taking the average value of the product of two dependent random variables $X$ and $Y$ sampled an infinite amont of times. That is I am computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right]$. Is this the same as computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}}{n} right] E left[ sum_{i=0}^{n} frac{X_{i}}{n} right] = E[X] E[Y]$? Assuming $X$ and $Y$ have finite variance.
I know this would not be true if $n$ was small but does law of large numbers make the covariance $0$ in the same way it makes variance $0$?
probability covariance variance law-of-large-numbers
$endgroup$
add a comment |
$begingroup$
Say I am taking the average value of the product of two dependent random variables $X$ and $Y$ sampled an infinite amont of times. That is I am computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right]$. Is this the same as computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}}{n} right] E left[ sum_{i=0}^{n} frac{X_{i}}{n} right] = E[X] E[Y]$? Assuming $X$ and $Y$ have finite variance.
I know this would not be true if $n$ was small but does law of large numbers make the covariance $0$ in the same way it makes variance $0$?
probability covariance variance law-of-large-numbers
$endgroup$
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06
add a comment |
$begingroup$
Say I am taking the average value of the product of two dependent random variables $X$ and $Y$ sampled an infinite amont of times. That is I am computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right]$. Is this the same as computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}}{n} right] E left[ sum_{i=0}^{n} frac{X_{i}}{n} right] = E[X] E[Y]$? Assuming $X$ and $Y$ have finite variance.
I know this would not be true if $n$ was small but does law of large numbers make the covariance $0$ in the same way it makes variance $0$?
probability covariance variance law-of-large-numbers
$endgroup$
Say I am taking the average value of the product of two dependent random variables $X$ and $Y$ sampled an infinite amont of times. That is I am computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right]$. Is this the same as computing $lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}}{n} right] E left[ sum_{i=0}^{n} frac{X_{i}}{n} right] = E[X] E[Y]$? Assuming $X$ and $Y$ have finite variance.
I know this would not be true if $n$ was small but does law of large numbers make the covariance $0$ in the same way it makes variance $0$?
probability covariance variance law-of-large-numbers
probability covariance variance law-of-large-numbers
edited Dec 10 '18 at 22:08
TPaul
asked Dec 10 '18 at 22:01
TPaulTPaul
428
428
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06
add a comment |
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
From basic properties of expectation,
$$E sum_{i=0}^n frac{Y_i X_i}{n} = frac{1}{n} sum_{i=0}^n E[X_i Y_i] = E[XY]$$
for every $n$. No limits, no law of large numbers.
If you also know $X_i$ and $Y_i$ are uncorrelated (e.g., if they are independent), then $E[X_i Y_i] = E[X_i] E[Y_i]$ and $E[XY] = E[X] E[Y]$.
Under the conditions of the law of large numbers (applied to $XY$), we have
$$sum_{i=0}^n frac{Y_i X_i}{n} to E[XY]$$
almost surely.
Again, if $X$ and $Y$ are uncorrelated, then $E[XY] = E[X] E[Y]$.
$endgroup$
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
add a comment |
$begingroup$
I know this would not be true if n was small but does law of large numbers make the covariance 0 in the same way it makes variance 0?
Let me clarify this. LLN doesn't make the variance of the original random variables 0. It makes the variance of a random variable defined as sample average go to 0.
So $X_n$ would still have the same variance as $X_1$ as n goes to infinity. However if we define, $Z = left[ sum_{i=0}^{n} frac{X_{i}}{n} right]$, $E[Z] = E[X_i]$ and $Var(Z) = frac {Var(X)} {n}$. As you see, when n goes to infinity, $Var(Z)$ goes to 0, but Var(X) doesn't change.
Coming back to the original question,
$$lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right] = E[XY]$$
$$E[XY] = E[X]E[Y] + cov(X,Y)$$
Since the $cov(XY)$ isn't going to change no matter the number of n, you cannot calculate the limit the way you proposed in question.
$endgroup$
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
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: "69"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
noCode: 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%2fmath.stackexchange.com%2fquestions%2f3034550%2fcovariance-and-law-of-large-numbers%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$
From basic properties of expectation,
$$E sum_{i=0}^n frac{Y_i X_i}{n} = frac{1}{n} sum_{i=0}^n E[X_i Y_i] = E[XY]$$
for every $n$. No limits, no law of large numbers.
If you also know $X_i$ and $Y_i$ are uncorrelated (e.g., if they are independent), then $E[X_i Y_i] = E[X_i] E[Y_i]$ and $E[XY] = E[X] E[Y]$.
Under the conditions of the law of large numbers (applied to $XY$), we have
$$sum_{i=0}^n frac{Y_i X_i}{n} to E[XY]$$
almost surely.
Again, if $X$ and $Y$ are uncorrelated, then $E[XY] = E[X] E[Y]$.
$endgroup$
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
add a comment |
$begingroup$
From basic properties of expectation,
$$E sum_{i=0}^n frac{Y_i X_i}{n} = frac{1}{n} sum_{i=0}^n E[X_i Y_i] = E[XY]$$
for every $n$. No limits, no law of large numbers.
If you also know $X_i$ and $Y_i$ are uncorrelated (e.g., if they are independent), then $E[X_i Y_i] = E[X_i] E[Y_i]$ and $E[XY] = E[X] E[Y]$.
Under the conditions of the law of large numbers (applied to $XY$), we have
$$sum_{i=0}^n frac{Y_i X_i}{n} to E[XY]$$
almost surely.
Again, if $X$ and $Y$ are uncorrelated, then $E[XY] = E[X] E[Y]$.
$endgroup$
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
add a comment |
$begingroup$
From basic properties of expectation,
$$E sum_{i=0}^n frac{Y_i X_i}{n} = frac{1}{n} sum_{i=0}^n E[X_i Y_i] = E[XY]$$
for every $n$. No limits, no law of large numbers.
If you also know $X_i$ and $Y_i$ are uncorrelated (e.g., if they are independent), then $E[X_i Y_i] = E[X_i] E[Y_i]$ and $E[XY] = E[X] E[Y]$.
Under the conditions of the law of large numbers (applied to $XY$), we have
$$sum_{i=0}^n frac{Y_i X_i}{n} to E[XY]$$
almost surely.
Again, if $X$ and $Y$ are uncorrelated, then $E[XY] = E[X] E[Y]$.
$endgroup$
From basic properties of expectation,
$$E sum_{i=0}^n frac{Y_i X_i}{n} = frac{1}{n} sum_{i=0}^n E[X_i Y_i] = E[XY]$$
for every $n$. No limits, no law of large numbers.
If you also know $X_i$ and $Y_i$ are uncorrelated (e.g., if they are independent), then $E[X_i Y_i] = E[X_i] E[Y_i]$ and $E[XY] = E[X] E[Y]$.
Under the conditions of the law of large numbers (applied to $XY$), we have
$$sum_{i=0}^n frac{Y_i X_i}{n} to E[XY]$$
almost surely.
Again, if $X$ and $Y$ are uncorrelated, then $E[XY] = E[X] E[Y]$.
answered Dec 10 '18 at 22:06
angryavianangryavian
40.7k23380
40.7k23380
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
add a comment |
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
My question is specifically about correlated values. The difference between $E[XY]$ and $E[X]E[Y]$ is a function of covariance. What does the law of large numbers say about covariance as n grows? Does it go to zero? How can i calculate it?
$endgroup$
– TPaul
Dec 10 '18 at 22:11
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
@TPaul If $X$ and $Y$ are zero mean, then the $sum_{i=0}^n X_i Y_i/n$ tends to the covariance $text{Cov}(X,Y) = E[XY]$ almost surely, as my answer implies.
$endgroup$
– angryavian
Dec 10 '18 at 22:24
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
$begingroup$
Im sorry which part of your answer implies this? Also How does this answer the question i posed about covariance as n grows?
$endgroup$
– TPaul
Dec 10 '18 at 22:45
add a comment |
$begingroup$
I know this would not be true if n was small but does law of large numbers make the covariance 0 in the same way it makes variance 0?
Let me clarify this. LLN doesn't make the variance of the original random variables 0. It makes the variance of a random variable defined as sample average go to 0.
So $X_n$ would still have the same variance as $X_1$ as n goes to infinity. However if we define, $Z = left[ sum_{i=0}^{n} frac{X_{i}}{n} right]$, $E[Z] = E[X_i]$ and $Var(Z) = frac {Var(X)} {n}$. As you see, when n goes to infinity, $Var(Z)$ goes to 0, but Var(X) doesn't change.
Coming back to the original question,
$$lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right] = E[XY]$$
$$E[XY] = E[X]E[Y] + cov(X,Y)$$
Since the $cov(XY)$ isn't going to change no matter the number of n, you cannot calculate the limit the way you proposed in question.
$endgroup$
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
add a comment |
$begingroup$
I know this would not be true if n was small but does law of large numbers make the covariance 0 in the same way it makes variance 0?
Let me clarify this. LLN doesn't make the variance of the original random variables 0. It makes the variance of a random variable defined as sample average go to 0.
So $X_n$ would still have the same variance as $X_1$ as n goes to infinity. However if we define, $Z = left[ sum_{i=0}^{n} frac{X_{i}}{n} right]$, $E[Z] = E[X_i]$ and $Var(Z) = frac {Var(X)} {n}$. As you see, when n goes to infinity, $Var(Z)$ goes to 0, but Var(X) doesn't change.
Coming back to the original question,
$$lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right] = E[XY]$$
$$E[XY] = E[X]E[Y] + cov(X,Y)$$
Since the $cov(XY)$ isn't going to change no matter the number of n, you cannot calculate the limit the way you proposed in question.
$endgroup$
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
add a comment |
$begingroup$
I know this would not be true if n was small but does law of large numbers make the covariance 0 in the same way it makes variance 0?
Let me clarify this. LLN doesn't make the variance of the original random variables 0. It makes the variance of a random variable defined as sample average go to 0.
So $X_n$ would still have the same variance as $X_1$ as n goes to infinity. However if we define, $Z = left[ sum_{i=0}^{n} frac{X_{i}}{n} right]$, $E[Z] = E[X_i]$ and $Var(Z) = frac {Var(X)} {n}$. As you see, when n goes to infinity, $Var(Z)$ goes to 0, but Var(X) doesn't change.
Coming back to the original question,
$$lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right] = E[XY]$$
$$E[XY] = E[X]E[Y] + cov(X,Y)$$
Since the $cov(XY)$ isn't going to change no matter the number of n, you cannot calculate the limit the way you proposed in question.
$endgroup$
I know this would not be true if n was small but does law of large numbers make the covariance 0 in the same way it makes variance 0?
Let me clarify this. LLN doesn't make the variance of the original random variables 0. It makes the variance of a random variable defined as sample average go to 0.
So $X_n$ would still have the same variance as $X_1$ as n goes to infinity. However if we define, $Z = left[ sum_{i=0}^{n} frac{X_{i}}{n} right]$, $E[Z] = E[X_i]$ and $Var(Z) = frac {Var(X)} {n}$. As you see, when n goes to infinity, $Var(Z)$ goes to 0, but Var(X) doesn't change.
Coming back to the original question,
$$lim_{n rightarrow infty} E left[ sum_{i=0}^{n} frac{Y_{i}X_{i}}{n} right] = E[XY]$$
$$E[XY] = E[X]E[Y] + cov(X,Y)$$
Since the $cov(XY)$ isn't going to change no matter the number of n, you cannot calculate the limit the way you proposed in question.
answered Dec 10 '18 at 22:45
OfyaOfya
5198
5198
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
add a comment |
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
I see. Thank you I think this is where i was stuck.
$endgroup$
– TPaul
Dec 10 '18 at 23:02
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
$begingroup$
Does this imply $lim_{n rightarrow infty} E[ sum_{i=0}^{n} frac{X_{i}}{n} sum_{i=0}^{n} frac{Y_{i}}{n}] = E[ sum_{i=0}^{n} frac{X_{i}}{n}] E[ sum_{i=0}^{n} frac{Y_{i}}{n}]$ ?
$endgroup$
– TPaul
Dec 10 '18 at 23:05
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- 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%2fmath.stackexchange.com%2fquestions%2f3034550%2fcovariance-and-law-of-large-numbers%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
$begingroup$
Are you sure? Isn't covariance a function of variance and variance goes to zero as n goes to infinity?
$endgroup$
– TPaul
Dec 10 '18 at 22:06