A simple statistics library written in Rust. It draws inspiration from the python stdlib statistics module.
Add this to your Cargo.toml
:
[dependencies]
statistical = "1.0.0"
and this to your crate root:
extern crate statistical;
Pull Requests and Issues welcome!