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

Crate features

The following features are available:

Rust version requirements

Rustc version 1.36 or greater is supported.

Related Projects