foldl-incremental-0.2.0.0: incremental folds

Safe HaskellNone
LanguageHaskell2010

Data.Histogram.Adaptable

Contents

Synopsis

Immutable adaptable histograms

type HistogramDU = Histogram BinDU Double Source

Immutable Adaptable histogram.

insertAt :: Histogram BinDU Double -> Double -> Histogram BinDU Double Source

dont interpolate the bin values

smallestCutSingle :: (Bin b, Unbox a, Ord a, Num a) => Histogram b a -> Int Source