Bayes' Theorem Calculator
Calculate conditional probability P(A|B) using Bayes' Theorem
About Bayes' Theorem
Bayes' Theorem describes the probability of an event based on prior knowledge of conditions related to the event.
Formula: P(A|B) = [P(B|A) × P(A)] / P(B)
Where P(B) = P(B|A) × P(A) + P(B|¬A) × P(¬A)
Example: Medical diagnosis - given a positive test result, what's the probability of having the disease?