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

#1215 in Algorithms

Download history 5025/week @ 2024-03-14 5124/week @ 2024-03-21 4926/week @ 2024-03-28 7050/week @ 2024-04-04 8287/week @ 2024-04-11 7681/week @ 2024-04-18 7962/week @ 2024-04-25 12508/week @ 2024-05-02 7977/week @ 2024-05-09 9259/week @ 2024-05-16 7173/week @ 2024-05-23 11123/week @ 2024-05-30 8498/week @ 2024-06-06 9677/week @ 2024-06-13 10420/week @ 2024-06-20 7436/week @ 2024-06-27

37,665 downloads per month
Used in 19 crates (15 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