rstats 0.4.10

Statistical Measures, Vector Algebra, Geometric Median, Data Analysis and Machine Learning
Documentation
[package]
name = "rstats"
version = "0.4.10"
authors = ["Libor Spacek"]
edition = "2018"
description = "Statistical Measures, Vector Algebra, Geometric Median, Data Analysis and Machine Learning"
homepage = "https://github.com/liborty/rustats"
repository = "https://github.com/liborty/rustats"
license = "Apache-2.0"
keywords = ["statistics","vector-algebra","geometric-median","machine-learning","multidimensional"]
categories = ["science","mathematics","algorithms","visualization","concurrency"]
include = [
    "src/*.rs",
    "tests/*.rs",
    "benches/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE"
]
[badges]
maintenance = { status = "actively-developed" }
[lib]
[dependencies]
anyhow = "^1"

[dev-dependencies]
devtimer = "4"
# criterion = "0.3"

[[bench]]
name = "mybenchmark"
harness = false