Contents    Page-10    Prev    Next    Page+10    Index   

Chain Rule

We can compute probabilities using a chain rule as follows:

P(A ∧ B ∧ C) = P(A | B ∧ C) * P(B | C) * P(C)

If some conditions C1 ∧ ... ∧ Cn are independent of other conditions U, we will have:

P(A | C1 ∧ ... ∧ Cn ∧ U) = P(A | C1 ∧ ... ∧ Cn)

This allows a conditional probability to be computed more easily from smaller tables using the chain rule.