ndarray-stats
ndarray-stats copied to clipboard
Statistical routines for ndarray
As soon as https://github.com/bluss/ndarray/pull/491 is merged in `ndarray`.
Hello! I want to put it in an embedded environment. Any `no-std` support?
Depend on `indexmap` ≥ 1.
Depend on itertools >= 0.10
Reduces worst-case complexity from *O*(*n*²) to *O*(*n* log(*n*)) by using [`ndarray-slice`](https://docs.rs/ndarray-slice).
I want to use both methods in `ndarray`'s master branch and this crate. But this crate only supports specific `ndarray` (0.15.0 for now), which is incompatible with the master branch...
For packaging to Fedora, it would be good if the dependency of `approx` can be bumped for the next release. This would be in line with https://github.com/rust-ndarray/ndarray/pull/1380 when a release...
While packaging this project for Fedora, we encountered test failures: ``` test entropy::tests::test_kl ... ok test entropy::tests::test_kl_with_noisy_negative_qs - should panic ... FAILED test histogram::bins::bins_tests::get_panics_for_out_of_bounds_indexes - should panic ... ok test...
https://github.com/rust-ndarray/ndarray-stats/issues/1 This is my first contribution to Rust. I hope my code meets expectations.
Enable [Dependabot](https://docs.github.com/en/code-security/dependabot) to open PRs to update dependencies. Related PR - https://github.com/rust-ndarray/ndarray/pull/1503