mcmc-types: Common types for sampling.
Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms.
An instance of an MCMC problem can be characterized by the following:
A target distribution over some parameter space
A parameter space for a Markov chain to wander over
A transition operator to drive the Markov chain
mcmc-types provides the suitably-general Target
, Chain
, and
Transition
types for representing these things respectively.
Downloads
- mcmc-types-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3 |
---|---|
Dependencies | base (<5), containers, mwc-probability (>=1.0.0), transformers [details] |
License | MIT |
Author | Jared Tobin |
Maintainer | jared@jtobin.ca |
Revised | Revision 1 made by JaredTobin at 2015-10-06T08:55:26Z |
Category | Numeric, Math |
Home page | http://github.com/jtobin/mcmc-types |
Source repo | head: git clone http://github.com/jtobin/mcmc-types.git |
Uploaded | by JaredTobin at 2015-10-06T08:53:23Z |
Distributions | LTSHaskell:1.0.3, NixOS:1.0.3, Stackage:1.0.3 |
Reverse Dependencies | 5 direct, 1 indirect [details] |
Downloads | 3988 total (2 in the last 30 days) |
Rating | 1.75 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-10-17 [all 1 reports] |