boundingRatio
Aggregate function that calculates the slope between the leftmost and rightmost points across a group of values.
Example:
Sample data:
The boundingRatio() function returns the slope of the line between the leftmost and rightmost points, in the above data these points are (0,0)
and (9,13.5)
.