truncnorm
=========
Statistics package with Normal and [Truncated Normal](https://en.wikipedia.org/wiki/Truncated_normal_distribution) distributions for Rust with [ndarray](https://github.com/rust-ndarray/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
```