FUNCTION NAME: SLOPE
STUB: result_value = SLOPE( input_vector, StartPoint, EndPoint )
Function SLOPE calculates the Linear Regression Line of a vector but instead of returning a vector, it returns the slope of that vector. The linear regression is not calculated for the whole range of the vector but from StartPoint to EndPoint.
Also see
OUTLIERS
LINREG
DELTA
