STEYX
Returns the standard error of the predicted y-value for each x in the regression.
StatisticalStatistics & Analysis
What it does
Calculates standard error of regression.
Syntax
STEYX(known_y's, known_x's)
Arguments
known_y's(range) β Dependent.known_x's(range) β Independent.
Examples
Standard Error
Calculate SE.
FORMULA
=STEYX(B2:B4, A2:A4)
RESULT
0.5
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Y |
| 2 | 1 | 2 |
| 3 | 2 | 4.1 |
| 4 | 3 | 5.9 |