Variance of the Wiener Increment












0












$begingroup$


I have a Wiener process $W(t)$, which is a normally distributed random variable with mean $langle W(t)rangle = mu = 0$ and variance $langle W(t)^2rangle = sigma^2 = t$. The angled brackets $langle rangle$ indicate an average over all realisations of the Wiener process.



The Wiener increment $Delta W$ is defined as:



$Delta W(t) = W(t + Delta t) - W(t) $



which corresponds to the time increment $Delta t$. The mean of $Delta W$ is zero, since the means of both $W(t + Delta t)$ and $ W(t) $ are zero.



I am trying to derive the variance of $Delta W$, which is $langle (Delta W)^2rangle$. So far I have:



$(Delta W)^2 = W(t + Delta t)^2 + W(t)^2 -2W(t + Delta t)W(t) $



$langle (Delta W)^2rangle = langle W(t + Delta t)^2rangle + langle W(t)^2rangle -2langle W(t + Delta t)W(t)rangle$



$langle (Delta W)^2rangle = t + Delta t + t -2langle W(t + Delta t)W(t)rangle$



I am not sure how to evaluate the last term (or if what I have done so far is correct) and would appreciate some help. I have been told that the correct answer is $Delta t$ and am trying to verify this. Many thanks!










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    I have a Wiener process $W(t)$, which is a normally distributed random variable with mean $langle W(t)rangle = mu = 0$ and variance $langle W(t)^2rangle = sigma^2 = t$. The angled brackets $langle rangle$ indicate an average over all realisations of the Wiener process.



    The Wiener increment $Delta W$ is defined as:



    $Delta W(t) = W(t + Delta t) - W(t) $



    which corresponds to the time increment $Delta t$. The mean of $Delta W$ is zero, since the means of both $W(t + Delta t)$ and $ W(t) $ are zero.



    I am trying to derive the variance of $Delta W$, which is $langle (Delta W)^2rangle$. So far I have:



    $(Delta W)^2 = W(t + Delta t)^2 + W(t)^2 -2W(t + Delta t)W(t) $



    $langle (Delta W)^2rangle = langle W(t + Delta t)^2rangle + langle W(t)^2rangle -2langle W(t + Delta t)W(t)rangle$



    $langle (Delta W)^2rangle = t + Delta t + t -2langle W(t + Delta t)W(t)rangle$



    I am not sure how to evaluate the last term (or if what I have done so far is correct) and would appreciate some help. I have been told that the correct answer is $Delta t$ and am trying to verify this. Many thanks!










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      I have a Wiener process $W(t)$, which is a normally distributed random variable with mean $langle W(t)rangle = mu = 0$ and variance $langle W(t)^2rangle = sigma^2 = t$. The angled brackets $langle rangle$ indicate an average over all realisations of the Wiener process.



      The Wiener increment $Delta W$ is defined as:



      $Delta W(t) = W(t + Delta t) - W(t) $



      which corresponds to the time increment $Delta t$. The mean of $Delta W$ is zero, since the means of both $W(t + Delta t)$ and $ W(t) $ are zero.



      I am trying to derive the variance of $Delta W$, which is $langle (Delta W)^2rangle$. So far I have:



      $(Delta W)^2 = W(t + Delta t)^2 + W(t)^2 -2W(t + Delta t)W(t) $



      $langle (Delta W)^2rangle = langle W(t + Delta t)^2rangle + langle W(t)^2rangle -2langle W(t + Delta t)W(t)rangle$



      $langle (Delta W)^2rangle = t + Delta t + t -2langle W(t + Delta t)W(t)rangle$



      I am not sure how to evaluate the last term (or if what I have done so far is correct) and would appreciate some help. I have been told that the correct answer is $Delta t$ and am trying to verify this. Many thanks!










      share|cite|improve this question











      $endgroup$




      I have a Wiener process $W(t)$, which is a normally distributed random variable with mean $langle W(t)rangle = mu = 0$ and variance $langle W(t)^2rangle = sigma^2 = t$. The angled brackets $langle rangle$ indicate an average over all realisations of the Wiener process.



      The Wiener increment $Delta W$ is defined as:



      $Delta W(t) = W(t + Delta t) - W(t) $



      which corresponds to the time increment $Delta t$. The mean of $Delta W$ is zero, since the means of both $W(t + Delta t)$ and $ W(t) $ are zero.



      I am trying to derive the variance of $Delta W$, which is $langle (Delta W)^2rangle$. So far I have:



      $(Delta W)^2 = W(t + Delta t)^2 + W(t)^2 -2W(t + Delta t)W(t) $



      $langle (Delta W)^2rangle = langle W(t + Delta t)^2rangle + langle W(t)^2rangle -2langle W(t + Delta t)W(t)rangle$



      $langle (Delta W)^2rangle = t + Delta t + t -2langle W(t + Delta t)W(t)rangle$



      I am not sure how to evaluate the last term (or if what I have done so far is correct) and would appreciate some help. I have been told that the correct answer is $Delta t$ and am trying to verify this. Many thanks!







      statistics normal-distribution random-walk statistical-mechanics






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 7 '18 at 17:28









      user10354138

      7,4422925




      7,4422925










      asked Dec 7 '18 at 17:08









      asphasph

      32




      32






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          So you can take a shortcut if you know that the Wiener process has independent increments. This is stronger than merely being Markov, because it follows that the distribution of the increments starting from a time $t$ do not depend even on $W_t$. Once you know that (which in some definitions of the Wiener process is built into the definition), it follows that the distribution and thus moments of $Delta W$ do not depend on $W$ at the initial time. Thus in particular moments of $W_t - W_s$ for $t geq s$ are just the same moments of $W_{t-s}$.



          But the alternative is to show that the covariance function of the Wiener process is $E[W_t W_s] = min { t,s }$. Exactly how to do this will depend on what you already have available to you to use.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
            $endgroup$
            – asph
            Dec 9 '18 at 15:42













          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3030138%2fvariance-of-the-wiener-increment%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0












          $begingroup$

          So you can take a shortcut if you know that the Wiener process has independent increments. This is stronger than merely being Markov, because it follows that the distribution of the increments starting from a time $t$ do not depend even on $W_t$. Once you know that (which in some definitions of the Wiener process is built into the definition), it follows that the distribution and thus moments of $Delta W$ do not depend on $W$ at the initial time. Thus in particular moments of $W_t - W_s$ for $t geq s$ are just the same moments of $W_{t-s}$.



          But the alternative is to show that the covariance function of the Wiener process is $E[W_t W_s] = min { t,s }$. Exactly how to do this will depend on what you already have available to you to use.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
            $endgroup$
            – asph
            Dec 9 '18 at 15:42


















          0












          $begingroup$

          So you can take a shortcut if you know that the Wiener process has independent increments. This is stronger than merely being Markov, because it follows that the distribution of the increments starting from a time $t$ do not depend even on $W_t$. Once you know that (which in some definitions of the Wiener process is built into the definition), it follows that the distribution and thus moments of $Delta W$ do not depend on $W$ at the initial time. Thus in particular moments of $W_t - W_s$ for $t geq s$ are just the same moments of $W_{t-s}$.



          But the alternative is to show that the covariance function of the Wiener process is $E[W_t W_s] = min { t,s }$. Exactly how to do this will depend on what you already have available to you to use.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
            $endgroup$
            – asph
            Dec 9 '18 at 15:42
















          0












          0








          0





          $begingroup$

          So you can take a shortcut if you know that the Wiener process has independent increments. This is stronger than merely being Markov, because it follows that the distribution of the increments starting from a time $t$ do not depend even on $W_t$. Once you know that (which in some definitions of the Wiener process is built into the definition), it follows that the distribution and thus moments of $Delta W$ do not depend on $W$ at the initial time. Thus in particular moments of $W_t - W_s$ for $t geq s$ are just the same moments of $W_{t-s}$.



          But the alternative is to show that the covariance function of the Wiener process is $E[W_t W_s] = min { t,s }$. Exactly how to do this will depend on what you already have available to you to use.






          share|cite|improve this answer









          $endgroup$



          So you can take a shortcut if you know that the Wiener process has independent increments. This is stronger than merely being Markov, because it follows that the distribution of the increments starting from a time $t$ do not depend even on $W_t$. Once you know that (which in some definitions of the Wiener process is built into the definition), it follows that the distribution and thus moments of $Delta W$ do not depend on $W$ at the initial time. Thus in particular moments of $W_t - W_s$ for $t geq s$ are just the same moments of $W_{t-s}$.



          But the alternative is to show that the covariance function of the Wiener process is $E[W_t W_s] = min { t,s }$. Exactly how to do this will depend on what you already have available to you to use.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 7 '18 at 17:18









          IanIan

          68.1k25388




          68.1k25388












          • $begingroup$
            Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
            $endgroup$
            – asph
            Dec 9 '18 at 15:42




















          • $begingroup$
            Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
            $endgroup$
            – asph
            Dec 9 '18 at 15:42


















          $begingroup$
          Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
          $endgroup$
          – asph
          Dec 9 '18 at 15:42






          $begingroup$
          Thanks, that was helpful. I don't really understand the second part, but the first part of your answer is a much clearer way of thinking about the problem and has cleared up my problem.
          $endgroup$
          – asph
          Dec 9 '18 at 15:42




















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3030138%2fvariance-of-the-wiener-increment%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...