Calculate conditional probability using Bayes' Theorem. Input prior probability, likelihood, and evidence to find posterior probability.
Your initial belief about the probability of event A
Probability of observing evidence B given that A is true
Total probability of observing evidence B
Enter values and click Calculate to see results
Bayes' Theorem is a fundamental concept in probability theory that describes how to update the probability of a hypothesis based on new evidence.
P(A|B) = [P(A) × P(B|A)] ÷ P(B)