• Stars
    star
    121
  • Rank 292,258 (Top 6 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 8 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

hoff-bayesian-statistics

These are (fully reproducible!) R Markdown lecture notes for Peter D. Hoff, "A First Course in Bayesian Statistical Methods", 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".