rstats 0.3.3

Simple Statistics: Means, Median, Correlations
Documentation
[[bench]]
harness = false
name = "mybenchmark"
[badges.maintenance]
status = "actively-developed"
[dependencies.anyhow]
version = "^1"
[dev-dependencies.criterion]
version = "0.3"

[lib]

[package]
authors = ["Libor Spacek"]
categories = ["science", "mathematics", "algorithms"]
description = "Simple Statistics: Means, Median, Correlations"
edition = "2018"
homepage = "https://github.com/liborty/rustats"
include = ["src/*.rs", "tests/*.rs", "benches/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["statistics", "vectors", "geometric-median", "n-dimensional", "time-dependent"]
license = "Apache-2.0"
name = "rstats"
repository = "https://github.com/liborty/rustats"
version = "0.3.3"