foldl-statistics: Statistical functions from the statistics package implemented as Folds.
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.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.7 && <5), containers (>=0.1.0.0 && <0.7), foldl (>=1.1 && <1.5), hashable (>=1.0.1.1 && <1.3), math-functions (>=0.1 && <0.4), profunctors (>=5.2 && <5.4), semigroups (>=0.18 && <1.0), unordered-containers (>=0.1.0.0 && <0.3) [details] |
Tested with | ghc ==7.8.4, ghc ==7.10.2, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.1 |
License | BSD-3-Clause |
Copyright | 2016 Data61 (CSIRO) |
Author | Alex Mason |
Maintainer | Alex.Mason@data61.csiro.au |
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 2018-09-25T06:53:55Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7807 total (39 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 2018-09-25 [all 1 reports] |