How this calculator works
Bayes' theorem updates P(H) using P(E|H) and P(E|not H).
Formula
P(H|E)=P(E|H)P(H)/[P(E|H)P(H)+P(E|¬H)P(¬H)]Updates a hypothesis probability using evidence and its likelihood under the alternative.
Worked example
Bayes posterior is a verified test case used by the calculation engine.
Assumptions and limitations
- All supplied probabilities are between 0 and 1.
- The alternative is the complement of the hypothesis.
- Evidence probability must be non-zero.
Methodology & sources
This calculator uses deterministic, versioned calculation logic. The formula and verified examples above are part of the calculation definition used by CalcuMint.
- CalcuMint deterministic statistics engine
Frequently asked questions
What does the posterior represent?
It is the updated probability of the hypothesis after accounting for the supplied evidence.
What happens when evidence has zero probability?
The posterior is undefined, and the calculator rejects that case.
