statistical

Crates.iostatistical
lib.rsstatistical
version1.0.0
sourcesrc
created_at2015-07-09 08:58:33.853619
updated_at2019-01-30 05:14:12.672897
descriptionA simple statistics library
homepagehttps://github.com/JeffBelgum/statistical
repositoryhttps://github.com/JeffBelgum/statistical
max_upload_size
id2569
size22,211
Jeff Belgum (JeffBelgum)

documentation

https://jeffbelgum.github.io/statistical/statistical/

README

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!

Commit count: 27

cargo fmt