3 releases (1 stable)
Uses old Rust 2015
1.0.0 | Jan 30, 2019 |
---|---|
0.1.1 | Aug 11, 2015 |
0.0.1 | Jul 9, 2015 |
#790 in Algorithms
12,642 downloads per month
Used in 12 crates
(11 directly)
21KB
461 lines
Statistical

A simple statistics library written in Rust. It draws inspiration from the python stdlib statistics module.
Usage
Add this to your Cargo.toml
:
[dependencies]
statistical = "1.0.0"
and this to your crate root:
extern crate statistical;
Contributions
Pull Requests and Issues welcome!
lib.rs
:
A simple statistics library
Heavily inspired by the python standard library statistics module.
Dependencies
~1MB
~18K SLoC