foldl-statistics: Statistical functions from the statistics package implemented as Folds.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 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.0, 0.1.5.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), containers (>=0.1.0.0 && <0.6), foldl (>=1.1 && <1.4), hashable (>=1.0.1.1 && <1.3), math-functions (>=0.1 && <0.3), profunctors (>=5.2 && <5.3), semigroups (>=0.18 && <1.0), unordered-containers (>=0.1.0.0 && <0.3) [details] |
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-01-12T05:11:48Z |
Modules
[Index]
- Control
Downloads
- foldl-statistics-0.1.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees