polars_lazy::dsl

Function rolling_cov

Source
pub fn rolling_cov(x: Expr, y: Expr, options: RollingCovOptions) -> Expr
Available on crate features rolling_window and cov only.