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

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.2.1.0), 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>
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 2017-10-23T08:19:53Z
Distributions NixOS:1.1.5
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 4756 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-23 [all 1 reports]

Readme for monoid-statistics-1.0.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.