Skip to main content

SLOPE

Returns the slope of the linear regression line through the given data points.

CategoryStatistical
SyntaxSLOPE(known_ys, known_xs)

Parameters

ParameterRequiredDescription
known_ysRequiredThe range or array of dependent (y) values.
known_xsRequiredThe range or array of independent (x) values.

Example

SLOPE(A1:A10)

Auto-generated from the EngCanvas function registry.