streaming-stats

Crates.iostreaming-stats
lib.rsstreaming-stats
version0.2.3
sourcesrc
created_at2014-11-21 00:14:52.344317
updated_at2020-01-15 15:10:10.732038
descriptionExperimental crate for computing basic statistics on streams.
homepagehttps://github.com/BurntSushi/rust-stats
repositoryhttps://github.com/BurntSushi/rust-stats
max_upload_size
id195
size35,706
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/streaming-stats

README

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.

Build status

Dual-licensed under MIT or the UNLICENSE.

Documentation

Some documentation exists here: https://docs.rs/streaming-stats.

Installation

Simply add streaming-stats as a dependency to your project's Cargo.toml:

[dependencies]
streaming-stats = "0.2"
Commit count: 98

cargo fmt