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

#861 in Algorithms

Download history 3762/week @ 2023-10-27 5276/week @ 2023-11-03 5340/week @ 2023-11-10 3772/week @ 2023-11-17 4064/week @ 2023-11-24 4580/week @ 2023-12-01 5075/week @ 2023-12-08 4598/week @ 2023-12-15 4481/week @ 2023-12-22 4878/week @ 2023-12-29 5404/week @ 2024-01-05 5265/week @ 2024-01-12 5988/week @ 2024-01-19 5570/week @ 2024-01-26 4736/week @ 2024-02-02 4037/week @ 2024-02-09

21,249 downloads per month
Used in 17 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
~19K SLoC