rstats 0.1.2

Simple Statistics
Documentation
# Rstats - Rust Stats
![GitHub last commit](https://img.shields.io/github/last-commit/liborty/rstats)
[![Crates.io](https://img.shields.io/crates/v/rstats)](https://docs.rs/rstats)
### Synopsis

This is a lean minimalistic crate (library) that only depends on `anyhow` (for its error handling).

The functions supplied compute all three different means (arithmetic, geometric and harmonic) of integer data.
Also included are their weighted versions useful for time dependent data analysis.

Correlation and autocorrelation.

Median and quartiles.