Go to file
Vinzent Steinberg a89d9db954 Enable travis
2017-05-05 16:56:16 +02:00
benches Add test comparing to streaming-stats 2017-05-05 16:40:23 +02:00
src Add test comparing to streaming-stats 2017-05-05 16:40:23 +02:00
tests Add test comparing to streaming-stats 2017-05-05 16:40:23 +02:00
.gitignore Initial commit 2017-04-26 20:24:20 +02:00
.travis.yaml Enable travis 2017-05-05 16:56:16 +02:00
Cargo.toml Make benchmarks work on stable 2017-05-05 16:20:44 +02:00
README.md Tweak README 2017-05-05 16:54:01 +02:00

average

Calculate the average of a sequence and its error iteratively, using constant memory.

Documentation | crates.io