package prbnmcn-stats

  1. Overview
  2. Docs

Module Stats.MhSource

Metropolis-Hastings MCMC

MCMC

Sourcemodule type MH_parameters = sig ... end

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

Generic sampling loop.

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

Metropolis-Hastings functor.

OCaml

Innovation. Community. Security.