hstatistics-0.2.3: Statistics

Portabilityportable
Stabilityprovisional
Maintainerhaskell.vivian.mcphail <at> gmail <dot> com
Safe HaskellSafe-Infered

Numeric.Statistics.Histogram

Description

create histograms from density functions

Documentation

cumulativeToHistogramSource

Arguments

:: (Double -> Double)

the cumulative distribution function D(x <= X)

-> Vector Double

the bins

-> Histogram

the resulting histogram

gaussianHistogramSource

Arguments

:: Double

mean

-> Double

standard deviation

-> Vector Double

the bins

-> Histogram

the resulting histogram