Function datafusion_functions_aggregate::regr::regr_slope
source ยท pub fn regr_slope(expr_y: Expr, expr_x: Expr) -> Expr
Expand description
Compute a linear regression of type RegrType::Slope
pub fn regr_slope(expr_y: Expr, expr_x: Expr) -> Expr
Compute a linear regression of type RegrType::Slope