Function polars_core::functions::cov[][src]

pub fn cov<T>(a: &ChunkedArray<T>, b: &ChunkedArray<T>) -> Option<T::Native> where
    T: PolarsFloatType,
    T::Native: Float + Div + NumCast
Expand description

Compute the covariance between two columns.