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

Download history 9884/week @ 2024-06-19 9336/week @ 2024-06-26 7213/week @ 2024-07-03 8346/week @ 2024-07-10 7287/week @ 2024-07-17 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 8193/week @ 2024-10-02

36,311 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