A prior family closed under evidence. Put a Beta belief on a coin's bias, observe heads and tails, and the posterior is another Beta — belief update collapses to arithmetic: Beta(α+h, β+t). Rendered, not quoted.
SOURCE Raiffa & Schlaifer, Applied Statistical Decision Theory (1961), Harvard Business School — the founding text of conjugate analysis. archive.org/details/appliedstatistic00raif AMBER · book, no per-page anchor
Bias θ of a coin is unknown. Belief is a Beta(α,β) density on [0,1]. Data are h heads and t tails (n = h+t), each toss Bernoulli(θ).
Multiply: exponents simply add. Beta × Bernoulli lands back in Beta. That is conjugacy — the family is closed under the likelihood.
the-bayes gave the rule posterior ∝ prior × likelihood — true always, tractable rarely. The conjugate prior makes it closed-form: no integral for the normaliser, update is (α,β) → (α+h, β+t).
This algebra is the engine beneath online Bayesian learning and Thompson sampling — a bandit that keeps one Beta per arm and updates it per pull.
Live re-check: the panel's posterior must equal the closed form Beta(α+h,β+t), and its mean must lie between prior mean and sample mean. Runs on every change and after any tamper.
prior mean = α/(α+β) · sample mean = h/n
mean is a convex blend of prior & data
Laplace check pending
It also assumes exchangeable, i.i.d. tosses. Drift, streaks, or a coin that wears mid-experiment break the Bernoulli likelihood, and the tidy update quietly encodes a false model.
Planted void: swap the counts — add heads to β and tails to α. The posterior slides the wrong way and its mean escapes the [prior, sample] interval. The Witness (7) catches it.