Conditional Probability and Bayes Theorem
Learn about conditional probability and Bayes’ theorem.
Conditional probability
The probability of an event B occurring when an event A has occurred is called conditional probability. It is denoted as , and it is read as “the probability that B occurs given A has occurred”.
It is calculated using the formula below.
P(B | A) = P (A B) / P(A) given P(A) > 0
Here, is the probability of and $P(A B)$ is the joint probability of ...