Bayes Theorem with joint probability evidence?

3.4k Views Asked by At

If I am trying to compute the probability $P(Z\mid(A,B))$ using Bayes' Theorem, how would I expand the right-hand side, particularly the evidence $P(A,B)$ in the denominator?

1

There are 1 best solutions below

2
On BEST ANSWER

I'm guessing that by $(A,B)$ you mean $A\text{ and }B$.

What you do with this might depend on what information you've got.

$$ \Pr(Z\mid A\ \&\ B) = \frac{\Pr(A\ \&\ B\mid Z)\Pr(Z)}{\Pr(A\ \&\ B\mid Z)\Pr(Z) + \Pr(A\ \&\ B\mid\text{not }Z)\Pr(\text{not }Z)}. $$

So there's a question of whether to do something beyond that. If you know, for example $\Pr(B\mid Z)$ and $\Pr(A\mid B\ \&\ Z)$, then you could replace $\Pr(A\ \&\ B\mid Z)$ with the product of those two probabilities. But if you know $\Pr(A\mid Z)$ and $\Pr(B\mid A\ \&\ Z)$, then you could use the product of those instead.