monad-bayes-1.3.0: A library for probabilistic programming.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.Bayes.Inference.Lazy.MH

Documentation

mh :: forall a. Double -> WeightedT Sampler a -> IO [(a, Log Double)] Source #

mutateTree :: forall g. RandomGen g => Double -> g -> Tree -> Tree Source #