Manuals/calci/STEYX
STEYX(AY, AX)Where AY is the Array or range of dependent data points and AX is the independent data points.
This function calculates the amount of error of the predicted y values for an individual x.
- The Arguments can be numbers or names, arrays, or references.
- Empty cells, logical values, text, or error values are ignored. STEYX shows error value when AY and AX are empty or have less than three
- data points.
STEYX
B C
25 15
10 16
12 11
18 20
28 25
=STEYX(B2:B6,C2:C6) is 6.9
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 25 | 15 | 6.895143 | |
Row2 | 10 | 16 | ||
Row3 | 12 | 11 | ||
Row4 | 18 | 20 | ||
Row5 | 28 | 25 | ||
Row6 |