hVOIDP-1.0.1: Optimal variable selection in chain graphical model.

Table

Documentation

data Table a b Source

Instances

(Show a, Show b, Ix b) => Show (Table a b) 

newTable :: Ix b => [(b, a)] -> Table a bSource

findTable :: Ix b => Table a b -> b -> aSource

updTable :: Ix b => (b, a) -> Table a b -> Table a bSource