The vault uses “calibration” in at least four senses. What does each one guarantee, and what does it not?

Summary

Every use of “calibrated” in the vault is shorthand for a sentence with three blanks: this object’s stated uncertainty matches frequencies, averaged over this reference distribution, assuming this. SBC calibrates an algorithm over the prior predictive of an assumed model; conformal prediction calibrates a prediction set marginally over exchangeable draws, with a finite-sample theorem; forecast calibration is an empirical property of predictive distributions against real outcomes, with no theorem behind it; and ABM and LLM-persona “calibration” is a verb meaning parameter fitting, which guarantees no coverage of anything. None of the six senses implies another, all of the property senses are necessary but not sufficient (a prior-as-posterior passes SBC; a climatological forecast is calibrated; a useless model gives valid conformal sets), and only the conformal guarantee survives model misspecification.

Answer

The template: calibrated of what, over what, assuming what

#SenseObject called “calibrated”Reference distributionWhat is guaranteedWhat is not
1Simulation-based calibration (Simulation-Based Calibration - Overview)An inference algorithm + implementation for an assumed generative modelThe Bayesian joint : truths from the prior, data from the likelihoodExact computation rank of is discrete-uniform on (Theorem 1); equivalently credible intervals have nominal coverage on average over the priorModel adequacy; correctness at the observed data; informativeness (posterior = prior passes)
2Conformal coverage (Split Conformal Prediction and the Coverage Guarantee)A prediction set wrapped around any predictorCalibration fold + test point, exchangeable, finite-sample, any model, any distributionCoverage at a given ; coverage for this calibration set; small sets; anything under shift or serial dependence
3Probabilistic (forecast) calibration (Probabilistic Forecasting - Overview)A predictive distribution against realised outcomesThe empirical sequence of forecast situationsNothing a priori — it is checked (PIT uniform, ) and rewarded by proper scoresSharpness; joint/multi-step calibration; good parameter estimates
4ABM parameter calibration (ABM Calibration Overview)A parameter vector (or region, or ABC posterior)None in general; for HM, the variance budget GA/SA: a best-fit point. HM: the right parameter survives with probability if the variances are right. HM+ABC: an approximate posteriorUniqueness (equifinality); honest uncertainty for point methods; that the ABC posterior is itself calibrated in sense 1
5Solver uncertainty calibration (Uncertainty Calibration for Linear Solvers)The posterior covariance of a probabilistic numerical methodRandom projections , or matrix elementsWith from Rayleigh regression, standardised errors of are ; with a hard (loose) boundSimultaneous calibration of every element — “no scalar (nor even a full spd )” achieves it
6LLM-population calibration (Persona Mixture Calibration of LLM Agents)Simplex mixture weights over theory-grounded personasAggregate human choice shares on calibration tasksA least-squares fit; empirically, out-of-sample MSE vs persona-lessMechanism (“that inference is too strong”); uncertainty (point weights); individual-level heterogeneity; validity once agents interact

1. SBC: is the computation self-consistent?

The foundation is a tautology of the joint distribution: averaging exact posteriors over data simulated from the prior predictive returns the prior,

(Data-Averaged Posterior Self-Consistency). Rank Statistics and Uniformity turns this into an exact finite-sample test, requiring independent draws from the exact posterior and that “the model used to simulate the data is the same as the one used to fit it”. Deviations are interpretable: = over-confident, = over-dispersed, slope = bias, and boundary spikes can be mere autocorrelation (Interpreting SBC Histograms).

What it does not deliver is stated bluntly in the SBI note:

SBC is a consistency check ( ^warn-sbc-limits)

“If the approximate posterior were the prior, a calibration test as described above would not be able to detect this.” Calibration is necessary, not sufficient: pair it with a measure of sharpness (posterior contraction) or averaged NLTP. And “none of these diagnostics address the issues encountered if the model is misspecified.”

Two further limits. SBC is an average over the prior: Diagnosing Variational Inference (PSIS k-hat and VSBC) tabulates VSBC as blind to “failures specific to the realized data”, with PSIS the complementary check at the observed data; and because full uniformity is a test VI “will essentially always fail”, VSBC weakens it to symmetry — calibration of the centre only. Per- frequentist coverage is different again: Asymptotics and Frequentist Connections gives it only asymptotically, and not for underidentified, boundary, multimodal or growing-dimension models — a fair description of most ABMs and many MMMs.

2. Conformal: a theorem about marginal coverage

Conformal prediction does not check calibration; it constructs it. Thresholding at the -th smallest calibration score gives the split-conformal coverage theorem with no assumption on the model: “a useless model yields valid but uninformative (huge) sets”. This is the only sense in the vault that is robust to misspecification.

The fine print is about what is averaged over (Marginal vs Conditional Coverage): marginal coverage is guaranteed; training-conditional coverage is random, — “typically between .88 and .92” for , ; group-conditional coverage needs per-group calibration; object-conditional coverage is impossible distribution-free. The worked example — 96% coverage for retail customers, 36% for wholesale, 90% overall — is what a marginal guarantee permits. It is “broken by: time-series dependence, covariate shift, label shift, tuning the model on the calibration fold”; under drift only the bound remains (^thm-drift).

3. Forecast calibration: an empirical property, scored not proved

Gneiting & Raftery define calibration as “the statistical consistency between the distributional forecasts and the observations” and sharpness as “a property of the forecasts only”; the goal is to “maximize the sharpness of the predictive distributions subject to calibration” (Probabilistic Forecasting - Overview). Nothing guarantees it. It is diagnosed by the PIT — “a 90% predictive interval should contain 90% of the observations” generalised to all levels (Posterior Predictive Checking) — or by the coverage curve, and rewarded jointly with sharpness by a strictly proper score.

What it does not give:

  • Sharpness. “A climatological (unconditional) forecast is calibrated by construction but not sharp.” Three 95% intervals with ≈95% coverage scored , , on the interval score — “coverage alone cannot separate them; width alone prefers the wrong one”. Improper scores actively destroy calibration (optimal spread inflation under the linear score vs – under proper ones).
  • Joint calibration. DeepAR’s shuffled-sample experiment: “marginals can be perfectly calibrated while 9-step sums are not” (Forecast Evaluation and Backtesting).
  • An honest check, unless data are split. Posterior PIT “would falsely claim miscalibration” for the flexible nabiximols model (; LOO-PIT ) and “can also overlook miscalibration” (Cross Validation Checking). For ordered data even LOO leaks; use a rolling origin.
  • Correct inference. “A model with poor predictive calibration may still yield correct estimates and support good decisions.”

4 and 6. “Calibration” as a verb: fitting simulator parameters

In ABM Calibration Overview, calibration is “adjusting model parameters so that the model’s outputs match observed real-world data” — what a statistician calls estimation. GA, simulated annealing and controlled experimentation return a point with “no uncertainty quantification”; equifinality means “no unique solution exists”. The one probabilistic statement in this family is the implausibility cut-off: by Pukelsheim’s rule the correct parameter has with probability — but HM “makes no probabilistic statements about parameters”, and the bound is only as good as , , (Uncertainty Quantification for ABM Calibration). Model discrepancy “cannot be reduced by better calibration”. HM+ABC does return a posterior — slightly narrower 95% CIs than ABC alone, “trades coverage for precision” — but whether that posterior is calibrated in sense 1 is a separate question the ABM notes never ask.

Persona Mixture Calibration of LLM Agents is “the low-dimensional, linear special case”: a convex program for shares . Its evidence is out-of-sample MSE, not coverage; the note’s caveats list non-identification when personas do not separate on the tasks, no uncertainty, and loss of linearity once agents interact.

5. Solver calibration: making a numerical error bar honest

Uncertainty Calibration for Linear Solvers starts from a CG posterior whose mean is excellent and whose naive covariance collapses to zero. Calibration means choosing the null-space scale so the posterior standard deviation tracks the true error: a property sense (like 1–3) reached by a fitting step (like 4). The hard bound is loose for the off-diagonal majority; the Rayleigh-regression average “gives no guarantee” and can under-estimate diagonal errors by . “Calibration is thus a deliberate choice between conservative bounds and realistic average error.”

What is the same idea, and what only looks similar

Genuinely the same. Senses 1, 2 and 3 are one construction — the rank (or PIT) of the truth inside the stated uncertainty is uniform. The vault says so: SBC’s histogram reading “mirrors the forecast-calibration literature (Anderson 1996; Hamill 2001)”, and the conformal proof is “the rank of the test score [is] uniform on “. The //slope vocabulary transfers across SBC histograms, VSBC and PIT-ECDFs, and sense 5’s standardised -scores are the Gaussian version. Synthesis: what differs is only the ensemble. In SBC the “truth” is a simulated and the ensemble is the model’s own prior predictive, so a pass certifies the computation and says nothing about the world. In PIT the truth is an observed , so a pass is evidence about model plus computation in the visited regime. In conformal the ensemble is real exchangeable data and uniformity is forced by construction, so it needs no check but says nothing about parameters.

Only looks similar. Senses 4 and 6 are estimation, and their output is an input to the property senses: “we calibrated the ABM” and “the ABM’s posterior is calibrated” are unrelated claims. “Coverage” also splits: prior-averaged coverage of credible intervals for (sense 1), marginal coverage of prediction sets for (sense 2), empirical coverage on a backtest (sense 3). None is per- frequentist coverage.

The common failure mode. Every property sense is satisfiable trivially — prior-as-posterior, infinite conformal set, climatology, — so each needs a sharpness partner: posterior contraction, set size / SSC, a proper score, the average-scale .

Decision rule

  1. Did I write the sampler, VI or neural posterior myself, or is the geometry hard? → SBC (sense 1) with data size and design held fixed; add at the observed data. A pass licenses the computation only.
  2. Do my predictive intervals match reality? → LOO-PIT, or rolling-origin coverage curves plus CRPS/WQL for time series (sense 3). Check the aggregate you will report (cumulative sums), not just marginals.
  3. Does a decision need a guaranteed error rate and I distrust the model? → conformal wrapper (sense 2), if calibration and deployment points are exchangeable or reweightable; report FSC/SSC.
  4. Am I fitting a simulator? → say “estimate”. Use HM+ABC or neural SBI rather than GA, then return to steps 1–2.
  5. Anyone says “calibrated” → ask for the three blanks.

Practical Implications

  • Bayesian MMM. Run SBC once per model structure, with the real spend design held fixed. If production uses ADVI, the VI note’s rule applies: “never infer interval quality from good out-of-sample prediction” — held-out lpd improved while the posterior approximation degraded. Sense 3 on holdout weeks says nothing about whether the ROI posterior is right: predictive calibration does not identify causal parameters. “Calibrating the MMM to lift tests” is sense 4 (constraining parameters with external data); see Q - Using Experiment Results as Priors in a Bayesian MMM.
  • Geo experiments. The effect interval from TBR/BSTS is a forecast interval, so its credibility is sense 3: placebo backtests over pseudo-intervention dates, checking “whether the 90% interval for the cumulative sum covers the truth” (Forecast Evaluation and Backtesting). Vanilla split conformal is not justified on weekly series.
  • ABMs. Keep the chain explicit: calibrate (sense 4) with a method that yields a posterior → SBC the inference (sense 1; cheap only if amortised, since it needs “inference for hundreds of ”) → check where the real falls in the simulated summaries, because every diagnostic is blind to simulator misspecification → posterior predictive / held-out pattern validation (sense 3). HM’s is the only place discrepancy enters; do not let it be zero by default.
  • LLM agents. Persona weights fitted to aggregate shares are point estimates; the note’s suggested Dirichlet–binomial version would make them eligible for senses 1 and 3.

Source Notes

NoteRelevance
Simulation-Based Calibration - OverviewComputational calibration defined; SBC vs PPC
Data-Averaged Posterior Self-ConsistencyThe identity SBC tests
Rank Statistics and UniformityTheorem 1 and its conditions
Interpreting SBC HistogramsShape vocabulary; forecast-calibration lineage
Benchmarking and Diagnosing SBI (SBC, Coverage, C2ST)What SBC cannot see; sharpness; misspecification
Diagnosing Variational Inference (PSIS k-hat and VSBC)Prior-averaged vs observed-data diagnostics
Conformal Prediction - OverviewDistribution-free definition; drift theorem; MMM caveat
Split Conformal Prediction and the Coverage GuaranteeCoverage theorem, Beta law, assumptions
Marginal vs Conditional CoverageFour notions of coverage; impossibility; FSC/SSC
Proper Scoring Rules (CRPS, Log Score, Pinball Loss)Propriety; improper-score and interval-score examples
Probabilistic Forecasting - OverviewCalibration and sharpness defined
Forecast Evaluation and BacktestingCoverage curve; span sums; geo placebo backtest
Posterior Predictive CheckingPIT; “calibration is not the ultimate goal”
Cross Validation CheckingPIT vs LOO-PIT double-use artefact
ABM Calibration OverviewCalibration as parameter search; equifinality
History Matching for ABMsImplausibility and the rule
Uncertainty Quantification for ABM CalibrationThe variance budget HM depends on
Uncertainty Calibration for Linear SolversHard bound vs average-case
Persona Mixture Calibration of LLM AgentsMixture-weight fitting and its caveats
Asymptotics and Frequentist ConnectionsWhen credible intervals gain frequentist coverage

Gaps

  • No note on recalibration methods (isotonic/Platt/temperature scaling, expected calibration error); PAV plots appear only as a diagnostic in Posterior Predictive Checking.
  • No dedicated note on calibrating an MMM to experiments — arguably the owner’s most frequent use of the word; only a one-line pointer in Geo-Experiment Methodology - Overview.
  • Expected-coverage tests for SBI are flagged by the SBI diagnostics note as “a later literature not among this cluster’s sources”; nothing on SBC under misspecification.
  • Kennedy–O’Hagan calibration of computer models (a GP discrepancy term) is absent; the ABM notes treat discrepancy only as a variance .
  • Conformal for time series stops at the drift bound.
  • Asymptotics and Frequentist Connections (375 words) is the vault’s only treatment of frequentist coverage of Bayesian intervals.

Follow-Up Questions

  • For an HM+ABC posterior, what does an SBC run look like, and does the tolerance show up as a -shaped histogram?
  • Can “conformalizing Bayes” give an MMM’s weekly predictive intervals a drift-bounded guarantee, and how large is on real media data?
  • After lift tests calibrate an MMM (sense 4), how should it be checked in senses 1 and 3 without reusing those tests?