Name: hstatistics Version: 0.2.2.1 License: GPL License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010 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. Category: Math, Statistics tested-with: GHC ==6.12.1 cabal-version: >=1.2 build-type: Simple extra-source-files: README INSTALL CHANGES extra-tmp-files: hstatistics.buildinfo library Build-Depends: base >= 3 && < 5, array, random, hmatrix >= 0.10.0, hmatrix-gsl-stats >= 0.1.2.1 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