SLOPE
Description
Returns the slope of the linear regression line, based on the specified x and y values.
Syntax
SLOPE(
known_ys
,
known_xs
)
- known_ys: The known y values.
- known_xs: The known x values.