BSD-3-Clause licensed by Vivian McPhail
Maintained by haskell.vivian.mcphail <at> gmail <dot> com
This version can be pinned in stack with:hmatrix-gsl-stats-0.4.1.6@sha256:e489eb24bbc722adc53a20fa1f97da9507075c1f69c28845dd7cb03518ef856b,3192

Module documentation for 0.4.1.6

  • Numeric
    • Numeric.GSL
      • Numeric.GSL.Distribution
        • Numeric.GSL.Distribution.Common
        • Numeric.GSL.Distribution.Continuous
        • Numeric.GSL.Distribution.Discrete
      • Numeric.GSL.Fitting
        • Numeric.GSL.Fitting.Linear
      • Numeric.GSL.Histogram
      • Numeric.GSL.Histogram2D
      • Numeric.GSL.Permutation
      • Numeric.GSL.Sort
      • Numeric.GSL.Statistics
Used by 2 packages in nightly-2017-05-14(full list with versions):

Purely functional interface for statistics based on hmatrix and GSL

Relieves the burden of alloc/free routines and is otherwise essentially 1:1

Documentation can be found at http://www.gnu.org/software/gsl/manual/

The vector type is Data.Vector.Storable from the vector package.