INTERCEPT

Calculates the y-intercept of the linear regression line through a dataset.

Parameter List

Syntax
INTERCEPT(data_ydata_y)
data_y

The dependent data values (y-values) in the regression.

data_y

The independent data values (x-values) corresponding to data_y.

Examples

INTERCEPT("[5, 7, 9]", "[1, 2, 3]") returns 3
🍪

We use cookies to enhance your user experience and analyze website performance. You can revoke consent anytime. Learn more.