SLOPE
Returns the slope of the linear regression line through the given data points.
| Category | Statistical |
| Syntax | SLOPE(known_ys, known_xs) |
Parameters
| Parameter | Required | Description |
|---|---|---|
known_ys | Required | The range or array of dependent (y) values. |
known_xs | Required | The range or array of independent (x) values. |
Example
SLOPE(A1:A10)
Auto-generated from the EngCanvas function registry.