Example — School of 1024 students: all three representations
In a school of students there are two streams (science , classics ) and the students may play a sport or not . Data: (science), (sport), (science and sport). Let us build the three representations step by step.
Step 1 — Venn Table. From the Venn diagram we obtain the four zones:
We transfer them into the cells of the table (absolute numbers probability ):
| (science) | (classics) | Total | |
|---|---|---|---|
| (sport) | |||
| (no sport) | |||
| Total |
(The numbers are rounded to the nearest integer: is not divisible by .) The marginals are the row and column sums: , .
Step 2 — Table Tree. To obtain the tree (conditioned on ) we compute the conditional frequencies “cell over the total of the marginal of ”. From the table:
The tree turns out to be:
The tree conditioned on : on the branches the conditional probabilities, on the leaves in red the branch products (the joint probabilities). Check: ✓.
Conclusion. The three pictures — Venn (four zones), table ( cells), tree (four leaves) — carry exactly the same information: , , , . Only the perspective changes: absolute (Venn/table) versus conditional (tree).
Links
Topics: Probability
Concepts: Moving between representations · Conditional probability · Joint probability
Methods: Tree diagram · Venn diagram probability · Moving between representations · Contingency table
Skills: Probability calculation · Modelling