Function polars_lazy::dsl::functions::cov

pub fn cov(a: Expr, b: Expr, ddof: u8) -> Expr
Expand description

Compute the covariance between two columns.