Key formulas
Formula
P(A | B) = P(A ∩ B) / P(B), where P(B) > 0
From the Probability Foundations formula sheet
- Conditional Probability:
P(A | B) = P(A and B) / P(B)— Probability of A after restricting attention to cases where B occurred. - Bayes' Theorem:
P(A | B) = P(B | A)P(A) / P(B)— Updates a prior probability after observing evidence.