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

Control.Monad.Bayes.Inference.Lazy.WIS

Synopsis

Documentation

lwis :: Int -> WeightedT SamplerT a -> IO [a] Source #

WeightedT Importance Sampling

Likelihood weighted importance sampling first draws n weighted samples, and then samples a stream of results from that regarded as an empirical distribution