Expand description
Re-exports§
pub use crate::histogram::HistogramExt;
pub use ndarray;
Modules§
- errors
- Custom errors returned from our methods and functions.
- histogram
- Histogram functionalities.
- interpolate
- Interpolation strategies.
Traits§
- Maybe
Nan - A number type that can have not-a-number values.
- Maybe
NanExt - Extension trait for
ArrayBase
providing NaN-related functionality. - Quantile1d
Ext - Quantile methods for 1-D arrays.
- Quantile
Ext - Quantile methods for
ArrayBase
.
Functions§
- n32
- Casts
f32
into a number. - n64
- Casts
f64
into a number. - o32
- Casts
f32
into an ordered float. - o64
- Casts
f64
into an ordered float.