cdflib 0.4.1

Pure-Rust port of CDFLIB: cumulative distribution functions (CDF) associated with common probability distributions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cdflib"
authors = [ "Sebastiano Vigna <sebastiano.vigna@unimi.it>" ]
version = "0.4.1"
edition = "2021"
description = "Pure-Rust port of CDFLIB: cumulative distribution functions (CDF) associated with common probability distributions"
license = "MIT"
repository = "https://github.com/vigna/CDFLIB-rs"
keywords = ["statistics", "distribution", "cdf", "quantile", "numerics"]
categories = ["mathematics", "science"]
readme = "README.md"
documentation = "https://docs.rs/cdflib"
rust-version = "1.71"

[dependencies]
thiserror = "2"