monoid-statistics: Monoids for calculation of statistics of sample

[ bsd3, library, statistics ] [ Propose Tags ]

Monoids for calculation of statistics of sample. This approach allows to calculate many statistics in one pass over data and possibility to parallelize calculations. However not all statistics could be calculated this way.


[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.2, 0.3, 0.3.1, 1.0.0, 1.0.1.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5
Dependencies base (>=4.8 && <5), math-functions (>=0.3), vector (>=0.11 && <1), vector-th-unbox (>=0.2.1.6) [details]
License BSD-3-Clause
Author Alexey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer Alexey Khudyakov <alexey.skladnoy@gmail.com>
Revised Revision 1 made by AlexeyKhudyakov at 2019-09-19T19:15:55Z
Category Statistics
Home page https://github.com/Shimuuar/monoid-statistics
Bug tracker https://github.com/Shimuuar/monoid-statistics/issues
Source repo head: git clone https://github.com/Shimuuar/monoid-statistics
Uploaded by AlexeyKhudyakov at 2019-09-19T19:11:40Z
Distributions NixOS:1.1.5
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 4778 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-19 [all 1 reports]

Readme for monoid-statistics-1.0.1.0

[back to package description]

monoid-statistics parallelizable constant space estimators

Build Status

Monoids for calculation of statistics of sample. This approach allows to calculate many statistics in one pass over data and possibility to parallelize calculations. However not all statistics could be calculated this way.