Bayesian Workflow (Gelman, Vehtari & McElreath, 2026) — Overview
Summary
The full-length textbook expansion of the 2020 arXiv paper [[Bayesian Workflow - Overview|Bayesian Workflow]]. 31 chapters plus two appendices, in five parts: foundations, building models, evaluating and comparing, computation, and sixteen worked case studies. This vault holds 79 notes covering all parts in depth — every prior-choice rule, diagnostic threshold, failure mode, and Stan snippet from Parts 1–3, plus one note per case study recording the model specification, what went wrong, and the lesson.
Overview
The book’s thesis is that Bayesian inference is only one step in Bayesian data analysis, and Bayesian data analysis is only one step in a workflow that includes model building, computation, checking, expansion, comparison, and decision. Most of what practitioners actually do is not covered by inference theory, and the book’s project is to make that tacit knowledge explicit.
The single most important routing artifact is the master workflow diagram, Figure 2.1, transcribed as a mermaid graph in From Inference to Data Analysis to Workflow. Read that first if you want to know where any particular technique sits.
Routing Table
Where to go for what
Structure
| Part | Chapters | Folder | Notes |
|---|---|---|---|
| Part 1 — Foundations | 1–4 | Foundations | 8 |
| Part 2 — Building models | 5–7 | Building Models | 19 |
| Part 3a — Evaluating and comparing | 8–10 | Evaluating and Comparing | 16 |
| Part 3b — Computation | 11–13, 15 | Computational Workflow | 16 |
| Part 3c — SBC | 14 | Simulation-Based Calibration | 1 |
| Part 4 — Case studies | 16–31 | Case Studies | 16 |
| Appendices | A–B | Appendices | 2 |
| This overview | — | (folder root) | 1 |
| Total | 79 |
The Sixteen Case Studies
Each case study note records the model specification, what went wrong, and the transferable lesson.
Relation to the 2020 Paper
The seven notes derived from the 2020 arXiv paper remain in this folder, each carrying an expanded_by frontmatter field and a callout pointing to the book’s expanded treatment:
- Bayesian Workflow - Overview → From Inference to Data Analysis to Workflow
- Choosing and Building Models → Building Models
- Evaluating Fitted Models → Evaluating and Comparing
- Computational Troubleshooting → Failure Modes and Steps Forward
- Fitting and Validating Computation → Computational Workflow
- Iterative Model Improvement → Model Expansion - Predictive Consistency and Coherence
- Modeling as Software Development → Statistical Modeling as Software Development
The six notes from Talts et al. (2018) on SBC are complementary rather than superseded: they carry the theory (the data-averaged posterior identity, the uniformity theorem, histogram interpretation), while SBC in the Workflow and Simulation-Based Calibration Checking in Model Development Workflow carry the book’s practical integration.
See Also
- Bayesian Workflow - Overview — the 2020 paper this book expands
- Simulation-Based Calibration - Overview — the Talts et al. theory notes
- _Index — the folder index