|
|
The Excel STEYX FunctionStandard Error
In Excel Steyx function calculates the standard error for the straight line of best fit through a supplied set of x- and y- values. This line satisfies the simple straight line equation: y = mx + b
where,
- x is the independent variable
- y is the dependent variable - m is the slope (gradient) of the line - b is a constant which is the value of y when x = 0 The standard error for this line provides a measure of the error in the prediction of y for an individual x. Further information on the standard error can be found on the Wikipedia Standard Error page Basic DescriptionThe Excel STEYX function calculates the standard error for the line of best fit, through a supplied set of x- and y- values. The format of the function is :
STEYX( known_y's, known_x's )
Where the function arguments are:
The known_y's and known_x's arrays must contain the same number of data values. Note that the Steyx function will interpret text representations of numbers as numeric values. Other text values, that cannot be interpreted as numbers are ignored, along with the corresponding value in the other array of x- or y- values. Steyx Function ExampleCells A2 - A10 and B2 - B10 of the spreadsheet below list a number of known x and known y values, and also shows these points, plotted on a chart, along with the line of best fit through the points. The Standard Error for the line of best fit can be calculated by the Excel Steyx function. This, function, which is shown in cell C12 of the example spreadsheet, has the form:
=STEYX( B2:B10, A2:A10 )
This returns the value 1.201186347 as the calculated standard error. Further information and examples of the Excel Steyx function can be found on the Microsoft Office website. Trouble ShootingIf you get an error from the Excel Steyx function this is likely to be one of the following: Common Errors
|
||||||||||||
|
|
Copyright © 2008-2011 ExcelFunctions.net |