What is conditional probability?easy
Answer
Conditional probability is the probability of an event given that another event has already occurred.
Explanation
It is written as P(A | B) and calculated as P(A and B) / P(B), when P(B) is not zero. It helps reason about updated information in experiments, diagnostics, and ML classification.
Follow-upHow is conditional probability used in Bayes' theorem?