ndarray-stats

Build status Coverage Dependencies status Crate Documentation

This crate provides statistical methods for [ndarray]'s ArrayBase type.

Currently available routines include: - order statistics (minimum, maximum, median, quantiles, etc.); - summary statistics (mean, skewness, kurtosis, central moments, etc.) - partitioning; - correlation analysis (covariance, pearson correlation); - measures from information theory (entropy, KL divergence, etc.); - deviation functions (distances, counts, errors, etc.); - histogram computation.

See the documentation for more information.

Please feel free to contribute new functionality! A roadmap can be found here.

Using with Cargo

toml [dependencies] ndarray = "0.14" ndarray-stats = "0.4"

Releases

Contributing

Please feel free to create issues and submit PRs.

License

Copyright 2018 ndarray-stats developers

Licensed under the Apache License, Version 2.0, or the MIT license, at your option. You may not use this project except in compliance with those terms.