An experimental library that provides some common statistical functions with some support for computing them efficiently on streams of data. The intent is to permit parallel computation of statistics on large data sets.
Dual-licensed under MIT or the UNLICENSE.
Some documentation exists here: https://docs.rs/streaming-stats.
Simply add streaming-stats
as a dependency to your project's Cargo.toml
:
[dependencies]
streaming-stats = "0.2"