pub fn regr_sxx(y: impl Into<Column>, x: impl Into<Column>) -> Column
Returns REGR_COUNT(y, x) * VAR_POP(x) for non-null pairs in a group, where y is the dependent variable and x is the independent variable.