Skip to content

Basic statistical functions on streams for Rust.

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
UNLICENSE
Unknown
COPYING
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

GeminiCarrie/rust-stats

 
 

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"

About

Basic statistical functions on streams for Rust.

Resources

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
UNLICENSE
Unknown
COPYING
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.6%
  • Rust 22.7%
  • Makefile 4.5%
  • C++ 4.2%