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.
toml
[dependencies]
ndarray = "0.13"
ndarray-stats = "0.3"
0.3.0
l1
, l2
, linf
distancesndarray:v0.13.0
1.37
Contributors: @munckymagik, @nilgoyette, @jturner314, @LukeMathWalker
0.2.0
argmin
/ argmin_skipnan
argmax
/ argmax_skipnan
quantiles_mut
, quantiles_axis_mut
)interpolate::midpoint
Result
ndarray-stats
' extension traits are now impossible to implement by
users of the library (see [#34])Contributors: @jturner314, @LukeMathWalker, @phungleson, @munckymagik
0.1.0
Please feel free to create issues and submit PRs.
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.