How do you multiply two conditional probabilities?
I have to multiply this:
$P(a|b,c)·P(b|c)$
How do you multiply those two expressions?
It seems that $P(a|b,c)·P(b|c) = P(a,b|c)$ but I don't know how to obtain that expression multiplying the two previous conditional probabilities.
probability
add a comment |
I have to multiply this:
$P(a|b,c)·P(b|c)$
How do you multiply those two expressions?
It seems that $P(a|b,c)·P(b|c) = P(a,b|c)$ but I don't know how to obtain that expression multiplying the two previous conditional probabilities.
probability
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
The nomenglature.
– VansFannel
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago
add a comment |
I have to multiply this:
$P(a|b,c)·P(b|c)$
How do you multiply those two expressions?
It seems that $P(a|b,c)·P(b|c) = P(a,b|c)$ but I don't know how to obtain that expression multiplying the two previous conditional probabilities.
probability
I have to multiply this:
$P(a|b,c)·P(b|c)$
How do you multiply those two expressions?
It seems that $P(a|b,c)·P(b|c) = P(a,b|c)$ but I don't know how to obtain that expression multiplying the two previous conditional probabilities.
probability
probability
edited 2 days ago
VansFannel
asked 2 days ago
VansFannelVansFannel
13918
13918
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
The nomenglature.
– VansFannel
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago
add a comment |
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
The nomenglature.
– VansFannel
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
The nomenglature.
– VansFannel
2 days ago
The nomenglature.
– VansFannel
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
Those two expressions simply mean:
(the Probability of event $a$ given the events $b$ and $c$) $times$ (the Probability of event $b$ given event $c$).
The two terms are probabilities which are scalar values between the 0 and 1 (including 0 and 1). So you simply multiply the two values together as you would any two numbers. So for example, if the probability of $a$, given $b$ and $c$ were 0.40 and the probability of $b$ given $c$ where .70, then:
$P(a|b,c)·P(b|c)=0.40times0.70=0.28$
UPDATED BASED ON YOUR EDITED QUESTION:
The proof is straight-forward and is based on three applications of the the definition of conditional probability, which states that if $D$ and $E$ are two events in space $S$, and $P(E)>0$, then the conditional probability of $D$ given $E$, written by $P(D|E)$ is $frac{P(DE)}{P(E)}$
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(a|bc)frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(bc)}frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(c)}\
& = & frac{P[(ab)c]}{P(c)}\
& = & P(ab|c)
end{eqnarray*}
So, in all, we have:
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(ab|c)
end{eqnarray*}
add a comment |
If you don't know the probabilities $P(a|b,c)$ or $P(b|c)$ themselves, you can try to reformulate them in terms of probabilities that you do know. The chain rule, or Baye's theorem would be useful for doing so. For example, by the chain rule:
$$
P(a,b,c) = P(a|b,c) P(b|c) P(c)
$$
which would imply:
$$
P(a|b,c) P(b|c) = frac{P(a,b,c)}{P(c)}
$$
so if you had the probabilities $P(a,b,c)$ and $P(c)$, you would be able to calculate the product of $P(a|b,c)$ and $P(b|c)$.
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
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: "65"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
},
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%2fstats.stackexchange.com%2fquestions%2f386196%2fhow-do-you-multiply-two-conditional-probabilities%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Those two expressions simply mean:
(the Probability of event $a$ given the events $b$ and $c$) $times$ (the Probability of event $b$ given event $c$).
The two terms are probabilities which are scalar values between the 0 and 1 (including 0 and 1). So you simply multiply the two values together as you would any two numbers. So for example, if the probability of $a$, given $b$ and $c$ were 0.40 and the probability of $b$ given $c$ where .70, then:
$P(a|b,c)·P(b|c)=0.40times0.70=0.28$
UPDATED BASED ON YOUR EDITED QUESTION:
The proof is straight-forward and is based on three applications of the the definition of conditional probability, which states that if $D$ and $E$ are two events in space $S$, and $P(E)>0$, then the conditional probability of $D$ given $E$, written by $P(D|E)$ is $frac{P(DE)}{P(E)}$
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(a|bc)frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(bc)}frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(c)}\
& = & frac{P[(ab)c]}{P(c)}\
& = & P(ab|c)
end{eqnarray*}
So, in all, we have:
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(ab|c)
end{eqnarray*}
add a comment |
Those two expressions simply mean:
(the Probability of event $a$ given the events $b$ and $c$) $times$ (the Probability of event $b$ given event $c$).
The two terms are probabilities which are scalar values between the 0 and 1 (including 0 and 1). So you simply multiply the two values together as you would any two numbers. So for example, if the probability of $a$, given $b$ and $c$ were 0.40 and the probability of $b$ given $c$ where .70, then:
$P(a|b,c)·P(b|c)=0.40times0.70=0.28$
UPDATED BASED ON YOUR EDITED QUESTION:
The proof is straight-forward and is based on three applications of the the definition of conditional probability, which states that if $D$ and $E$ are two events in space $S$, and $P(E)>0$, then the conditional probability of $D$ given $E$, written by $P(D|E)$ is $frac{P(DE)}{P(E)}$
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(a|bc)frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(bc)}frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(c)}\
& = & frac{P[(ab)c]}{P(c)}\
& = & P(ab|c)
end{eqnarray*}
So, in all, we have:
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(ab|c)
end{eqnarray*}
add a comment |
Those two expressions simply mean:
(the Probability of event $a$ given the events $b$ and $c$) $times$ (the Probability of event $b$ given event $c$).
The two terms are probabilities which are scalar values between the 0 and 1 (including 0 and 1). So you simply multiply the two values together as you would any two numbers. So for example, if the probability of $a$, given $b$ and $c$ were 0.40 and the probability of $b$ given $c$ where .70, then:
$P(a|b,c)·P(b|c)=0.40times0.70=0.28$
UPDATED BASED ON YOUR EDITED QUESTION:
The proof is straight-forward and is based on three applications of the the definition of conditional probability, which states that if $D$ and $E$ are two events in space $S$, and $P(E)>0$, then the conditional probability of $D$ given $E$, written by $P(D|E)$ is $frac{P(DE)}{P(E)}$
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(a|bc)frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(bc)}frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(c)}\
& = & frac{P[(ab)c]}{P(c)}\
& = & P(ab|c)
end{eqnarray*}
So, in all, we have:
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(ab|c)
end{eqnarray*}
Those two expressions simply mean:
(the Probability of event $a$ given the events $b$ and $c$) $times$ (the Probability of event $b$ given event $c$).
The two terms are probabilities which are scalar values between the 0 and 1 (including 0 and 1). So you simply multiply the two values together as you would any two numbers. So for example, if the probability of $a$, given $b$ and $c$ were 0.40 and the probability of $b$ given $c$ where .70, then:
$P(a|b,c)·P(b|c)=0.40times0.70=0.28$
UPDATED BASED ON YOUR EDITED QUESTION:
The proof is straight-forward and is based on three applications of the the definition of conditional probability, which states that if $D$ and $E$ are two events in space $S$, and $P(E)>0$, then the conditional probability of $D$ given $E$, written by $P(D|E)$ is $frac{P(DE)}{P(E)}$
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(a|bc)frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(bc)}frac{P(bc)}{P(c)}\
& = & frac{P(abc)}{P(c)}\
& = & frac{P[(ab)c]}{P(c)}\
& = & P(ab|c)
end{eqnarray*}
So, in all, we have:
begin{eqnarray*}
P(a|bc)P(b|c) & = & P(ab|c)
end{eqnarray*}
edited 2 days ago
answered 2 days ago
StatsStudentStatsStudent
5,00832042
5,00832042
add a comment |
add a comment |
If you don't know the probabilities $P(a|b,c)$ or $P(b|c)$ themselves, you can try to reformulate them in terms of probabilities that you do know. The chain rule, or Baye's theorem would be useful for doing so. For example, by the chain rule:
$$
P(a,b,c) = P(a|b,c) P(b|c) P(c)
$$
which would imply:
$$
P(a|b,c) P(b|c) = frac{P(a,b,c)}{P(c)}
$$
so if you had the probabilities $P(a,b,c)$ and $P(c)$, you would be able to calculate the product of $P(a|b,c)$ and $P(b|c)$.
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
add a comment |
If you don't know the probabilities $P(a|b,c)$ or $P(b|c)$ themselves, you can try to reformulate them in terms of probabilities that you do know. The chain rule, or Baye's theorem would be useful for doing so. For example, by the chain rule:
$$
P(a,b,c) = P(a|b,c) P(b|c) P(c)
$$
which would imply:
$$
P(a|b,c) P(b|c) = frac{P(a,b,c)}{P(c)}
$$
so if you had the probabilities $P(a,b,c)$ and $P(c)$, you would be able to calculate the product of $P(a|b,c)$ and $P(b|c)$.
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
add a comment |
If you don't know the probabilities $P(a|b,c)$ or $P(b|c)$ themselves, you can try to reformulate them in terms of probabilities that you do know. The chain rule, or Baye's theorem would be useful for doing so. For example, by the chain rule:
$$
P(a,b,c) = P(a|b,c) P(b|c) P(c)
$$
which would imply:
$$
P(a|b,c) P(b|c) = frac{P(a,b,c)}{P(c)}
$$
so if you had the probabilities $P(a,b,c)$ and $P(c)$, you would be able to calculate the product of $P(a|b,c)$ and $P(b|c)$.
If you don't know the probabilities $P(a|b,c)$ or $P(b|c)$ themselves, you can try to reformulate them in terms of probabilities that you do know. The chain rule, or Baye's theorem would be useful for doing so. For example, by the chain rule:
$$
P(a,b,c) = P(a|b,c) P(b|c) P(c)
$$
which would imply:
$$
P(a|b,c) P(b|c) = frac{P(a,b,c)}{P(c)}
$$
so if you had the probabilities $P(a,b,c)$ and $P(c)$, you would be able to calculate the product of $P(a|b,c)$ and $P(b|c)$.
answered 2 days ago
Stat_ProgrammerStat_Programmer
3011
3011
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
add a comment |
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
I have updated my question with more details. Sorry to do it so late. I want to know the expression, not the value, resulting of multiplying the two conditional probabilities.
– VansFannel
2 days ago
add a comment |
Thanks for contributing an answer to Cross Validated!
- 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%2fstats.stackexchange.com%2fquestions%2f386196%2fhow-do-you-multiply-two-conditional-probabilities%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
Intuitively you could compare this with P(a|b)P(b) = P(a,b)
– Martijn Weterings
2 days ago
Are you asking about the arithmetic as in @StatsStudent 's answer? Or are you asking "what the nomenclature of the product of these two probabilities?"
– Alexis
2 days ago
The nomenglature.
– VansFannel
2 days ago
Note, that this is only true so long as $P(c)>0$ and $P(bc)>0$.
– StatsStudent
2 days ago
@VansFannel Since you are a new user, please be sure to accept the answer that helped you most by clicking the left check mark. Accepts help encourage users to provide answers.
– StatsStudent
2 days ago