probability-0.1: Computations with discrete random variables

Bayesian

Contents

Synopsis

Abbreviations, smart constructors

type State a = [a]Source

type PState a = Dist (State a)Source

type STrans a = State a -> PState aSource

type SPred a = a -> State a -> BoolSource

bin :: Eq a => a -> a -> ProbRep -> ProbRep -> ProbRep -> ProbRep -> a -> STrans aSource

data Nodes Source

Two possible causes for one effect

Constructors

A 
B 
E 

Instances

queries