Skip to content

Latest commit

 

History

History
83 lines (76 loc) · 7.4 KB

README.md

File metadata and controls

83 lines (76 loc) · 7.4 KB

Bayesian Inference

Remember that using Bayes' Theorem doesn't make you a Bayesian. Quantifying uncertainty with probability makes you a Bayesian. (Michael Betancourt)

Overview

  • Books
    • Free book on Bayesian Inference written in Jupyter Notebooks - Bayesian Methods for Hackers Cam Davidson-Pilon (the main author)
    • Bayesian Data Analysis (2020) Andrew Gelman, John B. Carlin, Hal S. Stern, David B. Dunson, Aki Vehtari, Donald B. Rubin
  • Bayesian Workflow (2020) Andrew Gelman, Aki Vehtari, Daniel Simpson, Charles C. Margossian, Bob Carpenter, Yuling Yao, Lauren Kennedy, Jonah Gabry, Paul-Christian Bürkner, Martin Modrák

Markov chain Monte Carlo (MCMC)

Approximate Bayesian Computation (ABC)

Variational Inference (VI)

Gaussian processes

Uncertainty calibration

Software