This repository contains the code for my submission for the FSharp Advent calendar for 2020. My submission involves developing a framework for conducting Bayesian Inference in F#.
One of the best resources for learning Bayesian Statistical Methods is this playlist by Ben Lambert in addition to his book. A more mathematically involved book is this one by Peter Hoff.
- https://stephens999.github.io/fiveMinuteStats/MH_intro.html
- https://bookdown.org/rdpeng/advstatcomp/metropolis-hastings.html
- https://towardsdatascience.com/bayesian-statistics-metropolis-hastings-from-scratch-in-python-c3b10cc4382d
- http://galton.uchicago.edu/~eichler/stat24600/Handouts/l12.pdf
- https://www.jarad.me/courses/stat544/slides/Ch11/Ch11a.pdf
- https://towardsdatascience.com/from-scratch-bayesian-inference-markov-chain-monte-carlo-and-metropolis-hastings-in-python-ef21a29e25a