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

Control.Monad.Bayes.Inference.Lazy.WIS

Synopsis

Documentation

lwis :: Int -> Weighted Sampler a -> IO [a] Source #

Weighted 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