Conditional Probability

Back to Probability

The probability of an event A given that event B has occurred: P(A|B) = P(A and B) / P(B). Foundation for Bayesian reasoning, Markov chains, and many machine learning algorithms. Independence means P(A|B) = P(A).

mathematics-for-cs probability conditional-probability