bayes-stack-0.2.0.1: Framework for inferring generative probabilistic models with Gibbs sampling

Safe HaskellNone

BayesStack.Core.Gibbs

Documentation

class UpdateUnit uu whereSource

Associated Types

type ModelState uu Source

type Setting uu Source

data WrappedUpdateUnit ms Source

Constructors

forall uu . (UpdateUnit uu, ModelState uu ~ ms, NFData (Setting uu), Eq (Setting uu)) => WrappedUU uu 

gibbsUpdate :: Int -> ms -> [WrappedUpdateUnit ms] -> IO msSource