Module Stats.Mh

Metropolis-Hastings MCMC

MCMC

module type MH_parameters = sig ... end

MH_parameters packs sufficient data to construct a Metropolis-Hastings sampler.

Generic sampling loop.

module Make (X : MH_parameters) : sig ... end

Metropolis-Hastings functor.