numeric-statistics 0.3.2

Numeric Statistics: functions for min, max, average, variance, standard deviation, and more to come.
Documentation
[package]
name = "numeric-statistics"
version = "0.3.2"
edition = "2024"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
description = "Numeric Statistics: functions for min, max, average, variance, standard deviation, and more to come."
readme = "README.md"
repository = "https://github.com/numcommand/numeric-statistics-rust-crate/"
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
keywords = ["math", "stats", "stddev",]
categories = ["mathematics", "algorithms", "data-structures", "visualization"]
include = ["src/**/*", "LICENSE.md", "README.md"]

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"