condition probability

60 Views Asked by At

There is 3 random variables, A, B and C I know distribution P(C) and conditional distributions P(A|C) and P(B|C). How to find P(A|B)? I think it's necessary to integrate someone like this:

$$ P(A|B) = \int P((A|B)|C) dP(C) $$

But how to find P((A|B)|C) ?