The tree diagram is the standard graphical tool for visualising and computing probabilities in multi-stage experiments. Fundamental convention: conditional probabilities always appear on the branches of the tree, never loose numbers. More precisely:

  • at the first level, the branches leave the root and carry the events of the first experiment, with the weights P(A1),P(A2),,P(An)P(A_1), P(A_2), \ldots, P(A_n) of the marginal (absolute) probabilities;
  • at the second level, from each node AiA_i branches depart carrying the events BjB_j with weight P(BjAi)P(B_j \mid A_i), the conditional probability of BjB_j having already observed AiA_i;
  • the probability of a leaf is the product along the path: P(AiBj)=P(Ai)P(BjAi)P(A_i \cap B_j) = P(A_i) \cdot P(B_j \mid A_i) (this is precisely the product formula, now read geometrically on the tree).

Two-level tree for a diagnostic test: at the first level the disease MM/M\overline{M} with marginal probabilities, at the second level the test outcome T+T^+/TT^- with conditional probabilities; in red the leaf probabilities.

Reading. At the first level the population is split into MM/M\overline{M} with marginal probabilities P(M)=0,001P(M) = 0,001 and P(M)=0,999P(\overline{M}) = 0,999. At the second level, for each branch, it splits into T+T^+/TT^- with the conditional probabilities: P(T+M)=0,99P(T^+ \mid M) = 0,99, P(T+M)=0,02P(T^+ \mid \overline{M}) = 0,02, and so on. The probability of a “leaf” event is the product of the probabilities along the path: P(MT+)=0,0010,99=0,00099P(M \cap T^+) = 0,001 \cdot 0,99 = 0,00099 and P(MT+)=0,9990,02=0,01998P(\overline{M} \cap T^+) = 0,999 \cdot 0,02 = 0,01998 (in red beside the leaves).

Topics: Probability
Concepts: Tree diagram · Product formula · Conditional probability
Methods: Tree diagram
Skills: Calculating probability · Modelling