Go to file
Vinzent Steinberg e54d4aba8b Calculate standard error of weighted mean
Also improve the documentation a bit.
2017-05-05 20:36:10 +02:00
benches Add test comparing to streaming-stats 2017-05-05 16:40:23 +02:00
src Calculate standard error of weighted mean 2017-05-05 20:36:10 +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.yml Fix travis 2017-05-05 16:58:39 +02:00
Cargo.toml Bump version 2017-05-05 17:14:32 +02:00
README.md Tweak README 2017-05-05 17:01:59 +02:00

average

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

Documentation | crates.io

Build Status