Does conditional expectation imply anything about the expected value of the product of two random variables?











up vote
0
down vote

favorite













  • If $E[U|X]=0$ then $[XU] = 0$


  • If $E[XU]=0$ then $[U|X] = 0$



Which of the two statements above are true? This is my thought process for the first one:



if $E[U|X]=0$ then $E[U]=0$ and if U and X are independent, then $E[XU]=E[X]E[U]=E[X]*0=0$



which means the first statement is true if X and U are independent.



Is this the right way to think about it? What about the second one?










share|cite|improve this question






















  • First true, second false. Your motivation is wrong
    – Federico
    5 hours ago










  • @Federico Could you explain the correct way to think about this?
    – mitmath514
    5 hours ago















up vote
0
down vote

favorite













  • If $E[U|X]=0$ then $[XU] = 0$


  • If $E[XU]=0$ then $[U|X] = 0$



Which of the two statements above are true? This is my thought process for the first one:



if $E[U|X]=0$ then $E[U]=0$ and if U and X are independent, then $E[XU]=E[X]E[U]=E[X]*0=0$



which means the first statement is true if X and U are independent.



Is this the right way to think about it? What about the second one?










share|cite|improve this question






















  • First true, second false. Your motivation is wrong
    – Federico
    5 hours ago










  • @Federico Could you explain the correct way to think about this?
    – mitmath514
    5 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite












  • If $E[U|X]=0$ then $[XU] = 0$


  • If $E[XU]=0$ then $[U|X] = 0$



Which of the two statements above are true? This is my thought process for the first one:



if $E[U|X]=0$ then $E[U]=0$ and if U and X are independent, then $E[XU]=E[X]E[U]=E[X]*0=0$



which means the first statement is true if X and U are independent.



Is this the right way to think about it? What about the second one?










share|cite|improve this question














  • If $E[U|X]=0$ then $[XU] = 0$


  • If $E[XU]=0$ then $[U|X] = 0$



Which of the two statements above are true? This is my thought process for the first one:



if $E[U|X]=0$ then $E[U]=0$ and if U and X are independent, then $E[XU]=E[X]E[U]=E[X]*0=0$



which means the first statement is true if X and U are independent.



Is this the right way to think about it? What about the second one?







random-variables conditional-expectation expected-value






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 5 hours ago









mitmath514

162




162












  • First true, second false. Your motivation is wrong
    – Federico
    5 hours ago










  • @Federico Could you explain the correct way to think about this?
    – mitmath514
    5 hours ago


















  • First true, second false. Your motivation is wrong
    – Federico
    5 hours ago










  • @Federico Could you explain the correct way to think about this?
    – mitmath514
    5 hours ago
















First true, second false. Your motivation is wrong
– Federico
5 hours ago




First true, second false. Your motivation is wrong
– Federico
5 hours ago












@Federico Could you explain the correct way to think about this?
– mitmath514
5 hours ago




@Federico Could you explain the correct way to think about this?
– mitmath514
5 hours ago










2 Answers
2






active

oldest

votes

















up vote
0
down vote













For the first statement you should apply the Law of Iterated Expectations.



If $E[U|X]=0$ then $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]=E[Xcdot0]=0$



The second statement doesn't hold.






share|cite|improve this answer




























    up vote
    0
    down vote













    To see why the first statement is true, I would follow Ramiro Scorolli's excellent answer and use the Law of Iterated Expectations: $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]$, so $E[U|X]] = 0$ implies that $E[XU]=0$. For the second statement, a very simple counterexample would be to take $X = 0$ and $U = 1$ with probability one; i.e. $X$ and $U$ are constant random variables. Then $E[XU] = E[0 cdot 1] = 0$, but $E[U | X] = E[U] = 1$.






    share|cite|improve this answer





















      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: 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%2f3006755%2fdoes-conditional-expectation-imply-anything-about-the-expected-value-of-the-prod%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








      up vote
      0
      down vote













      For the first statement you should apply the Law of Iterated Expectations.



      If $E[U|X]=0$ then $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]=E[Xcdot0]=0$



      The second statement doesn't hold.






      share|cite|improve this answer

























        up vote
        0
        down vote













        For the first statement you should apply the Law of Iterated Expectations.



        If $E[U|X]=0$ then $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]=E[Xcdot0]=0$



        The second statement doesn't hold.






        share|cite|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          For the first statement you should apply the Law of Iterated Expectations.



          If $E[U|X]=0$ then $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]=E[Xcdot0]=0$



          The second statement doesn't hold.






          share|cite|improve this answer












          For the first statement you should apply the Law of Iterated Expectations.



          If $E[U|X]=0$ then $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]=E[Xcdot0]=0$



          The second statement doesn't hold.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 5 hours ago









          Ramiro Scorolli

          54911




          54911






















              up vote
              0
              down vote













              To see why the first statement is true, I would follow Ramiro Scorolli's excellent answer and use the Law of Iterated Expectations: $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]$, so $E[U|X]] = 0$ implies that $E[XU]=0$. For the second statement, a very simple counterexample would be to take $X = 0$ and $U = 1$ with probability one; i.e. $X$ and $U$ are constant random variables. Then $E[XU] = E[0 cdot 1] = 0$, but $E[U | X] = E[U] = 1$.






              share|cite|improve this answer

























                up vote
                0
                down vote













                To see why the first statement is true, I would follow Ramiro Scorolli's excellent answer and use the Law of Iterated Expectations: $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]$, so $E[U|X]] = 0$ implies that $E[XU]=0$. For the second statement, a very simple counterexample would be to take $X = 0$ and $U = 1$ with probability one; i.e. $X$ and $U$ are constant random variables. Then $E[XU] = E[0 cdot 1] = 0$, but $E[U | X] = E[U] = 1$.






                share|cite|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  To see why the first statement is true, I would follow Ramiro Scorolli's excellent answer and use the Law of Iterated Expectations: $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]$, so $E[U|X]] = 0$ implies that $E[XU]=0$. For the second statement, a very simple counterexample would be to take $X = 0$ and $U = 1$ with probability one; i.e. $X$ and $U$ are constant random variables. Then $E[XU] = E[0 cdot 1] = 0$, but $E[U | X] = E[U] = 1$.






                  share|cite|improve this answer












                  To see why the first statement is true, I would follow Ramiro Scorolli's excellent answer and use the Law of Iterated Expectations: $E[UX]=E[E[UX|X]]=E[Xcdot E[U|X]]$, so $E[U|X]] = 0$ implies that $E[XU]=0$. For the second statement, a very simple counterexample would be to take $X = 0$ and $U = 1$ with probability one; i.e. $X$ and $U$ are constant random variables. Then $E[XU] = E[0 cdot 1] = 0$, but $E[U | X] = E[U] = 1$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 1 hour ago









                  LaserPineapple

                  383




                  383






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006755%2fdoes-conditional-expectation-imply-anything-about-the-expected-value-of-the-prod%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

                      Sphinx de Gizeh

                      Dijon

                      Langue