mv-norm 0.1.7

Multivariate Normal Distribution functions, CDF etc.
Documentation
[[bench]]
harness = false
name = "small_fns"
path = "benches/small_fns.rs"

[dependencies.libm]
version = "0.2.11"

[dependencies.wide]
default-features = false
version = "1.1"

[dev-dependencies.assert-within]
version = "0.1.3"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.owens-t]
version = "0.1.4"

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

[dev-dependencies.rand_pcg]
version = "0.9"

[features]
default = ["std"]
std = ["wide/std"]

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

[package]
authors = ["Chris Beck <beck.ct@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Multivariate Normal Distribution functions, CDF etc."
edition = "2024"
keywords = ["stats", "math", "simd", "libm", "no_std"]
license = "MIT OR Apache-2.0"
name = "mv-norm"
readme = "README.md"
repository = "https://github.com/cbeck88/mv-norm-rs"
version = "0.1.7"