This voyage is an editorial path for understanding, not a claim of direct historical influence or sole invention.
Understand it in one breath
How should the probability of a hypothesis change after new evidence is observed? The theorem developed from Bayes's posthumously published essay and Laplace's later generalization. It reverses conditional probabilities and supports medical testing, spam classification, and scientific inference, but a poor prior or model can still produce a poor conclusion.
At a glance
Step
Calculation
Value
Assumptions
Prevalence 1%; sensitivity 99%; specificity 99%
True positives among patients
P(+|disease) × P(disease) = 0.99 × 0.01
0.0099
False positives among non-patients
P(+|¬disease) × P(¬disease) = 0.01 × 0.99
0.0099
All positive results
0.0099 + 0.0099
0.0198
Probability of disease given a positive result
0.0099 / 0.0198
50% — contrary to intuition!
Under these assumptions, the probability of disease after a positive result is 50%. Even with equal sensitivity and specificity, low prevalence can make false positives as numerous as true positives. Real interpretation requires test-specific performance and patient context.
Concept
Updating beliefs with evidence — from an 18th century reverend to AI today.
Key formula
P(A∣B)=P(B)P(B∣A)P(A)
Worked examples
1
Q.A disease has 1% prevalence. A test has 99% sensitivity and 99% specificity. After a positive result, what is the probability of actually having the disease?
Ports in time
This concept was not invented in one instant
Follow the scenes to see problems, notation, standards of proof, and applications changing across different times and places.
1
AD 1763Scene 1 / 4Continue through the world of this year
Bayes’s work is published posthumously
After Thomas Bayes’s death, Richard Price presented his essay on inverse probability. It attracted limited attention at the time.
No reliable place is given, so time continues without an invented pin
AD 2010Scene 4 / 4Continue through the world of this year
Bayesian machine learning
Bayesian neural networks and variational inference grew alongside modern machine learning, providing tools for representing uncertainty in predictions.
No reliable place is given, so time continues without an invented pin