Choosing and checking a distribution
The decision, in order
-
Nearly every question in this standard begins with a choice, and the choice is made in three steps.
-
Step 1 — Is the variable discrete or continuous?
- Counting something → discrete → binomial, Poisson or discrete uniform.
- Measuring something → continuous → rectangular, triangular or normal.
-
Step 2 — For a discrete variable, is there a fixed number of trials?
- Yes, and you could count the non-events → binomial.
- No, only a rate over an interval → Poisson.
- Fixed outcomes, all equally likely → discrete uniform.
-
Step 3 — For a continuous variable, what shape does the context imply?
- Every value equally likely → rectangular.
- A minimum, maximum and most likely value → triangular.
- Symmetric clustering around a mean → normal.
Summary of the six models
| Distribution | Type | Parameters | Mean | Standard deviation |
|---|---|---|---|---|
| Discrete uniform | Discrete | values | average of the values | — |
| Binomial | Discrete | , | ||
| Poisson | Discrete | |||
| Rectangular | Continuous | , | ||
| Triangular | Continuous | , , | — | |
| Normal | Continuous | , |
True, model and experimental distributions
- The explanatory notes require you to distinguish three things, and questions ask about them directly:
| What it is | How it behaves | |
|---|---|---|
| True distribution | The actual long-run distribution of the real situation | Fixed, and unknown |
| Model distribution | Calculated from a chosen model and its parameters | Fixed once chosen; only as good as its assumptions |
| Experimental distribution | The relative frequencies actually observed | Varies between sets of trials; converges on the true distribution as trials increase |
- Improving each is different:
- a model distribution improves by choosing a better model or better parameters
- an experimental distribution improves by running more trials
- the true distribution cannot be improved; it is what the other two are trying to describe.
Checking a model against data
-
This is the Excellence skill in this standard. Four checks, in order of usefulness:
-
1. Compare expected counts with observed counts. Multiply each model probability by the number of trials and tabulate against what happened. This is far more informative than comparing probabilities, because it shows where the discrepancies are concentrated.
-
2. Look at the direction of the discrepancies. Scatter in both directions is chance. A systematic pattern — every low value over-predicted, every high value under-predicted — is a structural fault.
-
3. Compare the mean and the variance.
- For a Poisson, mean should equal variance. Variance much larger means over-dispersion, so events are clustering.
- For a binomial, the variance should be about . A larger observed variance again indicates dependence.
-
4. Check the shape. Skew in the data with a symmetric model, or a bimodal histogram with any single model, means the model is wrong regardless of its parameters.
Which assumption failed?
- When a model fits badly, name the assumption, not just the model. Almost always it is one of these:
| Symptom | Likely cause |
|---|---|
| Variance much larger than the model predicts | Independence fails — a shared cause makes events cluster |
| Too many extreme values at both ends | The rate or probability is not constant across the data |
| Heavier tail on one side only | The distribution is skewed, so a symmetric model is wrong |
| Two peaks | Two populations mixed together |
| Impossible values predicted | The model is unbounded where the reality is bounded |
- The recurring theme across this whole standard is that a wrong parameter is easy to fix and a wrong assumption is not. Refitting parameters to a structurally wrong model produces a model that is wrong in the same way with different numbers.
Worked ExampleChoosing a model and checking it
A regional bus operator wants to model three quantities. For each, choose a distribution with justification.
(a) The number of passengers, out of 45 booked, who fail to board a particular scheduled service. (b) The number of breakdowns across its fleet per week. (c) The time in minutes a bus arrives after its scheduled time, where records show most buses arrive within a minute or two of schedule, occasionally much later, and never early because drivers wait at time points.
(d) For (b), the operator's records over 60 weeks give a mean of 3.4 breakdowns per week and a variance of 9.1. Assess the model chosen.
(a) Passengers failing to board
Step 1 — Discrete or continuous? We are counting people, so discrete.
Step 2 — Fixed number of trials? Yes — 45 booked passengers, decided in advance. And we can count the non-events: those who did board.
Step 3 — Choose and state.
Step 4 — Check the four conditions honestly.
- Fixed ✓ — 45 bookings.
- Two outcomes ✓ — boards or does not.
- Constant — doubtful. Passengers differ: a commuter with a monthly pass is far more reliable than a one-off tourist booking.
- Independence — doubtful. Passengers travel in groups, so a family of four missing the bus is a single event removing four people. A traffic jam or a cancelled connecting service also affects many passengers at once.
(b) Fleet breakdowns per week
Step 1 — Discrete or continuous? Counting breakdowns → discrete.
Step 2 — Fixed number of trials? No. There is no fixed number of opportunities to break down, and we cannot count the breakdowns that did not happen. We have a rate over an interval — breakdowns per week.
Step 3 — Choose and state.
Step 4 — Check the conditions.
- Random occurrence ✓ (plausibly) — mechanical failures are not scheduled.
- Constant rate — doubtful. Breakdowns rise in winter, and rise as the fleet ages.
- Independence — doubtful. Buses of the same model and age share failure modes, and a batch of faulty parts affects several vehicles.
- No simultaneous events ✓ (usually).
(c) Lateness in minutes
Step 1 — Discrete or continuous? Measuring time → continuous.
Step 2 — What shape does the context imply? The description gives three key features:
- most buses arrive within a minute or two of schedule — a clear mode near zero
- occasionally much later — a long right tail
- never early — a hard minimum at zero.
Step 3 — Rule out the alternatives explicitly.
- Normal is wrong: it is symmetric, but this variable is strongly right-skewed and bounded below at 0. A normal model would predict early arrivals, which cannot occur.
- Rectangular is wrong: lateness is not equally likely at all values — it clusters near zero.
Step 4 — Choose.
Step 5 — Note the limitation.
(d) Checking the Poisson model for breakdowns
Step 1 — Apply the defining property. For a Poisson distribution, variance = mean:
Step 2 — Compare with the data.
The observed variance is about 2.7 times the mean.
Step 3 — Conclude.
Step 4 — Identify which assumption failed, and why.
Step 5 — State the consequence.
Step 6 — What to do instead.