pub fn standardize( arr: &ArrayBase<OwnedRepr<f64>, Dim<[usize; 1]>>, ) -> Option<ArrayBase<OwnedRepr<f64>, Dim<[usize; 1]>>>
Standardize array (z-score normalization)