Name: hstatistics Version: 0.2.2.11 x-revision: 1 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010, 2011 Author: Vivian McPhail Maintainer: haskell.vivian.mcphail gmail com Stability: provisional Homepage: http://code.haskell.org/hstatistics Synopsis: Statistics Description: Purely functional interface for statistics based on hmatrix and hmatrix-gsl-stats . When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable from the vector package and compatible with the 'statistics' package =1.8 build-type: Simple extra-source-files: README INSTALL CHANGES extra-tmp-files: hstatistics.buildinfo library Build-Depends: base >= 4 && < 5, array, random, hmatrix >= 0.10.0.0 && < 0.17, hmatrix-gsl-stats >= 0.1.2.9 Extensions: hs-source-dirs: lib Exposed-modules: Numeric.Statistics Numeric.Statistics.PCA Numeric.Statistics.ICA Numeric.Statistics.PDF Numeric.Statistics.Information Numeric.Statistics.Histogram Numeric.Statistics.Surrogate other-modules: C-sources: ghc-prof-options: -auto ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-orphans -fno-warn-unused-binds source-repository head type: darcs location: http://code.haskell.org/hstatistics