About dependency of random variables











up vote
0
down vote

favorite












I am always considering non-discrete/non-finite probability spaces $Omega$. For everything that follows feel free to assume $Omega = mathbb{R}^n$.



Say you have 2 random variables $X_1,X_2 :Omega rightarrow mathbb{R}$. Now an event based definition of $X_1$ and $X_2$ being ``independent" is as follows : "$X_1$ and $X_2$ are independent random variables if for all $x,y in mathbb{R}$ we have that $mathbb{P}((X_1 leq x)cap(X_2 leq y)) = mathbb{P}(X_1 leq x)mathbb{P}(X_2 leq y)$" (Am I right?)




  • Are there natural examples of pairs of independent random variables whose descriptions can be given as maps $Omega rightarrow mathbb{R}$ ?


  • Is the above setup enough to ensure that there exists a joint-distribution of $X_1$ and $X_2$? If yes, how?


  • When would one prefer to use a joint-distribution based definition of ``independence" as opposed to such an event based defition and vice-versa?











share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    I am always considering non-discrete/non-finite probability spaces $Omega$. For everything that follows feel free to assume $Omega = mathbb{R}^n$.



    Say you have 2 random variables $X_1,X_2 :Omega rightarrow mathbb{R}$. Now an event based definition of $X_1$ and $X_2$ being ``independent" is as follows : "$X_1$ and $X_2$ are independent random variables if for all $x,y in mathbb{R}$ we have that $mathbb{P}((X_1 leq x)cap(X_2 leq y)) = mathbb{P}(X_1 leq x)mathbb{P}(X_2 leq y)$" (Am I right?)




    • Are there natural examples of pairs of independent random variables whose descriptions can be given as maps $Omega rightarrow mathbb{R}$ ?


    • Is the above setup enough to ensure that there exists a joint-distribution of $X_1$ and $X_2$? If yes, how?


    • When would one prefer to use a joint-distribution based definition of ``independence" as opposed to such an event based defition and vice-versa?











    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am always considering non-discrete/non-finite probability spaces $Omega$. For everything that follows feel free to assume $Omega = mathbb{R}^n$.



      Say you have 2 random variables $X_1,X_2 :Omega rightarrow mathbb{R}$. Now an event based definition of $X_1$ and $X_2$ being ``independent" is as follows : "$X_1$ and $X_2$ are independent random variables if for all $x,y in mathbb{R}$ we have that $mathbb{P}((X_1 leq x)cap(X_2 leq y)) = mathbb{P}(X_1 leq x)mathbb{P}(X_2 leq y)$" (Am I right?)




      • Are there natural examples of pairs of independent random variables whose descriptions can be given as maps $Omega rightarrow mathbb{R}$ ?


      • Is the above setup enough to ensure that there exists a joint-distribution of $X_1$ and $X_2$? If yes, how?


      • When would one prefer to use a joint-distribution based definition of ``independence" as opposed to such an event based defition and vice-versa?











      share|cite|improve this question















      I am always considering non-discrete/non-finite probability spaces $Omega$. For everything that follows feel free to assume $Omega = mathbb{R}^n$.



      Say you have 2 random variables $X_1,X_2 :Omega rightarrow mathbb{R}$. Now an event based definition of $X_1$ and $X_2$ being ``independent" is as follows : "$X_1$ and $X_2$ are independent random variables if for all $x,y in mathbb{R}$ we have that $mathbb{P}((X_1 leq x)cap(X_2 leq y)) = mathbb{P}(X_1 leq x)mathbb{P}(X_2 leq y)$" (Am I right?)




      • Are there natural examples of pairs of independent random variables whose descriptions can be given as maps $Omega rightarrow mathbb{R}$ ?


      • Is the above setup enough to ensure that there exists a joint-distribution of $X_1$ and $X_2$? If yes, how?


      • When would one prefer to use a joint-distribution based definition of ``independence" as opposed to such an event based defition and vice-versa?








      probability stochastic-processes independence






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 4 hours ago

























      asked 5 hours ago









      gradstudent

      18017




      18017






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          On $(0,1)$ if you define $X_n(omega)$ as the n-th coefficient in the expansion of $omega$ to base $2$ then the random variables $X_1,X_2,cdots$ are independent. The statement $P{Xleq x,Yleq y}=P{Xleq x}P{Yleq y}$ for all $x,y$ is equivalent to the statement $P(Xin A, Y in B)=P(Xin A)P( Y in B)$ for all Borel sets $A$ and $B$ in $mathbb R$. (I suppose this is what you mean by event based definition of independence).






          share|cite|improve this answer





















          • Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
            – gradstudent
            4 hours ago










          • On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
            – Kavi Rama Murthy
            4 hours ago












          • Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
            – gradstudent
            4 hours ago










          • Both have uniform distribution on $(0,1)$.
            – Kavi Rama Murthy
            4 hours ago










          • hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
            – gradstudent
            4 hours ago











          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%2f3004638%2fabout-dependency-of-random-variables%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








          up vote
          0
          down vote













          On $(0,1)$ if you define $X_n(omega)$ as the n-th coefficient in the expansion of $omega$ to base $2$ then the random variables $X_1,X_2,cdots$ are independent. The statement $P{Xleq x,Yleq y}=P{Xleq x}P{Yleq y}$ for all $x,y$ is equivalent to the statement $P(Xin A, Y in B)=P(Xin A)P( Y in B)$ for all Borel sets $A$ and $B$ in $mathbb R$. (I suppose this is what you mean by event based definition of independence).






          share|cite|improve this answer





















          • Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
            – gradstudent
            4 hours ago










          • On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
            – Kavi Rama Murthy
            4 hours ago












          • Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
            – gradstudent
            4 hours ago










          • Both have uniform distribution on $(0,1)$.
            – Kavi Rama Murthy
            4 hours ago










          • hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
            – gradstudent
            4 hours ago















          up vote
          0
          down vote













          On $(0,1)$ if you define $X_n(omega)$ as the n-th coefficient in the expansion of $omega$ to base $2$ then the random variables $X_1,X_2,cdots$ are independent. The statement $P{Xleq x,Yleq y}=P{Xleq x}P{Yleq y}$ for all $x,y$ is equivalent to the statement $P(Xin A, Y in B)=P(Xin A)P( Y in B)$ for all Borel sets $A$ and $B$ in $mathbb R$. (I suppose this is what you mean by event based definition of independence).






          share|cite|improve this answer





















          • Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
            – gradstudent
            4 hours ago










          • On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
            – Kavi Rama Murthy
            4 hours ago












          • Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
            – gradstudent
            4 hours ago










          • Both have uniform distribution on $(0,1)$.
            – Kavi Rama Murthy
            4 hours ago










          • hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
            – gradstudent
            4 hours ago













          up vote
          0
          down vote










          up vote
          0
          down vote









          On $(0,1)$ if you define $X_n(omega)$ as the n-th coefficient in the expansion of $omega$ to base $2$ then the random variables $X_1,X_2,cdots$ are independent. The statement $P{Xleq x,Yleq y}=P{Xleq x}P{Yleq y}$ for all $x,y$ is equivalent to the statement $P(Xin A, Y in B)=P(Xin A)P( Y in B)$ for all Borel sets $A$ and $B$ in $mathbb R$. (I suppose this is what you mean by event based definition of independence).






          share|cite|improve this answer












          On $(0,1)$ if you define $X_n(omega)$ as the n-th coefficient in the expansion of $omega$ to base $2$ then the random variables $X_1,X_2,cdots$ are independent. The statement $P{Xleq x,Yleq y}=P{Xleq x}P{Yleq y}$ for all $x,y$ is equivalent to the statement $P(Xin A, Y in B)=P(Xin A)P( Y in B)$ for all Borel sets $A$ and $B$ in $mathbb R$. (I suppose this is what you mean by event based definition of independence).







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 4 hours ago









          Kavi Rama Murthy

          39.9k31750




          39.9k31750












          • Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
            – gradstudent
            4 hours ago










          • On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
            – Kavi Rama Murthy
            4 hours ago












          • Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
            – gradstudent
            4 hours ago










          • Both have uniform distribution on $(0,1)$.
            – Kavi Rama Murthy
            4 hours ago










          • hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
            – gradstudent
            4 hours ago


















          • Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
            – gradstudent
            4 hours ago










          • On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
            – Kavi Rama Murthy
            4 hours ago












          • Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
            – gradstudent
            4 hours ago










          • Both have uniform distribution on $(0,1)$.
            – Kavi Rama Murthy
            4 hours ago










          • hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
            – gradstudent
            4 hours ago
















          Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
          – gradstudent
          4 hours ago




          Thanks for your reply! (1) I was looking for "natural" example of independent random variables which can be described as such $Omega rightarrow mathbb{R}$. Could you kindly provides some? Say some examples in terms of random variables with commonly used distributions like Gaussian, chi^2 etc.. (2) I agree that the definition I gave in the question is the event based definition. I wanted to know when can one give a joint distribution based definition and when is it more or less useful. (In my setup is a joint-distribution of $X_1$ and $X_2$ guaranteed to exist?)
          – gradstudent
          4 hours ago












          On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
          – Kavi Rama Murthy
          4 hours ago






          On $(0,1)times (0,1)$ the coordinate functions $(x,y) to x$ and $(x,y) to y$ are independent random variables.
          – Kavi Rama Murthy
          4 hours ago














          Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
          – gradstudent
          4 hours ago




          Well, the $X_1$ and $X_2$ that you gave are not random variables with very "standard" distributions. Thats what makes them "unnatural" in my view. I am looking for situations which can be specified as maps and the distributions of the two random variables is something "nice" like Gaussian etc.
          – gradstudent
          4 hours ago












          Both have uniform distribution on $(0,1)$.
          – Kavi Rama Murthy
          4 hours ago




          Both have uniform distribution on $(0,1)$.
          – Kavi Rama Murthy
          4 hours ago












          hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
          – gradstudent
          4 hours ago




          hmm. Can one lets say give examples of $X_1$ and $X_2$ maps n this form such that the joint distribution of $(X_1,X_2)$ is the 2-dimensional standard Gaussian?
          – gradstudent
          4 hours ago


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004638%2fabout-dependency-of-random-variables%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

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith