mcmc-types: Common types for sampling.

[ library, math, mit, numeric ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

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

Package maintainers

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 3802 total (23 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]