Definition
Bayes’ Theorem is a mathematical formula for determining conditional probability. It describes the probability of an event based on prior knowledge of conditions that might be related to the event:
- How to read: “The probability of A given B equals the probability of B given A times the probability of A, all over the probability of B.”
- Meaning: Update your belief in after observing evidence by scaling the prior with how likely is when is true, then normalizing by total probability of .
Why It Matters
It is the mathematical law of learning, providing the only rational way to update our beliefs when we see new evidence. In an uncertain world, Bayesian reasoning is the essential tool for maintaining an accurate view of reality.
Core Concepts
- Prior Probability : Initial degree of belief.
- How to read: “The probability of A.”
- Meaning: What you believed before seeing evidence —the starting point.
- Likelihood : The probability of the evidence given the hypothesis.
- How to read: “The probability of B given A.”
- Meaning: How well hypothesis predicts or explains the evidence.
- Posterior Probability : The updated belief after observing new evidence.
- How to read: “The probability of A given B.”
- Meaning: Your revised belief after incorporating evidence .
- Evidence : The total probability of the evidence.
- How to read: “The probability of B.”
- Meaning: Normalizing denominator—how likely the evidence is overall, across all hypotheses.