Enter Probabilities
Bayes' Theorem
Calculation Results
Base-Rate Caution
Despite high sensitivity, the low prior probability (base rate) limits how much a positive result increases your belief. Many positive results will be false positives.
Formula Breakdown
Interpretation Guide
| Likelihood Ratio | Evidence Strength | Interpretation |
|---|---|---|
| > 10 | Strong | Strong evidence for hypothesis |
| 3 - 10 | Moderate | Moderate evidence for hypothesis |
| 1 - 3 | Weak | Weak evidence for hypothesis |
| 0.3 - 1 | Weak Against | Weak evidence against hypothesis |
| < 0.1 | Strong Against | Strong evidence against hypothesis |
Model Assumptions
- Binary hypothesis: The model assumes a single hypothesis H vs. its complement (not H)
- Specified likelihoods: Sensitivity and false positive rate are assumed to be correctly estimated for the population of interest
- Single evidence: This calculator handles one piece of evidence; sequential updating requires applying the posterior as the new prior
- Prior elicitation: The prior must be specified externally based on domain knowledge or historical data
Understanding Bayesian Updating
What is Bayesian Updating?
Bayesian updating is the process of revising a prior probability into a posterior probability after observing new evidence. Rather than starting from scratch each time new data arrives, you combine what you already knew with what the new evidence tells you.
Posterior = (Likelihood * Prior) / Evidence Probability
Where:
- P(H) — Prior probability (your initial belief before observing evidence)
- P(E|H) — Likelihood/Sensitivity (probability of evidence if hypothesis is true)
- P(E) — Evidence probability (overall probability of observing the evidence)
- P(H|E) — Posterior probability (updated belief after observing evidence)
The Base-Rate Fallacy
The most common error in probabilistic reasoning is base-rate neglect — focusing only on the signal's accuracy while ignoring how rare the event is. Even a highly accurate test produces many false positives when testing for rare conditions.
How Base Rates Affect Posteriors
This table shows how the same test (90% sensitivity, 10% false positive rate) produces dramatically different posteriors depending on the base rate:
| Base Rate (Prior) | Sensitivity | False Positive Rate | Posterior After Positive |
|---|---|---|---|
| 50% | 90% | 10% | 90.0% |
| 10% | 90% | 10% | 50.0% |
| 5% | 90% | 10% | 32.1% |
| 1% | 90% | 10% | 8.3% |
The Odds Form
For sequential updates with multiple pieces of evidence, the odds form is often more convenient:
Simply multiply odds by each likelihood ratio in sequence
- Prior Odds = P(H) / P(~H)
- Likelihood Ratio = P(E|H) / P(E|~H)
A likelihood ratio of 10 means the evidence is 10 times more likely if the hypothesis is true. Ratios above 10 are considered strong evidence; below 0.1 is strong evidence against.
Real-World Applications
- Medical diagnosis: Interpreting test results given disease prevalence
- Fraud detection: Updating risk scores based on transaction patterns
- Credit analysis: Revising default probabilities with new financial data
- Spam filtering: Classifying emails based on content features
- Quantitative trading: Updating market views based on new information
Frequently Asked Questions
MarketXLS
MarketXLS Excel Add-in
Real-time market data directly in Microsoft Excel.
- Live stock data in Excel
- Options chains & Greeks
- 400+ data functions
Use code RYANXLS for 20% off