histogram-fill-0.6.2.0: Library for histograms creation.

Safe HaskellSafe-Infered

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 

binIntSource

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Upper bound

-> BinInt 

Construct BinInt.

binIntNSource

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Upper bound

-> BinInt 

Construct BinInt.

binIntStepSource

Arguments

:: Int

Lower bound

-> Int

Bin size

-> Int

Number of bins

-> BinInt