upper bound for variance when using estimated values

The name of the pictureThe name of the pictureThe name of the pictureClash 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










share|cite|improve this question

























    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










    share|cite|improve this question























      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










      share|cite|improve this question













      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






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Sep 9 at 8:18









      Koen

      317113




      317113




















          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.)






          share|cite|improve this answer




















          • 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











          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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.)






          share|cite|improve this answer




















          • 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















          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.)






          share|cite|improve this answer




















          • 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













          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.)






          share|cite|improve this answer












          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.)







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          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

















          • 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


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          這個網誌中的熱門文章

          tkz-euclide: tkzDrawCircle[R] not working

          How to combine Bézier curves to a surface?

          1st Magritte Awards