Data.Histogram.Fill

Builder type class

class HistBuilder h

Operators

(<<-)

(<<-|)

(<<?)

(<<-$)

(-<<)

Histogram builders

Stateful

data HBuilderM m a b

feedOne

freezeHBuilderM

Stateless

data HBuilder a b

toHBuilderST

toHBuilderIO

toHBuilderM

Histogram constructors

Using unboxed vectors

mkSimple

mkWeighted

mkMonoidal

mkFoldBuilder

Using generic vectors

mkSimpleG

mkWeightedG

mkMonoidalG

mkFoldBuilderG

Pure fold

mkFolder

Generic constructors

mkStatefulBuilder

Fill histograms

fillBuilder

fillBuilderVec

Auxillary functions

forceInt

forceDouble

forceFloat

Examples

joinHBuilder

joinHBuilderM

treeHBuilderM

treeHBuilder