pub fn boxcox1p_array<T>( x: &ArrayBase<ViewRepr<&T>, Dim<[usize; 1]>>, lmbda: T, ) -> Result<ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>, SpecialError>where T: Float + FromPrimitive + Display + Copy + Debug,
Box-Cox1p transformation for arrays