Changelog of @hackage/hmatrix-gsl-stats 0.4.1.8

0.1.0.1: renamed from hstatistics 0.1.0.5

0.1.1.1: added prob to Histogram, Histogram2D changed return of getBins to curried form

0.1.1.2: fixed bug - not dividing by sum - prob for Histogram2D

0.1.1.3: minor improvements

0.1.1.4: added emptyRanges, emptyLimits to Histogram(2D) fixed lack of random0_dist changed random_mm_dist to random_mp_dist changed discrete_mm_dist to discrete_mp_dist added Binary instances of Histogram(2D) added Histogram2D.fromMatrix

0.1.1.5: fixed y limits in Histogram2D.fromLimitsIO

0.1.2.1: fixed Histogram(2D)PDF sampling

0.1.2.2: removed warning causes in Distribution.Discrete/Continuous added fromVectors, modified fromMatrix in Histogram(2D) added countInstance, probability to Histogram(2D) added probPair to Histogram2D

0.1.2.3: fixed imports to reflect changes in hmatrix

0.1.2.4: fixed imports to reflect changes in hmatrix

0.1.2.5: fixed imports to reflect changes in hmatrix

0.1.2.6: hmatrix-0.10.0.0 release

0.1.2.7: changed import from Numeric.Container to Numeric.LinearAlgebra in Histogram.hs (strange)

0.1.2.8: changed base to >= 4

0.1.2.10: hmatrix now has find, fix Histogram(2D)

0.1.2.11: fixed indentation that prevented compilation with ghc-7.2

0.1.3: Joachim Fasting fixed Numeric.GSL.Fitting.Linear.multifit

0.1.3.1: fixed .cabal repository line

0.1.3.2: fixed warning about CInt constructor not being exposed use System.IO.Unsafe.unsafePerformIO not from Foreign

0.1.3.3: removed reference to '-fvector' from the .cabal file

0.2: add cmat to app FFI calls for matrices

0.2.1: Update build configuration : copied from hmatrix

0.3: Added vectors of samples

0.3.0.1: fixed int declaration for for loops fixed up some C errors in distribution-aux.c

0.3.0.2: bumped hmatrix dependency added gsl to library dependencies

0.3.0.3: removed inline modifier from statistics-aux.c fixed CInt -> CUInt in discrete_1p_v FFI call

0.4: added RNG type to pass between calls to RNG

0.4.1: changed discrete distribution return from Int to Word32 to match C uint

0.4.1.1: remove Config.hs and configure

0.4.1.2: update for hmatrix 0.17

0.4.1.3: lower vector package bound

0.4.1.4: set upper bound for hmatrix so it complies (changes in hmatrix 0.18)

0.4.1.5: update for hmatrix 0.18

0.4.1.6: uncommented statistics functions (woops!)

0.4.1.7: trommler made -msse2 conditional

0.4.1.8: fixed segfault in some statistics functions (argument order)