CALC.steyx(arrayy, arrayx)

Returns the standard error of the predicted y-value for each x in the regression. Arrayy is an array or range of dependent data points. Arrayx is an array or range of independent data points.

Example

CALC.steyx([2,3,9,1,8,7,5], [6,5,11,7,5,4,4]);

// returns 3.3057

<< CALC.stdevpa(array) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.trimmean(array, percent) >>