I would like to calculate the conditional probability P(A|B).
Can I calculate it base on conditioning on another set of mutually exclusive events {C1, C2, ..., Cn) ?
i.e. something like: P(A|B) = P(A|C1)*P(C1|B) + P(A|C2)*P(C2|B) + ... + P(A|Cn)*P(Cn|B)
Thanks for help!