Returns the standard error of the predicted y value for each x in the regression.
Syntax
y_values: The array or range containing the known (dependent) values. Eg., A2:A6
Remarks
Text, logical values, and empty cells are ignored.
Examples
|
Formula |
Result |
|
=STEYX(A2:A6;B2:B6) |
1.897212483 |
|
=STEYX(A2:A4;B2:B4) |
0.486664263 |
|
=STEYX({1;2;3};{5;12;8}) |
1.278724026 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
|
#DIV/0! |
|
Similar Functions
CORREL
FISHER
FISHERINV
PEARSON
RSQ