pub fn array_standardize_inplace<T>(array: &mut Array1<T>) -> UtilsResult<()>where T: Float + Clone + ToPrimitive,
Standardize array in-place