Conditional probability describes how the probability of an event changes after information about another event is available.
Conditional probability
For events and with , the conditional probability of given is
The definition immediately gives the multiplication rule
whenever both conditional probabilities are defined. Conditioning restricts attention to and renormalizes the probabilities inside that event.
If are pairwise disjoint events whose union is , then
The events form a partition of the sample space. The theorem is just the disjoint decomposition
followed by the multiplication rule.
For events and with positive denominators,
If is a partition, then
The numerator combines a prior probability with the likelihood . The denominator normalizes over all possible explanations of the evidence .
Suppose a condition has prior probability , a test has sensitivity , and its false-positive rate is . Then
and Bayes’ theorem gives
Even a fairly accurate test can have a modest positive predictive value when the condition is rare.
Independence
Events and are independent if
If , this is equivalent to .
Independence means that learning whether one event occurred does not change the probability of the other. It is stronger than being disjoint. If and are disjoint and both have positive probability, they cannot be independent because while .
For independent events, complements preserve independence. For example, if and are independent, then and are independent because
Sequential conditioning
For events with positive conditioning probabilities, repeated use of the multiplication rule gives the chain rule
This identity is useful for sequential experiments and for probabilistic models that factor a joint distribution into local conditional distributions.
Pairwise independence does not necessarily imply mutual independence. For three or more events, mutual independence requires the product identity for every nonempty subcollection, not only for each pair.
Comments