STEYX function - The function returns the standard error of the predicted value of y for each value of x in regression in Excel
The following article introduces you to the STEYX function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the standard error of the predicted value of y for each value of x in the regression.
Syntax: STEYX (known_y's, known_x's)
Inside:
- known_y's: Array or range of dependent data points, is a required parameter.
- known_x's: An independent data point or range, which is a required parameter.
Attention:
- Arguments can be numbers, names or arrays that contain numbers.
- When typing logical values and presenting text numbers into function arguments -> these values are still counted, but cells with 0 value will still be counted.
- Function error occurs when arguments are text or error values cannot be converted.
- If known_y's and known_x's have a different number of data points -> the function returns the # N / A error value .
- If known_y's and known_x's are empty or have fewer than three data points -> the function returns the # DIV / 0 error value .
- The equation for standard errors is:
[sqrt {frac {1} {{left ({n - 2} right)}} left [{sum {{{left ({y - overline y} right)} ^ 2} - {{frac {{left [{ sum {left ({x - overline x} right) left ({y - overline y} right)}} right]}} {{sum {{{left ({x - overline x} right)} ^ 2}}} }} ^ 2}}} right]}]
Inside:
+ x is the sample mean AVERAGE (number1, number2, .)
+ n is the sample size.
For example:
Calculate the standard error of the predicted value of y for each value of x in the regression of the values in the following data table:
- In the cell to calculate enter the formula : = STEYX (C6: C12, D6: D12)
- Press Enter -> the standard error of the predicted y value for each value of x in the regression is:
- If the number of data points of know_y's and know_x's are different -> the function returns the # N / A error value .
- If the number of data points of know_y's and know_x's is smaller than 3 data points -> the function returns the # DIV / 0 error value .
Above are instructions and some specific examples when using the STEYX function in Excel.
Good luck!
You should read it
- STDEV.P function - The function returns the standard deviation based on the whole in Excel
- STDEV.S function - The function returns the standard deviation based on a sample in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
- PHI function - The function returns the value of the density function for a normal distribution in Excel
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excel
- How to use ADDRESS function in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
May be interested
- How to use ADDRESS function in Excelthe address function in excel takes the number of rows and column numbers as arguments and returns the reference of the standard cell (cell address). for example, if you go to row 4 and column 3, the function returns c4.
- BINOM.INV function - The function returns the smallest value with cumulative binomial distribution greater or equal to the standard value in Excelbinom.inv function: the function returns the smallest value with cumulative binomial distribution greater or equal to the standard value. support functions from the excel 2010 version. syntax: binom.inv (trials, probability_s, alpha)
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excellognorm.inv: the function returns the inverse of the logarithmic distribution of x. where ln (x) is usually distributed with parameter mean and standard deviation. use functions to analyze logarithmic change data. support function from excel 2 version
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excelnorm.s.inv function: the function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1. support from excel 2010 onwards. syntax: norm.s.inv (probability)
- GUSSE function - The function returns the probability that an element of the population is normalized in Excelgusse function: the function returns the probability that an element of the normalized population will fall into the mean and the standard deviation. support functions from excel 2013 onwards. syntax: gauss (z)
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excellognorm.dist: the function returns the logarithmic distribution of x. where ln (x) is usually distributed with parameter mean and standard deviation. support functions from excel 2010 onwards. syntax: lognorm.dist (x, mean, standard_dev, cumulative)
- NORMDIST function - The function returns the normal distribution with the standard deviation and the average value specified in Excelthe following article details the normdist function - the function returns the normal distribution in excel.
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- ERROR.TYPE function - The function returns the number corresponding to one of the error values in Microsoft Excelerror.type function: the function returns the number corresponding to one of the error values in microsoft excel, or the # n / a error if there are no errors. syntax: error.type (error_val)