histogram-fill-0.8.4.1: Library for histograms creation.

Safe HaskellNone
LanguageHaskell98

Data.Histogram.Bin.BinInt

Synopsis

Documentation

data BinInt Source

Integer bins of equal size. For roundtripping use:

b = binIntStep (lowerLimit b) (binSize b) (nBins b)

Constructors

BinInt !Int !Int !Int 

binInt Source

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Upper bound

-> BinInt 

Construct BinInt.

binIntN Source

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Upper bound

-> BinInt 

Construct BinInt.

binIntStep Source

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Number of bins

-> BinInt