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












0














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



























    0














    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

























      0












      0








      0







      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


















          0














          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
            Nov 21 at 7:18











          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%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









          0














          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
            Nov 21 at 7:18
















          0














          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
            Nov 21 at 7:18














          0












          0








          0






          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

          97.6k544128




          97.6k544128












          • 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
            Nov 21 at 7:18


















          • 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
            Nov 21 at 7:18
















          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
          Nov 21 at 7:18




          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
          Nov 21 at 7:18


















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


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


          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%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

          How to send String Array data to Server using php in android

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Is anime1.com a legal site for watching anime?