pub fn cov<T, U>(x: &PrimitiveArray<T>, y: &PrimitiveArray<U>) -> CovStatewhere T: NativeType + AsPrimitive<f64>, U: NativeType + AsPrimitive<f64>,