Crates.io | ndarray-stats |
lib.rs | ndarray-stats |
version | 0.6.0 |
source | src |
created_at | 2018-11-21 21:45:25.765233 |
updated_at | 2024-08-24 19:04:48.597528 |
description | Statistical routines for ArrayBase, the n-dimensional array data structure provided by ndarray. |
homepage | |
repository | https://github.com/rust-ndarray/ndarray-stats |
max_upload_size | |
id | 98035 |
size | 245,463 |
This crate provides statistical methods for ndarray
's ArrayBase
type.
Currently available routines include:
See the documentation for more information.
Please feel free to contribute new functionality! A roadmap can be found here.
[dependencies]
ndarray = "0.16"
ndarray-stats = "0.6.0"
0.6.0
Breaking changes
1.64.0
ndarray:v0.16.0
approx:v0.5.0
Updated to ndarray-rand:v0.15.0
Updated to indexmap:v2.4
Updated to itertools:v0.13
Contributors: @bluss
0.5.1
MaybeNaN::remove_nan_mut
for f32
and
f64
for views with non-standard layouts. Before this fix, the bug could
cause incorrect results, buffer overflows, etc., in this method and others
which use it. Thanks to @JacekCzupyt for
reporting the issue (#89).Contributors: @jturner314, @BenMoon
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–2024 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.