stats-ci 0.0.13

A pure Rust library for computing and working with confidence intervals on sample data.
Documentation
[[bench]]
harness = false
name = "bench_mean_ci"

[[bench]]
harness = false
name = "bench_kahan"
[dependencies.approx]
optional = true
version = "0.5.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.statrs]
version = "0.16.0"

[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.lazy-regex]
version = "2.5.0"

[dev-dependencies.nu-ansi-term]
version = "0.47"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_chacha]
version = "0.3.1"

[dev-dependencies.rand_seeder]
version = "0.2.3"

[dev-dependencies.rayon]
version = "1.7.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.toml]
version = "0.7.3"

[features]
approx = ["dep:approx"]
default = ["approx"]
serde = ["dep:serde"]

[package]
authors = ["xdefago"]
categories = ["mathematics", "science"]
description = "A pure Rust library for computing and working with confidence intervals on sample data."
documentation = "https://docs.rs/stats-ci/"
edition = "2021"
keywords = ["math", "statistics", "stats", "sampling", "analysis"]
license = "MIT OR Apache-2.0"
name = "stats-ci"
readme = "README.md"
repository = "https://github.com/xdefago/stats-ci"
version = "0.0.13"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./resources/docs-header.html"]