Game Theory & Decision
Advanced

Bayes' Theorem

Update a belief's probability given new evidence.

Formula

P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A)P(A)}{P(B)}

Variables

P(A|B)Posterior probability
P(B|A)Likelihood
P(A)Prior
P(B)Evidence

Example

Updating the chance of a disease after a positive test.

Did You Know?

Bayes' rule powers spam filters, medical diagnosis and the reasoning of modern AI systems.

Share this formula