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 |
#1251 in Algorithms
36,311 downloads per month
Used in 21 crates
(17 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
~1.5MB
~20K SLoC