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
ArrayBaseproviding NaN-related functionality. - Quantile1d
Ext - Quantile methods for 1-D arrays.
- Quantile
Ext - Quantile methods for
ArrayBase.
Functions§
- n32
- Casts
f32into a number. - n64
- Casts
f64into a number. - o32
- Casts
f32into an ordered float. - o64
- Casts
f64into an ordered float.