[package]
edition = "2024"
rust-version = "1.88"
name = "bicmath-statistics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Descriptive statistics, distributions, inference, and experiment analysis for BicMath."
homepage = "https://github.com/nikoma/bicmath"
readme = false
keywords = [
"mathematics",
"statistics",
"finance",
"mcp",
"computation",
]
categories = [
"mathematics",
"science",
"finance",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/nikoma/bicmath"
[lib]
name = "bicmath_statistics"
path = "src/lib.rs"
[dependencies.bicmath-core]
version = "0.1.0"
[dependencies.libm]
version = "0.2"
[dependencies.num-bigint]
version = "0.4.6"
[dependencies.num-rational]
version = "0.4.2"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]