| Crates.io | statistical |
| lib.rs | statistical |
| version | 1.0.0 |
| created_at | 2015-07-09 08:58:33.853619+00 |
| updated_at | 2019-01-30 05:14:12.672897+00 |
| description | A simple statistics library |
| homepage | https://github.com/JeffBelgum/statistical |
| repository | https://github.com/JeffBelgum/statistical |
| max_upload_size | |
| id | 2569 |
| size | 22,211 |
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!