histogram-fill-0.5.1: Library for histograms creation.

Data.Histogram.Bin.LogBinD

Contents

Synopsis

Generic and slow

data LogBinD Source

Logarithmic scale bins.

  1. Lower bound
  2. Increment ratio
  3. Number of bins

Constructors

LogBinD Double Double Int 

logBinD :: Double -> Int -> Double -> LogBinDSource

Create log-scale bins.