rstat 0.6.0

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

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