Bayes' Theorem
Calculate the probability of an event based on prior knowledge of conditions
Posterior Probability P(A|B)
--
--
Formula: P(A|B) = [P(B|A) ร P(A)] / P(B)
Where P(B) = P(B|A)P(A) + P(B|not A)P(not A)
Where P(B) = P(B|A)P(A) + P(B|not A)P(not A)
[include_logic file=”bayes-theorem-calculator.php”]