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

#790 in Algorithms

Download history 3972/week @ 2023-06-13 4093/week @ 2023-06-20 3940/week @ 2023-06-27 3833/week @ 2023-07-04 2641/week @ 2023-07-11 2931/week @ 2023-07-18 2888/week @ 2023-07-25 3015/week @ 2023-08-01 2732/week @ 2023-08-08 2708/week @ 2023-08-15 3090/week @ 2023-08-22 2538/week @ 2023-08-29 3108/week @ 2023-09-05 2788/week @ 2023-09-12 3323/week @ 2023-09-19 3070/week @ 2023-09-26

12,642 downloads per month
Used in 12 crates (11 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
~18K SLoC