rstats 0.1.2

Simple Statistics
Documentation

Rstats - Rust Stats

GitHub last commit Crates.io

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.