hstatistics: Statistics

[ bsd3, library, math, statistics ] [ Propose Tags ]

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 <http://hackage.haskell.org/package/statistics

Feature requests, suggestions, and bug fixes welcome.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.0.7, 0.2.0.8, 0.2.1.1, 0.2.2.1, 0.2.2.2, 0.2.2.4, 0.2.2.5, 0.2.2.6, 0.2.2.7, 0.2.2.8, 0.2.2.9, 0.2.2.10, 0.2.2.11, 0.2.3, 0.2.4, 0.2.4.1, 0.2.4.2, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3, 0.2.5.4, 0.3, 0.3.1
Change log CHANGES
Dependencies array, base (>=4 && <5), hmatrix (>=0.10.0.0 && <0.17), hmatrix-gsl-stats (>=0.1.2.9), random [details]
License BSD-3-Clause
Copyright (c) A.V.H. McPhail 2010, 2011
Author Vivian McPhail
Maintainer haskell.vivian.mcphail <at> gmail <dot> com
Revised Revision 1 made by HerbertValerioRiedel at 2018-10-03T23:15:50Z
Category Math, Statistics
Home page http://code.haskell.org/hstatistics
Source repo head: darcs get http://code.haskell.org/hstatistics
Uploaded by VivianMcPhail at 2011-09-09T05:10:20Z
Distributions LTSHaskell:0.3.1, NixOS:0.3.1, Stackage:0.3.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 26475 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hstatistics-0.2.2.10

[back to package description]
-----------------------------------------
 A simple scientific library for Haskell
-----------------------------------------

INSTALLATION

See the INSTALL file.

ACKNOWLEDGEMENTS -----------------------------------------------------

I thank ALberto Ruiz for hmatrix, especially for setup files which I
have shamelessly copied and modified