| Crates.io | kn0sys-ndarray-stats |
| lib.rs | kn0sys-ndarray-stats |
| version | 0.7.1 |
| created_at | 2025-02-04 13:28:11.918797+00 |
| updated_at | 2025-02-10 10:36:47.803017+00 |
| description | Statistical routines for ArrayBase, the n-dimensional array data structure provided by ndarray. |
| homepage | |
| repository | https://github.com/kn0sys/ndarray-stats |
| max_upload_size | |
| id | 1541928 |
| size | 268,440 |
This crate provides statistical methods for ndarray's ArrayBase type.
Currently available routines include:
See the documentation for more information.
[dependencies]
ndarray = { package = "kn0sys_ndarray", version = "0.17.0" }
ndarray-stats = "0.7.0"
0.7.0
rand:v0.9.00.6.0
Breaking changes
1.64.0ndarray:v0.16.0approx:v0.5.0Updated 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.0ndarray:v0.15.0Contributors: @Armavica, @cassiersg
0.4.0
1.42.0ndarray:v0.14.0Contributors: @munckymagik, @nilgoyette, @LukeMathWalker, @lebensterben, @xd009642
0.3.0
1.37l1, l2, linf distancesndarray:v0.13.0Contributors: @munckymagik, @nilgoyette, @jturner314, @LukeMathWalker
0.2.0
ndarray-stats' extension traits are now impossible to implement by
users of the library (see #34)Resultargmin / argmin_skipnanargmax / argmax_skipnanquantiles_mut, quantiles_axis_mut)interpolate::midpointContributors: @jturner314, @LukeMathWalker, @phungleson, @munckymagik
0.1.0
Please feel free to create issues and submit PRs.
Copyright 2018–2025 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.