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