Popularity
5.1
Stable
Activity
4.1
Declining
14
3
0
Monthly Downloads: 12
Programming language: Haskell
License: GNU General Public License v3.0 or later
Latest version: v0.2.3
Add another 'mcmc' Package
README
Markov chain Monte Carlo
Sample from a posterior using Markov chain Monte Carlo methods.
At the moment, the library is tailored to the Metropolis-Hastings algorithm since it covers most use cases. More algorithms will be implemented soon.
Documentation
The source code contains detailed documentation about general concepts as well as specific functions.
Examples
Have a look at the example MCMC analyses. They can be built with Stack and are attached to this repository.
git clone https://github.com/dschrempf/mcmc.git
cd mcmc
stack build
For example, estimate the accuracy of an archer with
stack exec archery