packages feed

hstatistics-0.3.1: hstatistics.cabal

Name:               hstatistics
Version:            0.3.1
License:            BSD3
License-file:       LICENSE
Copyright:          (c) A.V.H. McPhail 2010--2014, 2016, 2017, 2020
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 ==8.0.1

cabal-version:      >=1.10

build-type:         Simple

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

library

    default-language:   Haskell2010

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

    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-options:        -Wall -fno-warn-missing-signatures
                              -fno-warn-orphans
                              -fno-warn-unused-binds

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