Rust easy stats
easy_stats is a library which contains functions that make it easy to perform basic descriptive statistics.
Usage
Calculate the mean from a list of numbers:
use easy_stats;
let arg = vec!;
let average = mean;
assert_eq!;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.