CONDITIONAL PROBABILITY
Back to GlossaryDefinition
The probability of an event occurring given that another event has occurred.
Summary
Conditional probability is the likelihood of an event happening when we already know that another related event has occurred. It's written as P(A|B), read as 'probability of A given B.' This concept helps us update our predictions based on new information. For example, if we know it's cloudy, the probability of rain is different (usually higher) than the general probability of rain on any random day.
Usage Context
Understanding conditional probability is crucial for making informed decisions with incomplete information, analyzing cause-and-effect relationships, interpreting statistical data, medical testing, risk assessment, and building predictive models. It forms the foundation for more advanced topics like Bayes' theorem and is essential in data science and machine learning applications.
Common Confusions
- Thinking P(A|B) is the same as P(B|A)
- Confusing conditional probability with joint probability P(A and B)
- Not understanding that the sample space changes when conditioning occurs
- Believing that if events are independent, conditional probability doesn't apply
- Mixing up the order of events in the conditional statement
- Thinking conditional probability always makes events more likely