Function regr_intercept

Source
pub fn regr_intercept(y: impl Into<Column>, x: impl Into<Column>) -> Column
Expand description

Returns the intercept of the univariate linear regression line for non-null pairs in a group, where y is the dependent variable and x is the independent variable.