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

#1447 in Algorithms

Download history 7328/week @ 2024-12-16 2862/week @ 2024-12-23 4489/week @ 2024-12-30 9624/week @ 2025-01-06 8944/week @ 2025-01-13 8757/week @ 2025-01-20 10033/week @ 2025-01-27 11534/week @ 2025-02-03 8677/week @ 2025-02-10 10233/week @ 2025-02-17 11325/week @ 2025-02-24 8747/week @ 2025-03-03 12716/week @ 2025-03-10 10241/week @ 2025-03-17 7306/week @ 2025-03-24 8646/week @ 2025-03-31

39,727 downloads per month
Used in 24 crates (19 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