Expand description
Trait extensions for ndarray and other types
This module provides trait extensions that add useful methods to existing types, particularly for statistical operations and data manipulation that complement the core ndarray functionality.
Re-exportsยง
pub use crate::utils::scaling::StatsExt;