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

#2073 in Algorithms

Download history 4987/week @ 2023-12-11 4558/week @ 2023-12-18 4380/week @ 2023-12-25 4939/week @ 2024-01-01 5516/week @ 2024-01-08 5294/week @ 2024-01-15 5854/week @ 2024-01-22 5443/week @ 2024-01-29 4676/week @ 2024-02-05 4860/week @ 2024-02-12 5423/week @ 2024-02-19 4891/week @ 2024-02-26 4978/week @ 2024-03-04 4525/week @ 2024-03-11 5610/week @ 2024-03-18 3951/week @ 2024-03-25

19,594 downloads per month
Used in 18 crates (14 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

~1MB
~20K SLoC