Bayes' Theorem
Conditional Probability, Priors, and Updating Beliefs with Evidence — A TLDR Primer
Bayes' Theorem shows up on statistics exams, in data science interviews, in courtroom arguments, and in your spam folder — but most students first encounter it as a confusing formula with no clear story behind it. This guide fixes that.
**Bayes' Theorem Explained** walks you through the logic step by step, short by design and stripped to essentials. You will start with conditional probability and the simple idea of restricting a sample space, then watch the theorem fall out naturally from definitions you already know. Every term — prior, likelihood, evidence, posterior — gets a plain-language name before it gets a symbol.
The core of the guide is the medical test problem, the most important application of bayesian reasoning for students to understand. A test that is 99% accurate can still leave you more likely healthy than sick after a positive result — and once you see exactly why, you will never misread a probability claim the same way again. From there, the guide covers Bayesian updating (how beliefs shift as new evidence arrives), walks through the Monty Hall problem, and connects the theorem to real-world uses in spam filters, legal evidence standards, and scientific hypothesis testing.
Written for high school and early college students who need to understand probability deeply, not just pass a multiple-choice question. Parents helping with AP Statistics or introductory college courses will find it equally useful as a fast orientation.
If conditional probability has felt slippery until now, pick this up and work through it today.
- Define conditional probability and read the notation P(A|B) fluently
- State Bayes' Theorem and explain each term: prior, likelihood, evidence, posterior
- Apply Bayes to classic problems like medical testing and false positives
- Recognize the base rate fallacy and other common Bayesian mistakes
- Use Bayesian updating to revise beliefs as new evidence arrives
- 1. Conditional Probability: The SetupIntroduces probability notation, conditional probability, and the intuition of restricting the sample space.
- 2. Deriving Bayes' TheoremBuilds the formula from the definition of conditional probability and names each piece: prior, likelihood, evidence, posterior.
- 3. The Medical Test Problem and the Base Rate FallacyWorks the classic disease-testing example in detail and explains why a 'positive' test can still mean you're probably healthy.
- 4. Bayesian Updating: Beliefs that Change with EvidenceShows how to apply Bayes repeatedly as new data arrives, with worked examples on coin bias and the Monty Hall problem.
- 5. Why Bayes Matters: Spam Filters, Courts, and ScienceConnects the theorem to real applications and to the broader debate about how we should weigh evidence.