An open API service indexing awesome lists of open source software.

https://github.com/jayelm/hoff-bayesian-statistics

R Markdown notes for Peter D. Hoff, "A First Course in Bayesian Statistical Methods"
https://github.com/jayelm/hoff-bayesian-statistics

bayesian-statistics rmarkdown

Last synced: 5 months ago
JSON representation

R Markdown notes for Peter D. Hoff, "A First Course in Bayesian Statistical Methods"

Awesome Lists containing this project

README

          

# hoff-bayesian-statistics

These are (fully reproducible!) R Markdown lecture notes for [Peter D. Hoff, "A
First Course in Bayesian Statistical
Methods"](http://www.stat.washington.edu/people/pdhoff/book.php), completed as
part of a 1-semester independent study course. Only Chapters 1-8 are complete right now.

Each note includes summaries of chapter sections, with math and explanations modified to better fit my understanding and the occasional link to external resources. I also reproduce many figures in the book in a ggplot/tidyverse style, and tackle some of the exercises at the end of each chapter (correctness not guaranteed).

If you find an error or would like to improve the notes, please let me know/submit a PR!

I recommend knitting these notes in RStudio.

As a small final project, I also implemented R code for the basic binary
relation version of the Infinite Relational Model, described in [Kemp et al.
(2006), "Learning Systems of Concepts with an Infinite Relational
Model"](http://web.mit.edu/cocosci/Papers/Kemp-etal-AAAI06.pdf).