...

>

Conditional Probability and Bayes Theorem

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 P(BA)P(B|A), 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 \cap B) / P(A) given P(A) > 0

Here, P(A)P(A) is the probability of AA and $P(A \cap B)$ is the joint probability of AA ...