Crates.io | rstat |
lib.rs | rstat |
version | 0.6.0 |
source | src |
created_at | 2019-02-21 12:57:14.862579 |
updated_at | 2020-04-28 00:49:37.492061 |
description | Probability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures |
homepage | |
repository | https://github.com/tspooner/rstat |
max_upload_size | |
id | 116226 |
size | 265,742 |
Probability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures.
Add this to your Cargo.toml
:
[dependencies]
rstat = "0.6"
serde
rstat
supports serialisation via the serde
feature. This activates both
serde
itself, ndarray/serde
and spaces/serialize
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate and adhere to the angularjs commit message conventions (see here).