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

#1500 in Algorithms

Download history 7842/week @ 2024-07-24 9824/week @ 2024-07-31 6942/week @ 2024-08-07 10633/week @ 2024-08-14 9719/week @ 2024-08-21 9831/week @ 2024-08-28 9523/week @ 2024-09-04 8269/week @ 2024-09-11 8824/week @ 2024-09-18 9658/week @ 2024-09-25 10054/week @ 2024-10-02 8452/week @ 2024-10-09 8629/week @ 2024-10-16 7371/week @ 2024-10-23 7792/week @ 2024-10-30 7846/week @ 2024-11-06

33,332 downloads per month
Used in 21 crates (17 directly)

MIT license

21KB
461 lines

Statistical Build Status

A simple statistics library written in Rust. It draws inspiration from the python stdlib statistics module.

Documentation

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