Question on probability of two random variables for example $p(X < a, X < Y-b)$
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
add a comment |
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
add a comment |
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
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
probability integration probability-theory
asked Nov 20 '18 at 10:22


Steve
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 at 7:18
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 at 7:18
add a comment |
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.
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 at 7:18
add a comment |
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.
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.
answered Nov 20 '18 at 11:11


drhab
97.9k544129
97.9k544129
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 at 7:18
add a comment |
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 at 7:18
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 at 1:23
Hi drhab, thank you! Can I ask why the upper bound is $a+b$?
– Steve
Nov 21 '18 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 '18 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 '18 at 7:18
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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