"Marginal, joint, and conditional probabilities answer different questions. Name the event before choosing the arithmetic."
Three Different Objects
- Marginal:
P(A), without fixing another event. - Joint:
P(A and B), the probability that both occur. - Conditional:
P(A | B), the probability of A within cases where B occurs.
They are linked by P(A and B) = P(A | B) × P(B). This identity does not assume independence.
AND and OR
For an AND event, use the multiplication rule with a conditional probability. Only under independence does it simplify to P(A) × P(B). The chance of rain and the chance that you forget an umbrella are not enough by themselves to compute the chance of both, because weather may change your behavior.
For an OR event, use P(A or B) = P(A) + P(B) − P(A and B). Subtract the overlap because it was counted twice. If A and B are mutually exclusive, the overlap is zero and simple addition is valid.
The Chain Rule
For several events, factor a joint probability into conditionals:
P(A and B and C) = P(A | B and C) × P(B | C) × P(C)
Different valid orderings give the same joint probability when the conditionals are defined consistently. The chain rule makes dependence explicit instead of quietly replacing it with independence.
Joint Space
Where This Matters Later
A likelihood uses the joint probability mass or density of the observed data under a parameter or hypothesis, viewed as a function of that parameter. For independent observations it factorizes into a product; for dependent observations the conditional structure must be modeled. A likelihood is not generally a probability distribution over parameter values, and a density value is not itself the probability of one exact continuous observation.