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
Change log Changelog.md
Dependencies base (>=4.12 && <5), exceptions (>=0.10), math-functions (>=0.3), vector (>=0.13 && <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 2023-10-16T18:53:04Z
Distributions NixOS:1.1.5
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 4773 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-10-16 [all 1 reports]

Readme for monoid-statistics-1.1.5

[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.