@hackage monoid-statistics0.3.1

Monoids for calculation of statistics of sample

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.

This packages is quite similar to monoids package but limited to calculation on statistics. In particular it makes use of commutatitvity of statistical monoids.

Changes:

  • 0.3.1 Better documentation; Fix in Min/Max monoids