Skip to content
PodcastsEducationLearning Bayesian Statistics

Learning Bayesian Statistics

Alexandre Andorra
Learning Bayesian Statistics
Latest episode

218 episodes

  • Learning Bayesian Statistics

    Bayesian Principal Stratification: Modeling Treatment Effects

    11/09/2026 | 5 mins.
    Today's clip is from Episode 164, featuring Andrew Gelman, Aki Vehtari & Richard McElreath. In this conversation, Andrew explains how Bayesian principal stratification can be used to reason about treatment effects when there is an intermediate treatment or outcome that is only partially observed.

    He discusses how latent variables can represent whether someone would take a stage-two treatment, and how pre-treatment characteristics such as age, location, and past spending can help build a model for this process.

    Richard connects the problem to the broader distinction between per-protocol and intent-to-treat analyses, and they discuss how standard approaches such as instrumental variables can be understood as special cases of more general Bayesian models. It's a useful example of how Bayesian modeling can represent the full process behind a causal question rather than relying on simplifying assumptions.

    Full discussion here

    Support & Resources
    → Support the show on Patreon
    → Bayesian Modeling Course (first 2 lessons free):
    Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work!
  • Learning Bayesian Statistics

    Why a Bayesian Workflow Goes Beyond Fitting Models

    02/09/2026 | 4 mins.
    Today's clip is from Episode 164, featuring Andrew Gelman, Aki Vehtari & Richard McElreath. In this conversation, Andrew explains why a Bayesian workflow goes far beyond simply fitting a model.

    He discusses the importance of building, fitting, and checking models, and why moving between simpler and more complicated models can reveal insights that a single model might miss.

    He also explores how simulation and generative modeling can help researchers evaluate new models and gain confidence in their results, even when there isn't an established method or published study to rely on. It's a look at why good statistical practice isn't just about getting an answer, but knowing how much you can trust it.

    Full discussion here

    Support & Resources
    → Support the show on Patreon
    → Bayesian Modeling Course (first 2 lessons free):
    Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work!
  • Learning Bayesian Statistics

    #164 Bayesian Workflow, with Andrew Gelman, Aki Vehtari & Richard McElreath

    31/08/2026 | 1h 44 mins.
    Support & Resources
    → Support the show on Patreon
    → Bayesian Modeling Course (first 2 lessons free)

    Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work

    Takeaways:
    Q: What is the "Bayesian Workflow" book about, and who is it for?

    A: It covers what the three authors know that isn't already in Bayesian Data Analysis (BDA3) or Statistical Rethinking, organized around case studies that walk through full analyses end to end rather than just giving a recommendation. It's not an introduction to Bayesian inference -- it assumes you already know the basics -- but a guide to making theoretically informed, professional decisions at the many branching points a real analysis involves that source books rarely acknowledge.

    Q: What's a concrete way to report Bayesian results without just handing over a posterior distribution?

    A: Report a few named scenarios from the distribution, such as pessimistic, median, and optimistic. This is easier to discuss than a full posterior and helps shift the conversation toward what would move outcomes from the median toward the optimistic case.

    Full takeaways

    Chapters:
    00:18:22 What is the elevator pitch for the Bayesian Workflow book?
    00:20:12 Where does workflow sit between statistical theory and case studies?
    00:27:21 Why express your scientific background in a generative model?
    00:36:43 How is a Bayesian workflow different from a pipeline?
    00:39:03 What is reverse Bayes, and how does it help with prior sensitivity?
    00:43:53 How do Bayesians reinterpret non-Bayesian methods?
    00:45:02 How is the Bayesian Workflow book structured?
    00:48:49 How do you model bat mortality at wind farms from zero-inflated carcass counts?
    00:52:24 When does a hierarchical model stop being an innocuous assumption?
    00:58:17 Can multilevel regression and poststratification pool detection across sites?
    00:59:32 Why start with a big generative simulation before the statistical model?
    01:02:05 What is the "secret weapon" of comparing shrinkage to fixed-effects estimates?
    01:11:02 How do you detect which assumptions are actually driving your inference?
    01:15:24 How do you get regulated industries to accept a posterior instead of a score?
    01:22:04 Should statisticians soften uncertainty for decision makers?
    01:23:11 Why report three scenarios instead of a single number?
    01:27:51 How do you handle a leaky instrument in causal inference?
    01:29:16 What is a principal stratification model?
    01:34:47 What are the three authors working on next?

    Thank you to my Patrons for making this episode possible!
    Full show notes
  • Learning Bayesian Statistics

    Making Gaussian Processes Easier to Use

    25/08/2026 | 4 mins.
    Today's clip is from Episode 154, featuring Thomas Pinder. In this conversation, Thomas shares what he sees as the next steps for GPJax and how the project could become easier to use beyond its original research-focused audience.

    He discusses creating a higher-level interface that could make fitting Gaussian processes possible in just a few lines of code, while still keeping the flexibility and infrastructure that GPJax provides. He also talks about making the documentation more engaging by moving beyond synthetic examples and showcasing real-world applications, such as modeling ocean currents with Gaussian processes.

    It's a look at how GPJax could evolve from a powerful research tool into something that's even more accessible and practical for a wider range of users.

    Full discussion here

    Support & Resources
    → Support the show on Patreon
    → Bayesian Modeling Course (first 2 lessons free):
    Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work!
  • Learning Bayesian Statistics

    The Future of Faster MCMC

    21/08/2026 | 4 mins.
    Today's clip is from Episode 163, featuring Eliot Carlson and Adrian Seyboldt. In this conversation, Eliot and Adrian look beyond current approaches to HMC adaptation and preconditioning and share the ideas they're most excited to explore next.

    Eliot discusses new ways of parallelizing MCMC by solving for an entire trajectory at once rather than computing every step sequentially, a potentially powerful direction for expensive, high-dimensional problems. Adrian, meanwhile, talks about exploring non-adjusting methods and going beyond first-order information by investigating how higher-order autodiff and second-order derivatives could open up new possibilities for sampling.

    It's a glimpse into some of the ideas that could help make MCMC faster and more scalable as computational hardware continues to become increasingly parallel.

    Full discussion here

    Support & Resources
    → Support the show on Patreon
    → Bayesian Modeling Course (first 2 lessons free):
    Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work!
More Education podcasts
About Learning Bayesian Statistics
Are you a researcher or data scientist / analyst / ninja? Do you want to learn Bayesian inference, stay up to date or simply want to understand what Bayesian inference is? Then this podcast is for you! You'll hear from researchers and practitioners of all fields about how they use Bayesian statistics, and how in turn YOU can apply these methods in your modeling workflow. When I started learning Bayesian methods, I really wished there were a podcast out there that could introduce me to the methods, the projects and the people who make all that possible. So I created "Learning Bayesian Statistics", where you'll get to hear how Bayesian statistics are used to detect black matter in outer space, forecast elections or understand how diseases spread and can ultimately be stopped. But this show is not only about successes -- it's also about failures, because that's how we learn best. So you'll often hear the guests talking about what *didn't* work in their projects, why, and how they overcame these challenges. Because, in the end, we're all lifelong learners! My name is Alex Andorra by the way. By day, I'm a Senior data scientist. By night, I don't (yet) fight crime, but I'm an open-source enthusiast and core contributor to the python packages PyMC and ArviZ. I also love Nutella, but I don't like talking about it – I prefer eating it. So, whether you want to learn Bayesian statistics or hear about the latest libraries, books and applications, this podcast is for you -- just subscribe! You can also support the show and unlock exclusive Bayesian swag on Patreon!
Podcast website

Listen to Learning Bayesian Statistics, The Jefferson Fisher Podcast and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features