Skip to main content

regr_intercept_expr

Function regr_intercept_expr 

Source
pub fn regr_intercept_expr(y_col: &str, x_col: &str) -> Expr
Expand description

Regression intercept: avg_y - slope*avg_x (PySpark regr_intercept).