STEYX
Returns the standard error of the predicted y-value for each x in the regression
Syntax
STEYX(known_y's, known_x's)
Parameters
- known_y's: Required. An array or range of dependent data points
- known_x's: Required. An array or range of independent data points
Example
=STEYX(A1:A10, B1:B10)