truncnorm

Crates.iotruncnorm
lib.rstruncnorm
version0.5.1
sourcesrc
created_at2021-07-25 16:15:42.96771
updated_at2022-03-22 16:54:36.980479
descriptionNormal and Truncated Normal distributions
homepage
repositoryhttps://github.com/drkwint/truncnorm-rs
max_upload_size
id427110
size174,267
Eleanor Quint (DrKwint)

documentation

README

truncnorm

Statistics package with Normal and Truncated Normal distributions for Rust with ndarray.

Installation

cargo install truncnorm

Examples

Examples to come as soon as there's any interest expressed. Feel free to open an issue on GitHub.

Docs

To render the maths:

RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps
Commit count: 53

cargo fmt