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.14"
ndarray-stats = "0.4"
0.5.0
1.49.0
ndarray:v0.15.0
Contributors: @Armavica, @cassiersg
0.4.0
1.42.0
ndarray:v0.14.0
Contributors: @munckymagik, @nilgoyette, @LukeMathWalker, @lebensterben, @xd009642
0.3.0
1.37
l1
, l2
, linf
distancesndarray:v0.13.0
Contributors: @munckymagik, @nilgoyette, @jturner314, @LukeMathWalker
0.2.0
ndarray-stats
' extension traits are now impossible to implement by
users of the library (see [#34])Result
argmin
/ argmin_skipnan
argmax
/ argmax_skipnan
quantiles_mut
, quantiles_axis_mut
)interpolate::midpoint
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.