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

#1626 in Algorithms

Download history 7684/week @ 2024-10-19 7891/week @ 2024-10-26 7339/week @ 2024-11-02 7911/week @ 2024-11-09 8364/week @ 2024-11-16 5915/week @ 2024-11-23 7818/week @ 2024-11-30 8151/week @ 2024-12-07 7871/week @ 2024-12-14 3107/week @ 2024-12-21 4480/week @ 2024-12-28 8913/week @ 2025-01-04 9588/week @ 2025-01-11 8760/week @ 2025-01-18 9492/week @ 2025-01-25 9415/week @ 2025-02-01

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

~1.5MB
~20K SLoC