rstat

Crates.iorstat
lib.rsrstat
version0.6.0
sourcesrc
created_at2019-02-21 12:57:14.862579
updated_at2020-04-28 00:49:37.492061
descriptionProbability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures
homepage
repositoryhttps://github.com/tspooner/rstat
max_upload_size
id116226
size265,742
Thomas Spooner (tspooner)

documentation

https://docs.rs/rstat

README

rstat

Crates.io Build Status Coverage Status

Probability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures.

Usage

Add this to your Cargo.toml:

[dependencies]
rstat = "0.6"

Feature serde

rstat supports serialisation via the serde feature. This activates both serde itself, ndarray/serde and spaces/serialize.

Contributing

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).

License

MIT

Commit count: 120

cargo fmt