Bayes' Theorem Calculator
Update a probability with new evidence.
Bayes' theorem revises a prior probability after seeing evidence — key for medical tests.
The math behind it
P(A|B) = P(B|A)·P(A) ÷ [P(B|A)·P(A) + P(B|¬A)·P(¬A)].
Worked example
1% prior, 90% sensitivity, 5% false positive → ~15.4%.
FAQ
Surprising result?
With a rare condition, even an accurate test gives many false positives.