basic_stats 0.1.1

Lightweight library with basic statistical estimators and hypothesis tests.
Documentation
[dependencies.hypors]
optional = true
version = "0.2"

[dependencies.polars]
optional = true
version = "0.43"

[dependencies.statrs]
version = "0.18"

[[example]]
name = "iter_with_counts"
path = "examples/iter_with_counts.rs"

[[example]]
name = "wilcoxon_book_data"
path = "examples/wilcoxon_book_data.rs"

[features]
_hypors = ["dep:hypors", "dep:polars"]
all = ["bernoulli", "wilcoxon"]
bernoulli = []
wilcoxon = []

[lib]
name = "basic_stats"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Lightweight library with basic statistical estimators and hypothesis tests."
documentation = "https://docs.rs/basic_stats/latest/basic_stats/"
edition = "2024"
exclude = ["CHANGELOG.md", "*.sh", ".gitignore"]
keywords = ["statistics", "estimators", "hypothesis", "tests", "non-parametric"]
license = "MIT"
name = "basic_stats"
readme = "README.md"
repository = "https://github.com/pvillela/rust-basic-stats/tree/main"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true