packages feed

hstatistics-0.2.5.3: hstatistics.cabal

Name:               hstatistics
Version:            0.2.5.3
License:            BSD3
License-file:       LICENSE
Copyright:          (c) A.V.H. McPhail 2010, 2011, 2012, 2013, 2014
Author:             Vivian McPhail
Maintainer:         haskell.vivian.mcphail <at> gmail <dot> com
Stability:          provisional
Homepage:           http://code.haskell.org/hstatistics
Synopsis:           Statistics
Description:        
     Purely functional interface for statistics based on hmatrix and hmatrix-gsl-stats
     .
     The vector type is Data.Vector.Storable from the 'vector' package and compatible with the 'statistics' package. 
     <http://hackage.haskell.org/package/statistics> 
     .
     Feature requests, suggestions, and bug fixes welcome.
Category:           Math, Statistics
tested-with:        GHC ==7.10.2

cabal-version:      >=1.8

build-type:         Simple

extra-source-files: README INSTALL CHANGES
extra-tmp-files:    hstatistics.buildinfo

library

    Build-Depends:      base >= 4 && < 5,
                        array, random,
                        vector,
                        hmatrix >= 0.17,
                        hmatrix-gsl-stats >= 0.4

    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
                        -O2

source-repository head
    type:     git
    location: https://github.com/amcphail/hstatistics.git