monoid-statistics: Monoids for calculation of statistics of sample

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.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1, 0.2, 0.3, 0.3.1, 1.0.0, 1.0.1.0, 1.1.0, 1.1.1, 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.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 2022-05-23T17:22:45Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for monoid-statistics-1.1.1

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