Returns the slope of the linear regression line for non-null pairs in a group. Returns null if there are insufficient non-null pairs or if the variance of the independent variable is zero.
Expression categories: Aggregate
Declared arguments
Left: The independent variable. Expression<Numeric>
Right: The dependent variable. Expression<Numeric>