statrs-fork 0.17.0

Statistical computing library for Rust
Documentation
[[bench]]
harness = false
name = "order_statistics"
[dependencies.approx]
version = "0.5.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.nalgebra]
features = ["rand"]
version = "0.31"

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

[dependencies.rand]
version = "0.8"
[dev-dependencies.criterion]
version = "0.3.3"

[features]
nightly = []

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

[package]
authors = ["Egor Dmitriev", "Michael Ma"]
categories = ["science"]
description = "Statistical computing library for Rust"
documentation = "https://docs.rs/statrs-fork/0.17.0/statrs/"
edition = "2018"
homepage = "https://github.com/EgorDm/statrs"
keywords = ["probability", "statistics", "stats", "distribution", "math"]
license = "MIT"
name = "statrs-fork"
readme = "README.md"
repository = "https://github.com/EgorDm/statrs"
version = "0.17.0"