Crates.io | truncnorm |
lib.rs | truncnorm |
version | 0.5.1 |
source | src |
created_at | 2021-07-25 16:15:42.96771 |
updated_at | 2022-03-22 16:54:36.980479 |
description | Normal and Truncated Normal distributions |
homepage | |
repository | https://github.com/drkwint/truncnorm-rs |
max_upload_size | |
id | 427110 |
size | 174,267 |
Statistics package with Normal and Truncated Normal distributions for Rust with ndarray.
cargo install truncnorm
Examples to come as soon as there's any interest expressed. Feel free to open an issue on GitHub.
To render the maths:
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps