2017-11-19 11:07:58 +01:00
2017-11-19 10:57:01 +01:00
2017-04-26 20:24:20 +02:00
2017-05-05 16:58:39 +02:00
2017-06-21 19:42:07 +02:00
2017-11-19 11:07:58 +01:00
2017-11-19 11:07:58 +01:00
2017-06-09 10:55:42 +02:00

average

Calculate statistics of a sequence iteratively in a single pass, using constant memory and avoiding numerical problems. The calculations can be easily parallelized by using merge.

Documentation Status Latest Version Build Status

Implemented statistics

  • Mean and its error.
  • Variance, skewness, kurtosis.
  • Minimum and maximum.
  • Quantile.
Description
No description provided
Readme 255 KiB
Languages
Rust 100%