Function datafusion::functions_aggregate::expr_fn::regr_sxx
source ยท pub fn regr_sxx(expr_y: Expr, expr_x: Expr) -> Expr
Expand description
Compute a linear regression of type RegrType::SXX
pub fn regr_sxx(expr_y: Expr, expr_x: Expr) -> Expr
Compute a linear regression of type RegrType::SXX