Bayesian Workflow book: Website

Published

2026-02-26

Modified

2026-04-07

Information

Website for the Bayesian Workflow book by Andrew Gelman, Aki Vehtari, Richard McElreath with Daniel Simpson, Charles C. Margossian, Yuling Yao, Lauren Kennedy, Jonah Gabry, Paul-Christian Bürkner, Martin Modrák, Vianey Leos Barajas.

Published by CRC Press in 2026. Copyright by the authors.

How to cite

Cite the book:

Gelman, Vehtari, McElreath, Simpson, Margossian, Yao, Kennedy, Gabry, Bürkner, Modrák, Leos Barajas (2026). Bayesian Workflow. Chapman & Hall.

If you want to refer to a case study, cite the book and chapter, e.g.

blah blah (Gelman et al., 2026, Ch 18 code).

BibTeX entry:

@book{Bayesian-Workflow:2026,
  title={Bayesian Workflow},
  author={Andrew Gelman and Aki Vehtari and Richard McElreath and Daniel Simpson and
          Charles C. Margossian and Yuling Yao and Lauren Kennedy and Jonah Gabry and
          Paul-Christian Bürkner and Martin Modrák and Vianey Leos Barajas},
  year=2026,
  publisher={Chapman & Hall}
}

Cover of the Bayesian Workflow book

Description

Bayesian statistics and statistical practice have evolved over the years, driven by advancements in theory, methods, and computational tools. This book explores the intricate workflows of applied Bayesian statistics, aiming to uncover the tacit knowledge often overlooked in published papers and textbooks. By systematizing the process of Bayesian model development, the book seeks to improve applied analyses and inspire future innovations in theory, methods, and software. It emphasizes the importance of iterative model building, model checking, computational troubleshooting, and simulated-data experimentation, offering a comprehensive perspective on statistical analysis.

Through detailed examples and practical guidance, the book bridges the gap between theory and application, empowering practitioners and researchers to navigate the complexities of Bayesian inference. It is not a checklist or cookbook but a flexible framework for understanding and resolving challenges in statistical modeling and decision-making under uncertainty.

Features:

  • Covers all aspects of Bayesian statistical workflow, including model building, inference, validation, troubleshooting, and understanding
  • Demonstrates iterative model development and computational problem-solving through real-world case studies
  • Explores computational challenges, calibration checking, and connections between modeling and computation
  • Highlights the importance of checking models under diverse conditions to understand their limitations and improve their robustness
  • Discusses how Bayesian principles apply to non-Bayesian methods in statistics and machine learning
  • Includes code snippets, exercises, and links to full datasets and code in R and Stan, with applicability to other programming environments like Python and Julia

This book is designed for practitioners of applied Bayesian statistics, particularly users of probabilistic programming languages such as Stan, as well as developers of methods and software tailored to these users. It also targets researchers in Bayesian theory and methods, offering insights into understudied aspects of statistical workflows. Instructors and students will find adaptable exercises and case studies to enhance their learning experience. Beyond Bayesian inference, the book’s principles are relevant to users of non-Bayesian methods, making it a valuable resource for statisticians, data scientists, and machine learning professionals seeking to improve their modeling and decision-making processes.

Book contents

Part 1: From Bayesian inference to Bayesian workflow

  1. Bayesian theory and Bayesian practice
  2. Statistical modeling and workflow
  3. Computational tools
  4. Introduction to workflow: Modeling performance on a multiple choice exam

Part 2: Statistical workflow

  1. Building statistical models
  2. Using simulations to capture uncertainty
  3. Prediction, generalization, and causal inference
  4. Visualizing and checking fitted models
  5. Comparing and improving models
  6. Statistical inference and scientific inference

Part 3: Computational workflow

  1. Fitting statistical models
  2. Diagnosing and fixing problems with fitting
  3. Approximate algorithms and approximate models
  4. Simulation-based calibration checking
  5. Statistical modeling as software development

4. Case studies

  1. Coding a series of models: Simulated data of movie ratings
  2. Prior specification for regression models: Reanalysis of a sleep study
  3. Predictive model checking and comparison: Clinical trial
  4. Building up to a hierarchical model: Coronavirus testing
  5. Using a fitted model for decision analysis: Mixture model for time series competition
  6. Posterior predictive checking: Stochastic learning in dogs
  7. Incremental development and testing: Black cat adoptions
  8. Debugging a model: World Cup football
  9. Leave-one-out cross validation model checking and comparison: Roaches
  10. Model building and expansion: Golf putting
  11. Model building with latent variables: Markov models for animal movement
  12. Model building: Time-series decomposition for birthdays
  13. Models for regression coefficients and variable selection: Student grades
  14. Sampling problems with latent variables: No vehicles in the park
  15. Challenge of multimodality: Differential equation for planetary motion
  16. Simulation-based calibration checking in model development workflow

Appendices

A. Statistical and computational workflow for Bayesians and non-Bayesians
B. How to get the most out of Bayesian Data Analysis