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: about 2 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T15:15:07.000Z (over 7 years ago)
- Last Synced: 2025-02-25T22:46:25.372Z (over 1 year 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:




