A test catches 99% of a disease and falsely flags only 5% of healthy people. You test positive. Most people guess you almost certainly have it. The actual answer is about 16.7%, because the disease is rare. The odds form of Bayes makes that result one quick multiplication.
Standard-form Bayes (covered in 1g) divides by the total probability of the evidence. The odds form skips that denominator. You compare the two hypotheses head to head, so the shared normalizing constant cancels. What is left is a clean product.
The likelihood ratio measures how much more the evidence favors over its complement. An above 1 pushes the odds up; an below 1 pulls them down; an of exactly 1 means the evidence is useless.
In testing language, is "has the disease" and is "tests positive." Then is the sensitivity (the true-positive rate) and is the false-positive rate, which equals ...
Common mistakes
- Reading the posterior off the test accuracy. The base-rate trap. A 99% sensitive, 95% specific test on a 1% disease leaves only 16.7% after one positive, not 99%. Trap value: 0.99 (or 0.95).
- Using as the false-positive rate. The false-positive rate is , not . Here is the false-NEGATIVE rate. The denominator is .
- Confusing odds with probability in the final step. Posterior odds of 0.2 are NOT a probability of 0.2. Convert: . Reporting 0.2 is the trap; it overstates the answer by 20%.
Bottom line
- Odds form of Bayes: posterior odds = prior odds likelihood ratio. One multiplication updates a belief, with no total-probability denominator.
- Likelihood ratio: . For a positive test, that is sensitivity over .
- Negative result: carries its own , usually well below 1, dragging the posterior below the base rate.
- Odds to probability: if the odds are , then . Probability to odds: . Odds of are a probability of .
Exam shortcut
Spot the base-rate trap: when a stem gives sensitivity, specificity, and a small prevalence, the answer choice equal to the sensitivity is the bait. Always run the multiplication, then convert odds to probability. Memory aid: "prior times ratio, then over one-plus-." For a positive test, the ratio is "sens over one-minus-spec"; for a negative test, "one-minus-sens over spec." Two independent positives means square the ratio; one positive plus one...
The full lesson (about 2,447 words, 16 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 1a
- 1b
- 1c
- 1d
- 1e
- 1f
- 1g
Browse all free Exam P lessons or jump into free Exam P practice questions.