Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.24 KB

Multi-Parameter Bayesian Inference Using Markov Chain Monte Carlo (MCMC) Sampling and the Metropolis-Hastings Algorithm

There are two (similar) versions, one in Python and one in C++:

  • Readme for the Python version.

  • Readme for the C++ version.

References

Notes

  • The Python version has one example more than the C++ version (Coin_upd).

  • The differences in the results between the two versions are mostly due to the randomly generated initial data (array data). To compare solutions, simply generate and save the data using one of the versions and then load them in the other version.

  • The remaining (very) small differences are due to the randomness implicit in the Metropolis-Hastings algorithm.