Returns the standard error of the predicted y value for each x in the regression.
Sample Usage
STEYX(A2:A10,B2:B10)
Syntax
STEYX(data_y, data_x)
- data_y - The array or range representing dependent data points.
- data_x - The array or range representing independent data points.
Examples
STEYX(A2:A10,B2:B10) returns the standard error of the predicted y value for each x in the regression.