foldl-statistics: Statistical functions from the statistics package implemented as Folds.
This version is deprecated.
The use of this package allows statistics to be computed using at most two
passes over the input data, one to compute a mean and one to compute a further
statistic such as variance and nth central moments. All algorithms are the
obvious implementation of Bryan O'Sullivan's
statistics package imeplemented
as Fold
s from the
foldl package.
[Skip to Readme]
Downloads
- foldl-statistics-0.1.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.4.4, 0.1.4.5, 0.1.4.6, 0.1.5.0, 0.1.5.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <5), foldl (>=1.1 && <1.2.2), math-functions (>=0.1 && <0.3), profunctors (>=5.2 && <5.3), semigroups [details] |
License | BSD-3-Clause |
Copyright | 2016 Data61 (CSIRO) |
Author | Alex Mason |
Maintainer | Alex.Mason@data61.csiro.au |
Revised | Revision 1 made by AlexMason at 2018-01-11T02:03:27Z |
Category | Math, Statistics |
Home page | http://github.com/Data61/foldl-statistics#readme |
Source repo | head: git clone https://github.com/Data61/foldl-statistics |
Uploaded | by AlexMason at 2016-09-23T13:46:08Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7786 total (38 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-09-23 [all 1 reports] |