hstatistics-0.2.5.4: Statistics

Copyright(c) A. V. H. McPhail 2010 2014
LicenseBSD3
Maintainerhaskell.vivian.mcphail <at> gmail <dot> com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Numeric.Statistics.Histogram

Description

create histograms from density functions

Documentation

cumulativeToHistogram Source #

Arguments

:: (Double -> Double)

the cumulative distribution function D(x <= X)

-> Vector Double

the bins

-> Histogram

the resulting histogram

gaussianHistogram Source #

Arguments

:: Double

mean

-> Double

standard deviation

-> Vector Double

the bins

-> Histogram

the resulting histogram