ndarray-stats icon indicating copy to clipboard operation
ndarray-stats copied to clipboard

Statistical routines for ndarray

Results 36 ndarray-stats issues
Sort by recently updated
recently updated
newest added

Hi, how to find `mode` of 1D-array, I am unable to find any documentation regarding that, can you please help with that

This PR is large, but is repetitive and contains all of the code necessary to make `ndarray-stats` compatible with `ndarray` 0.17. It does the following: - Bump `ndarray` to 0.17.1...

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.0 to 0.16.0. Release notes Sourced from hashbrown's releases. v0.16.0 Changed Bump foldhash, the default hasher, to 0.2.0. Replaced DefaultHashBuilder with a newtype wrapper around foldhash instead...

dependencies
rust

### Summary This PR adds a new module `kernel_weights` providing common statistical kernel functions used in local regression and kernel density estimation. ### Details - Implements five kernels: - `tricube`...

I found this while exploring whether QuickCheck could be updated. Its newer version seems to run more thorough testing, which revealed this problem among others. --- Assembly comparison The new...