Registry / utility / ndarray-stats

ndarray-stats

JSON →
library0.7.0rscratesunverified

Statistical routines for the n-dimensional array data structures provided by ndarray.

# Cargo.toml [dependencies] ndarray-stats = "0.7.0"
INSTALL
IMPORT
SIG · NDARRAY-STATS
N
ndarray-stats
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuantileExt
use ndarray_stats::QuantileExt;

Computes the median of an ndarray using the QuantileExt trait.

use ndarray_stats::QuantileExt; use ndarray::array; fn main() { let arr = array![1., 2., 3., 4., 5.]; let median = arr.median().unwrap(); println!("Median: {}", median); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ndarray-stats — cargo add ndarray-stats · libregistry