upper bound for variance when using estimated values

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
LetâÂÂs say I have a parameterspace $Omega$ with known probability density function $p(omega), omega in Omega$. I want to estimate the expectation $E[x]$ of a variable $x$ depending on $omega in Omega$. I cannot calculate directly $x$ but I can make an estimation $tildex$ such that $tildex- x leq epsilon, epsilon > 0$ and $x leq tildex$.
ItâÂÂs easy to prove that $|E[tildex] â E[x]| leq epsilon$. Is there a way to calculate a similar upper bound for $|Var[tildex] â Var[x] |$?
Kind regards,
Koen
probability statistics
add a comment |Â
up vote
2
down vote
favorite
LetâÂÂs say I have a parameterspace $Omega$ with known probability density function $p(omega), omega in Omega$. I want to estimate the expectation $E[x]$ of a variable $x$ depending on $omega in Omega$. I cannot calculate directly $x$ but I can make an estimation $tildex$ such that $tildex- x leq epsilon, epsilon > 0$ and $x leq tildex$.
ItâÂÂs easy to prove that $|E[tildex] â E[x]| leq epsilon$. Is there a way to calculate a similar upper bound for $|Var[tildex] â Var[x] |$?
Kind regards,
Koen
probability statistics
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
LetâÂÂs say I have a parameterspace $Omega$ with known probability density function $p(omega), omega in Omega$. I want to estimate the expectation $E[x]$ of a variable $x$ depending on $omega in Omega$. I cannot calculate directly $x$ but I can make an estimation $tildex$ such that $tildex- x leq epsilon, epsilon > 0$ and $x leq tildex$.
ItâÂÂs easy to prove that $|E[tildex] â E[x]| leq epsilon$. Is there a way to calculate a similar upper bound for $|Var[tildex] â Var[x] |$?
Kind regards,
Koen
probability statistics
LetâÂÂs say I have a parameterspace $Omega$ with known probability density function $p(omega), omega in Omega$. I want to estimate the expectation $E[x]$ of a variable $x$ depending on $omega in Omega$. I cannot calculate directly $x$ but I can make an estimation $tildex$ such that $tildex- x leq epsilon, epsilon > 0$ and $x leq tildex$.
ItâÂÂs easy to prove that $|E[tildex] â E[x]| leq epsilon$. Is there a way to calculate a similar upper bound for $|Var[tildex] â Var[x] |$?
Kind regards,
Koen
probability statistics
probability statistics
asked Sep 9 at 8:18
Koen
317113
317113
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
begineqnarray*
mathsfVar[tilde x]-mathsfVar[x]
&=&
mathsfVar[x+(tilde x-x)]-mathsfVar[x]
\
&=&
mathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]-mathsfVar[x]
\
&=&
mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]
\
&le&
2epsilonsqrtmathsfVar[x]+epsilon^2;.
endeqnarray*
A slightly more natural and perhaps more useful result might be
begineqnarray*
fracmathsfVar[tilde x]mathsfVar[x]
&=&
fracmathsfVar[x+(tilde x-x)]mathsfVar[x]
\
&=&
fracmathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]mathsfVar[x]
\
&le&
1+2fracepsilonsqrtmathsfVar[x]+left(fracepsilonsqrtmathsfVar[x]right)^2;.
endeqnarray*
(I left out all the absolute values signs for readability, but the inequality still holds if you add them.)
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
begineqnarray*
mathsfVar[tilde x]-mathsfVar[x]
&=&
mathsfVar[x+(tilde x-x)]-mathsfVar[x]
\
&=&
mathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]-mathsfVar[x]
\
&=&
mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]
\
&le&
2epsilonsqrtmathsfVar[x]+epsilon^2;.
endeqnarray*
A slightly more natural and perhaps more useful result might be
begineqnarray*
fracmathsfVar[tilde x]mathsfVar[x]
&=&
fracmathsfVar[x+(tilde x-x)]mathsfVar[x]
\
&=&
fracmathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]mathsfVar[x]
\
&le&
1+2fracepsilonsqrtmathsfVar[x]+left(fracepsilonsqrtmathsfVar[x]right)^2;.
endeqnarray*
(I left out all the absolute values signs for readability, but the inequality still holds if you add them.)
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
add a comment |Â
up vote
0
down vote
accepted
begineqnarray*
mathsfVar[tilde x]-mathsfVar[x]
&=&
mathsfVar[x+(tilde x-x)]-mathsfVar[x]
\
&=&
mathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]-mathsfVar[x]
\
&=&
mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]
\
&le&
2epsilonsqrtmathsfVar[x]+epsilon^2;.
endeqnarray*
A slightly more natural and perhaps more useful result might be
begineqnarray*
fracmathsfVar[tilde x]mathsfVar[x]
&=&
fracmathsfVar[x+(tilde x-x)]mathsfVar[x]
\
&=&
fracmathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]mathsfVar[x]
\
&le&
1+2fracepsilonsqrtmathsfVar[x]+left(fracepsilonsqrtmathsfVar[x]right)^2;.
endeqnarray*
(I left out all the absolute values signs for readability, but the inequality still holds if you add them.)
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
begineqnarray*
mathsfVar[tilde x]-mathsfVar[x]
&=&
mathsfVar[x+(tilde x-x)]-mathsfVar[x]
\
&=&
mathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]-mathsfVar[x]
\
&=&
mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]
\
&le&
2epsilonsqrtmathsfVar[x]+epsilon^2;.
endeqnarray*
A slightly more natural and perhaps more useful result might be
begineqnarray*
fracmathsfVar[tilde x]mathsfVar[x]
&=&
fracmathsfVar[x+(tilde x-x)]mathsfVar[x]
\
&=&
fracmathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]mathsfVar[x]
\
&le&
1+2fracepsilonsqrtmathsfVar[x]+left(fracepsilonsqrtmathsfVar[x]right)^2;.
endeqnarray*
(I left out all the absolute values signs for readability, but the inequality still holds if you add them.)
begineqnarray*
mathsfVar[tilde x]-mathsfVar[x]
&=&
mathsfVar[x+(tilde x-x)]-mathsfVar[x]
\
&=&
mathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]-mathsfVar[x]
\
&=&
mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]
\
&le&
2epsilonsqrtmathsfVar[x]+epsilon^2;.
endeqnarray*
A slightly more natural and perhaps more useful result might be
begineqnarray*
fracmathsfVar[tilde x]mathsfVar[x]
&=&
fracmathsfVar[x+(tilde x-x)]mathsfVar[x]
\
&=&
fracmathsfVar[x]+mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x]mathsfVar[x]
\
&le&
1+2fracepsilonsqrtmathsfVar[x]+left(fracepsilonsqrtmathsfVar[x]right)^2;.
endeqnarray*
(I left out all the absolute values signs for readability, but the inequality still holds if you add them.)
answered Sep 9 at 9:13
joriki
169k10181337
169k10181337
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
add a comment |Â
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
Can you explain why $mathsfVar[tilde x-x]+2mathsfCov[x,tilde x-x] leq 2epsilonsqrtmathsfVar[x]+epsilon^2$? (the inequality in the first part)
â Koen
Sep 10 at 10:00
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
@Koen: $mathsfVar[tilde x-x]leqepsilon^2$ is an immediate consequence of $|tildex-x|leqepsilon$, and $mathsfCov[x,tilde x-x]leqepsilonsqrtmathsfVar[x]$ is a form of the CauchyâÂÂSchwarz inequality; see here in Wikipedia.
â joriki
Sep 10 at 10:07
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
I think $mathsfVar[tilde x-x]leqepsilon^2$ is not in general true if $|tildex-x|leqepsilon$. Check the example: $x = 1, 2, epsilon = 0.5$ and $tilde x = x + epsilon, -epsilon = 1.5, 1.5$, then $mathsfVar[tilde x-x] = 0.5$ while $epsilon^2 = 0.25$ (just assume that the probability on both elements in $x$ is 0.5)
â Koen
Sep 10 at 12:11
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
@Koen: Perhaps you're confusing the variance with the standard variation? The variance in your example is $epsilon^2=0.25$; the standard variation, the square root of the variance, is $epsilon=0.5$.
â joriki
Sep 10 at 14:07
Ok, you're right,
â Koen
Sep 10 at 14:13
Ok, you're right,
â Koen
Sep 10 at 14:13
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2910542%2fupper-bound-for-variance-when-using-estimated-values%23new-answer', 'question_page');
);
Post as a guest
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
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
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