histogram-fill-0.5.1: Library for histograms creation.

Data.Histogram.Bin.BinInt

Synopsis

Documentation

data BinInt Source

Integer bins with size which differ from 1.

  1. Low bound
  2. Bin size
  3. Number of bins

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