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

#2642 in Algorithms

Download history 18091/week @ 2025-09-12 17016/week @ 2025-09-19 20042/week @ 2025-09-26 18156/week @ 2025-10-03 17515/week @ 2025-10-10 21230/week @ 2025-10-17 17237/week @ 2025-10-24 16311/week @ 2025-10-31 17609/week @ 2025-11-07 22466/week @ 2025-11-14 17032/week @ 2025-11-21 16738/week @ 2025-11-28 20141/week @ 2025-12-05 20970/week @ 2025-12-12 20963/week @ 2025-12-19 9499/week @ 2025-12-26

74,972 downloads per month
Used in 29 crates (23 directly)

MIT license

21KB
461 lines

A simple statistics library

Heavily inspired by the python standard library statistics module.


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!

Dependencies

~1.5MB
~20K SLoC