https://github.com/ondrejbiza/mcmc
Markov Chain Monte Carlo methods.
https://github.com/ondrejbiza/mcmc
mcmc mcmc-sampler metropolis-hastings probability sampling statistics
Last synced: 8 months ago
JSON representation
Markov Chain Monte Carlo methods.
- Host: GitHub
- URL: https://github.com/ondrejbiza/mcmc
- Owner: ondrejbiza
- License: mit
- Created: 2019-03-24T14:03:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T15:15:07.000Z (over 6 years ago)
- Last Synced: 2025-01-08T11:41:47.198Z (9 months ago)
- Topics: mcmc, mcmc-sampler, metropolis-hastings, probability, sampling, statistics
- Language: Python
- Size: 317 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markov Chain Monte Carlo methods
This repository replicates the figures from [C. Andrieu's et al. tutorial on MCMC methods](https://link.springer.com/article/10.1023/A:1020281327116).
## The Metropolis-Hastings algorithm
Changing iterations:



Changing variance of the proposal distribution:




