Skip to content
forked from Joseph94m/MCMC

Implementation of Markov Chain Monte Carlo in Python from scratch

License

Notifications You must be signed in to change notification settings

sleonardokap/MCMC

This branch is up to date with Joseph94m/MCMC:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2cc46cd · Oct 23, 2019

History

22 Commits
Nov 16, 2018
Oct 23, 2019
Oct 18, 2019
Oct 23, 2019
Nov 9, 2018
Nov 10, 2018
Nov 9, 2018
Nov 10, 2018
Nov 9, 2018
Nov 9, 2018
Nov 11, 2018
Nov 9, 2018
Nov 9, 2018
Nov 10, 2018
Nov 9, 2018

Repository files navigation

Markov Chain Monte Carlo

I implement from scratch, the Metropolis-Hastings algorithm in Python to find parameter distributions for a dummy data example and then of a real world problem.

I will only use numpy to implement the algorithm, and matplotlib to present the results. Scipy can be used to compute the density functions when needed, but I will also show how to implement them using numpy.

About

Implementation of Markov Chain Monte Carlo in Python from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%