Question on probability of two random variables for example $p(X < a, X < Y-b)$











up vote
0
down vote

favorite












Suppose we have two random variables $X$ and $Y$, that are independent. Suppose they have the associated distribution functions $F(x)$ and $G(y)$. Now, assume that $X$ and $Y$ are uniformly distributed. More specifically, let $X$ be uniformly distributed in $[-phi,phi]$ $Y$ be uniformly distributed in interval $[0,bar{y}]$.



Given some constants, $a,b$, how would we compute this probability?



$p(X < a, X < Y-b)$



First, I can see that this is the same as $p(X leq min{a, Y-b})$



So we would have:



$int_x int_y mathbb{1}[x leq min{a, y-b}] dG(y) dF(x)$



If we assume that $bar{y}$ is sufficiently large, how would we compute this integral?










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    Suppose we have two random variables $X$ and $Y$, that are independent. Suppose they have the associated distribution functions $F(x)$ and $G(y)$. Now, assume that $X$ and $Y$ are uniformly distributed. More specifically, let $X$ be uniformly distributed in $[-phi,phi]$ $Y$ be uniformly distributed in interval $[0,bar{y}]$.



    Given some constants, $a,b$, how would we compute this probability?



    $p(X < a, X < Y-b)$



    First, I can see that this is the same as $p(X leq min{a, Y-b})$



    So we would have:



    $int_x int_y mathbb{1}[x leq min{a, y-b}] dG(y) dF(x)$



    If we assume that $bar{y}$ is sufficiently large, how would we compute this integral?










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Suppose we have two random variables $X$ and $Y$, that are independent. Suppose they have the associated distribution functions $F(x)$ and $G(y)$. Now, assume that $X$ and $Y$ are uniformly distributed. More specifically, let $X$ be uniformly distributed in $[-phi,phi]$ $Y$ be uniformly distributed in interval $[0,bar{y}]$.



      Given some constants, $a,b$, how would we compute this probability?



      $p(X < a, X < Y-b)$



      First, I can see that this is the same as $p(X leq min{a, Y-b})$



      So we would have:



      $int_x int_y mathbb{1}[x leq min{a, y-b}] dG(y) dF(x)$



      If we assume that $bar{y}$ is sufficiently large, how would we compute this integral?










      share|cite|improve this question













      Suppose we have two random variables $X$ and $Y$, that are independent. Suppose they have the associated distribution functions $F(x)$ and $G(y)$. Now, assume that $X$ and $Y$ are uniformly distributed. More specifically, let $X$ be uniformly distributed in $[-phi,phi]$ $Y$ be uniformly distributed in interval $[0,bar{y}]$.



      Given some constants, $a,b$, how would we compute this probability?



      $p(X < a, X < Y-b)$



      First, I can see that this is the same as $p(X leq min{a, Y-b})$



      So we would have:



      $int_x int_y mathbb{1}[x leq min{a, y-b}] dG(y) dF(x)$



      If we assume that $bar{y}$ is sufficiently large, how would we compute this integral?







      probability integration probability-theory






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 20 at 10:22









      Steve

      1




      1






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Let $[x<min(a,y-b)]$ denote the function $mathbb R^2tomathbb R$ that takes value $1$ if $x<min(a,y-b)$ and takes value $0$ otherwise.



          Then:



          $$begin{aligned}P(X<a,X<Y-b) & =mathbb{E}[X<min(a,Y-b)]\
          & =intint[x<min(a,y-b)]dF(x)dG(y)\
          & =int F(min(a,y-b))dG(y)\
          & =int_{-infty}^{a+b}F(a)dG(y)+int_{a+b}^{infty}F(y-b)dG(y)\
          & =Fleft(aright)Gleft(a+bright)+int_{a+b}^{infty}F(y-b)dG(y)
          end{aligned}
          $$



          In second equality independence is used.



          In third equality it is used that $F$ is a continous CDF.





          Apply this to your mentioned special case.






          share|cite|improve this answer





















          • Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
            – Steve
            Nov 21 at 1:23












          • Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
            – drhab
            2 days 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%2f3006156%2fquestion-on-probability-of-two-random-variables-for-example-px-a-x-y-b%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













          Let $[x<min(a,y-b)]$ denote the function $mathbb R^2tomathbb R$ that takes value $1$ if $x<min(a,y-b)$ and takes value $0$ otherwise.



          Then:



          $$begin{aligned}P(X<a,X<Y-b) & =mathbb{E}[X<min(a,Y-b)]\
          & =intint[x<min(a,y-b)]dF(x)dG(y)\
          & =int F(min(a,y-b))dG(y)\
          & =int_{-infty}^{a+b}F(a)dG(y)+int_{a+b}^{infty}F(y-b)dG(y)\
          & =Fleft(aright)Gleft(a+bright)+int_{a+b}^{infty}F(y-b)dG(y)
          end{aligned}
          $$



          In second equality independence is used.



          In third equality it is used that $F$ is a continous CDF.





          Apply this to your mentioned special case.






          share|cite|improve this answer





















          • Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
            – Steve
            Nov 21 at 1:23












          • Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
            – drhab
            2 days ago















          up vote
          0
          down vote













          Let $[x<min(a,y-b)]$ denote the function $mathbb R^2tomathbb R$ that takes value $1$ if $x<min(a,y-b)$ and takes value $0$ otherwise.



          Then:



          $$begin{aligned}P(X<a,X<Y-b) & =mathbb{E}[X<min(a,Y-b)]\
          & =intint[x<min(a,y-b)]dF(x)dG(y)\
          & =int F(min(a,y-b))dG(y)\
          & =int_{-infty}^{a+b}F(a)dG(y)+int_{a+b}^{infty}F(y-b)dG(y)\
          & =Fleft(aright)Gleft(a+bright)+int_{a+b}^{infty}F(y-b)dG(y)
          end{aligned}
          $$



          In second equality independence is used.



          In third equality it is used that $F$ is a continous CDF.





          Apply this to your mentioned special case.






          share|cite|improve this answer





















          • Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
            – Steve
            Nov 21 at 1:23












          • Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
            – drhab
            2 days ago













          up vote
          0
          down vote










          up vote
          0
          down vote









          Let $[x<min(a,y-b)]$ denote the function $mathbb R^2tomathbb R$ that takes value $1$ if $x<min(a,y-b)$ and takes value $0$ otherwise.



          Then:



          $$begin{aligned}P(X<a,X<Y-b) & =mathbb{E}[X<min(a,Y-b)]\
          & =intint[x<min(a,y-b)]dF(x)dG(y)\
          & =int F(min(a,y-b))dG(y)\
          & =int_{-infty}^{a+b}F(a)dG(y)+int_{a+b}^{infty}F(y-b)dG(y)\
          & =Fleft(aright)Gleft(a+bright)+int_{a+b}^{infty}F(y-b)dG(y)
          end{aligned}
          $$



          In second equality independence is used.



          In third equality it is used that $F$ is a continous CDF.





          Apply this to your mentioned special case.






          share|cite|improve this answer












          Let $[x<min(a,y-b)]$ denote the function $mathbb R^2tomathbb R$ that takes value $1$ if $x<min(a,y-b)$ and takes value $0$ otherwise.



          Then:



          $$begin{aligned}P(X<a,X<Y-b) & =mathbb{E}[X<min(a,Y-b)]\
          & =intint[x<min(a,y-b)]dF(x)dG(y)\
          & =int F(min(a,y-b))dG(y)\
          & =int_{-infty}^{a+b}F(a)dG(y)+int_{a+b}^{infty}F(y-b)dG(y)\
          & =Fleft(aright)Gleft(a+bright)+int_{a+b}^{infty}F(y-b)dG(y)
          end{aligned}
          $$



          In second equality independence is used.



          In third equality it is used that $F$ is a continous CDF.





          Apply this to your mentioned special case.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 20 at 11:11









          drhab

          94.6k543125




          94.6k543125












          • Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
            – Steve
            Nov 21 at 1:23












          • Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
            – drhab
            2 days ago


















          • Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
            – Steve
            Nov 21 at 1:23












          • Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
            – drhab
            2 days ago
















          Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
          – Steve
          Nov 21 at 1:23






          Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
          – Steve
          Nov 21 at 1:23














          Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
          – drhab
          2 days ago




          Two cases must be discerned: $min (a,y-b)=a$ and $min(a,y-b)=y-b$. Equivalently the cases $yleq a+b$ and $y>a+b$.
          – drhab
          2 days 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%2f3006156%2fquestion-on-probability-of-two-random-variables-for-example-px-a-x-y-b%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

          To store a contact into the json file from server.js file using a class in NodeJS

          Redirect URL with Chrome Remote Debugging Android Devices

          Dieringhausen