Vinzent Steinberg c9829a1279 Clean up tests
2019-07-08 17:32:42 +02:00
2019-07-08 17:32:42 +02:00
2019-07-08 17:32:42 +02:00
2019-07-08 17:32:42 +02:00
2017-04-26 20:24:20 +02:00
2019-07-08 16:04:19 +02:00
2017-11-19 11:07:58 +01:00
2017-11-19 11:07:58 +01:00

average

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

This crate works without std.

Documentation Status Latest Version Build Status

Implemented statistics

  • Mean and its error.
  • Variance, skewness, kurtosis.
  • Arbitrary moments.
  • Minimum and maximum.
  • Quantile.
  • Histogram.

Crate features

The following optional feature is available:

  • serde1 enables serialization, via Serde version 1.

Rust version requirements

Rustc version 1.32 or greater is supported.

  • quantiles: Provides quantile estimates with bounded error but using growing space.
Description
No description provided
Readme 255 KiB
Languages
Rust 100%