Skip to content

🚫 ↩️ A document that introduces Bayesian data analysis.

License

CC0-1.0, Unknown licenses found

Licenses found

CC0-1.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

m-clark/bayesian-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e5539c · Feb 21, 2022

History

69 Commits
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Jul 23, 2017
Dec 10, 2016
Nov 24, 2017
Mar 8, 2018
Sep 30, 2017
Dec 10, 2016
Feb 21, 2022
Dec 10, 2016
Dec 10, 2016
May 18, 2018
May 18, 2018
Jul 29, 2018
Dec 10, 2016
Dec 10, 2016
Feb 21, 2022
Feb 21, 2022
Dec 19, 2016
Feb 20, 2022
Feb 21, 2022
Feb 15, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022
Sep 28, 2017
Sep 28, 2017

Repository files navigation

Bayesian Basics

This is a document that introduces Bayesian data analysis. It serves as a practical and applied introduction to Bayesian approaches for the uninitiated. The goal is to provide just enough information in a brief format to allow one to feel comfortable exploring Bayesian data analysis for themselves, assuming they have the requisite context to begin with.

After a conceptual introduction, a fully visible by-hand example is provided using the binomial distribution. After that, the document proceeds to introduce fully Bayesian analysis with the standard linear regression model, as that is the basis for most applied statistics courses and is assumed to be most familiar to the reader. Model diagnostics, model enhancements, and additional modeling issues are then explored. Supplemental content in the appendix provides more technical detail if desired, and includes a maximum likelihood refresher, an overview of programming options in Bayesian analysis, the same regression model using BUGS and JAGS, and 'by-hand' code for the model using the Metropolis-Hastings and Hamiltonian Monte Carlo algorithms. link to doc

Contents:

  • The Bayesian Idea
  • A by-hand example
  • A standard regression model
  • Diagnostics
  • Model enhancements
  • Common issues encountered
  • An appendix with some more detailed code exposition

There is a shiny app to play with also.