conditional probability - conditioned twice
$begingroup$
Let $p(cdot)$ be a discreet probability function and $A,B,C$ be events. What does $p(A|B|C)$ mean? Is this the same as $p(A|B,C)$ or is it:
if we treat $D=A|B$ as another event, $p(D|C) = frac{p(Dcap C)}{p(C)}$?
How would $p(D cap C)$ be computed then with $D$ defined earlier?
probability
$endgroup$
add a comment |
$begingroup$
Let $p(cdot)$ be a discreet probability function and $A,B,C$ be events. What does $p(A|B|C)$ mean? Is this the same as $p(A|B,C)$ or is it:
if we treat $D=A|B$ as another event, $p(D|C) = frac{p(Dcap C)}{p(C)}$?
How would $p(D cap C)$ be computed then with $D$ defined earlier?
probability
$endgroup$
1
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
1
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41
add a comment |
$begingroup$
Let $p(cdot)$ be a discreet probability function and $A,B,C$ be events. What does $p(A|B|C)$ mean? Is this the same as $p(A|B,C)$ or is it:
if we treat $D=A|B$ as another event, $p(D|C) = frac{p(Dcap C)}{p(C)}$?
How would $p(D cap C)$ be computed then with $D$ defined earlier?
probability
$endgroup$
Let $p(cdot)$ be a discreet probability function and $A,B,C$ be events. What does $p(A|B|C)$ mean? Is this the same as $p(A|B,C)$ or is it:
if we treat $D=A|B$ as another event, $p(D|C) = frac{p(Dcap C)}{p(C)}$?
How would $p(D cap C)$ be computed then with $D$ defined earlier?
probability
probability
asked Sep 11 '14 at 13:22
user157279user157279
547
547
1
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
1
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41
add a comment |
1
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
1
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41
1
1
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
1
1
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
I think $$frac{Pleft(Acap Bmid Cright)}{Pleft(Bmid Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Cright)}/frac{Pleft(Bcap Cright)}{Pleft(Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Bcap Cright)}=Pleft(Amid Bcap Cright)$$
has the best 'chances' here :).
$endgroup$
add a comment |
$begingroup$
Sum Rule:
$$p(a) = sum_{b}p(a,b)$$
As the sum rule holds for any probability distribution it trivially holds for the distribution a|c:
$$p(a|c) = sum_{b}p(b, a|c)$$
For the product rule:
$$p(a,b)=p(a|b)p(b)$$ but does $$p(a,b|c)=p(a|b|c)p(b|c)$$?
Well presumably, they are equal if $$p(a|b|c) = p(a|b,c)$$ - but does this equality hold?
Yes: Aim to prove: $$p(a|b|c) = p(a|b,c)$$
$$p(a,b|c) = p(a|b|c)p(b|c)$$
$$p(a|b|c) = dfrac{p(a,b|c)}{p(b|c)} = dfrac{ dfrac{p(a,b,c)}{p(c)}} {dfrac{p(b,c)}{p(c)}} = dfrac{p(a,b,c)}{p(b,c)} = dfrac{p(a|b,c)p(b,c)}{p(b,c)} = p(a|b,c)$$
$endgroup$
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
add a comment |
$begingroup$
Yes $mathbb{P}(A|B|C) = mathbb{P}(A|B,C)$
Since
$$mathbb{P}(A,B)=mathbb{P}(A|B)cdotmathbb{P}(B)$$
Remember that $mathbb{P}(cdot |C)$ also is a probability in the same space,
$$mathbb{P}(A,B|C)=mathbb{P}(A|B|C)cdotmathbb{P}(B|C)$$
Then
$$mathbb{P}(A|B|C) = frac{mathbb{P}(A,B|C)}{mathbb{P}(B|C)}=frac{mathbb{P}(A,B,C)}{mathbb{P}(B,C)}=mathbb{P}(A|B,C)$$
$endgroup$
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%2f927592%2fconditional-probability-conditioned-twice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I think $$frac{Pleft(Acap Bmid Cright)}{Pleft(Bmid Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Cright)}/frac{Pleft(Bcap Cright)}{Pleft(Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Bcap Cright)}=Pleft(Amid Bcap Cright)$$
has the best 'chances' here :).
$endgroup$
add a comment |
$begingroup$
I think $$frac{Pleft(Acap Bmid Cright)}{Pleft(Bmid Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Cright)}/frac{Pleft(Bcap Cright)}{Pleft(Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Bcap Cright)}=Pleft(Amid Bcap Cright)$$
has the best 'chances' here :).
$endgroup$
add a comment |
$begingroup$
I think $$frac{Pleft(Acap Bmid Cright)}{Pleft(Bmid Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Cright)}/frac{Pleft(Bcap Cright)}{Pleft(Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Bcap Cright)}=Pleft(Amid Bcap Cright)$$
has the best 'chances' here :).
$endgroup$
I think $$frac{Pleft(Acap Bmid Cright)}{Pleft(Bmid Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Cright)}/frac{Pleft(Bcap Cright)}{Pleft(Cright)}=frac{Pleft(Acap Bcap Cright)}{Pleft(Bcap Cright)}=Pleft(Amid Bcap Cright)$$
has the best 'chances' here :).
answered Sep 11 '14 at 13:59


drhabdrhab
103k545136
103k545136
add a comment |
add a comment |
$begingroup$
Sum Rule:
$$p(a) = sum_{b}p(a,b)$$
As the sum rule holds for any probability distribution it trivially holds for the distribution a|c:
$$p(a|c) = sum_{b}p(b, a|c)$$
For the product rule:
$$p(a,b)=p(a|b)p(b)$$ but does $$p(a,b|c)=p(a|b|c)p(b|c)$$?
Well presumably, they are equal if $$p(a|b|c) = p(a|b,c)$$ - but does this equality hold?
Yes: Aim to prove: $$p(a|b|c) = p(a|b,c)$$
$$p(a,b|c) = p(a|b|c)p(b|c)$$
$$p(a|b|c) = dfrac{p(a,b|c)}{p(b|c)} = dfrac{ dfrac{p(a,b,c)}{p(c)}} {dfrac{p(b,c)}{p(c)}} = dfrac{p(a,b,c)}{p(b,c)} = dfrac{p(a|b,c)p(b,c)}{p(b,c)} = p(a|b,c)$$
$endgroup$
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
add a comment |
$begingroup$
Sum Rule:
$$p(a) = sum_{b}p(a,b)$$
As the sum rule holds for any probability distribution it trivially holds for the distribution a|c:
$$p(a|c) = sum_{b}p(b, a|c)$$
For the product rule:
$$p(a,b)=p(a|b)p(b)$$ but does $$p(a,b|c)=p(a|b|c)p(b|c)$$?
Well presumably, they are equal if $$p(a|b|c) = p(a|b,c)$$ - but does this equality hold?
Yes: Aim to prove: $$p(a|b|c) = p(a|b,c)$$
$$p(a,b|c) = p(a|b|c)p(b|c)$$
$$p(a|b|c) = dfrac{p(a,b|c)}{p(b|c)} = dfrac{ dfrac{p(a,b,c)}{p(c)}} {dfrac{p(b,c)}{p(c)}} = dfrac{p(a,b,c)}{p(b,c)} = dfrac{p(a|b,c)p(b,c)}{p(b,c)} = p(a|b,c)$$
$endgroup$
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
add a comment |
$begingroup$
Sum Rule:
$$p(a) = sum_{b}p(a,b)$$
As the sum rule holds for any probability distribution it trivially holds for the distribution a|c:
$$p(a|c) = sum_{b}p(b, a|c)$$
For the product rule:
$$p(a,b)=p(a|b)p(b)$$ but does $$p(a,b|c)=p(a|b|c)p(b|c)$$?
Well presumably, they are equal if $$p(a|b|c) = p(a|b,c)$$ - but does this equality hold?
Yes: Aim to prove: $$p(a|b|c) = p(a|b,c)$$
$$p(a,b|c) = p(a|b|c)p(b|c)$$
$$p(a|b|c) = dfrac{p(a,b|c)}{p(b|c)} = dfrac{ dfrac{p(a,b,c)}{p(c)}} {dfrac{p(b,c)}{p(c)}} = dfrac{p(a,b,c)}{p(b,c)} = dfrac{p(a|b,c)p(b,c)}{p(b,c)} = p(a|b,c)$$
$endgroup$
Sum Rule:
$$p(a) = sum_{b}p(a,b)$$
As the sum rule holds for any probability distribution it trivially holds for the distribution a|c:
$$p(a|c) = sum_{b}p(b, a|c)$$
For the product rule:
$$p(a,b)=p(a|b)p(b)$$ but does $$p(a,b|c)=p(a|b|c)p(b|c)$$?
Well presumably, they are equal if $$p(a|b|c) = p(a|b,c)$$ - but does this equality hold?
Yes: Aim to prove: $$p(a|b|c) = p(a|b,c)$$
$$p(a,b|c) = p(a|b|c)p(b|c)$$
$$p(a|b|c) = dfrac{p(a,b|c)}{p(b|c)} = dfrac{ dfrac{p(a,b,c)}{p(c)}} {dfrac{p(b,c)}{p(c)}} = dfrac{p(a,b,c)}{p(b,c)} = dfrac{p(a|b,c)p(b,c)}{p(b,c)} = p(a|b,c)$$
answered Jan 23 at 20:23


Oliver GoldsteinOliver Goldstein
111
111
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
add a comment |
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
$begingroup$
For others' benefit, I note that this answer (and the topic) is very similar to this other answer and topic.
$endgroup$
– davidlowryduda♦
Jan 23 at 21:21
add a comment |
$begingroup$
Yes $mathbb{P}(A|B|C) = mathbb{P}(A|B,C)$
Since
$$mathbb{P}(A,B)=mathbb{P}(A|B)cdotmathbb{P}(B)$$
Remember that $mathbb{P}(cdot |C)$ also is a probability in the same space,
$$mathbb{P}(A,B|C)=mathbb{P}(A|B|C)cdotmathbb{P}(B|C)$$
Then
$$mathbb{P}(A|B|C) = frac{mathbb{P}(A,B|C)}{mathbb{P}(B|C)}=frac{mathbb{P}(A,B,C)}{mathbb{P}(B,C)}=mathbb{P}(A|B,C)$$
$endgroup$
add a comment |
$begingroup$
Yes $mathbb{P}(A|B|C) = mathbb{P}(A|B,C)$
Since
$$mathbb{P}(A,B)=mathbb{P}(A|B)cdotmathbb{P}(B)$$
Remember that $mathbb{P}(cdot |C)$ also is a probability in the same space,
$$mathbb{P}(A,B|C)=mathbb{P}(A|B|C)cdotmathbb{P}(B|C)$$
Then
$$mathbb{P}(A|B|C) = frac{mathbb{P}(A,B|C)}{mathbb{P}(B|C)}=frac{mathbb{P}(A,B,C)}{mathbb{P}(B,C)}=mathbb{P}(A|B,C)$$
$endgroup$
add a comment |
$begingroup$
Yes $mathbb{P}(A|B|C) = mathbb{P}(A|B,C)$
Since
$$mathbb{P}(A,B)=mathbb{P}(A|B)cdotmathbb{P}(B)$$
Remember that $mathbb{P}(cdot |C)$ also is a probability in the same space,
$$mathbb{P}(A,B|C)=mathbb{P}(A|B|C)cdotmathbb{P}(B|C)$$
Then
$$mathbb{P}(A|B|C) = frac{mathbb{P}(A,B|C)}{mathbb{P}(B|C)}=frac{mathbb{P}(A,B,C)}{mathbb{P}(B,C)}=mathbb{P}(A|B,C)$$
$endgroup$
Yes $mathbb{P}(A|B|C) = mathbb{P}(A|B,C)$
Since
$$mathbb{P}(A,B)=mathbb{P}(A|B)cdotmathbb{P}(B)$$
Remember that $mathbb{P}(cdot |C)$ also is a probability in the same space,
$$mathbb{P}(A,B|C)=mathbb{P}(A|B|C)cdotmathbb{P}(B|C)$$
Then
$$mathbb{P}(A|B|C) = frac{mathbb{P}(A,B|C)}{mathbb{P}(B|C)}=frac{mathbb{P}(A,B,C)}{mathbb{P}(B,C)}=mathbb{P}(A|B,C)$$
answered May 9 '18 at 6:39
Jhon Kevin Astoquillca AguilarJhon Kevin Astoquillca Aguilar
897
897
add a comment |
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.
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%2f927592%2fconditional-probability-conditioned-twice%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
1
$begingroup$
Where did you see this? This is the first time I am seeing that double conditioning notation.
$endgroup$
– Ufuk Can Bicici
Sep 11 '14 at 13:27
1
$begingroup$
The notation p(A|B|C) does not exist, except in a couple of math.se questions asking about it.
$endgroup$
– Did
Oct 6 '14 at 13:41