"Track 06 framed the prosecutor's fallacy in frequentist Type I terms. Track 08 names it for what it is: the swap of a likelihood for a posterior, performed in front of a jury that has no tools to notice."
The Frequentist View, Recapped
From Track 06: the prosecutor presents a likelihood (e.g., 'the probability of this DNA match if the defendant is innocent is 1 in a billion') and lets the jury translate it into a posterior ('therefore, the probability of innocence is 1 in a billion'). The frequentist criticism is that this is invalid — the likelihood and the posterior are different conditional probabilities — and that the Type I error rate of the resulting system is much higher than the named figure suggests.
The Bayesian View, Explicit
From this track's vocabulary: the prosecutor presents P(E | H₀ = innocent), the likelihood under the null. The jury wants P(H₀ = innocent | E), the posterior. Bayes' rule is the bridge:
P(innocent | E) = P(E | innocent) × P(innocent) / P(E)
The bridge requires the prior P(innocent) — the base rate of innocence among all defendants facing this charge. That prior is the explosive component the legal system avoids discussing because it would be politically toxic. (What is the prior probability of guilt for a randomly selected defendant of this race / class / district? Whose number is that?) The legal system refuses to put a number on it; the Bayesian frame refuses to let the question be skipped.
The Numerical Demonstration
Imagine a DNA match with a quoted random-match probability of 1 in a million. The prosecution says this is overwhelming evidence of guilt. The Bayesian reads:
- P(match | guilty) ≈ 1 (the defendant is the source, of course).
- P(match | innocent) = 1 / 1,000,000 (the quoted random-match probability).
- P(guilty) prior = depends on the case.
If the police searched a database of one million people for a match, the expected number of matches by chance alone is ~1 — so finding a match tells you almost nothing about guilt without additional context. If the prior P(guilty) was very low (say 0.0001 for an unspecified suspect), the posterior P(guilty | match) might still be far below 'beyond reasonable doubt.' The 'one in a million' figure feels like proof; in Bayesian translation it is a weak signal that needs a strong prior to convict.