SLOPE function - The function returns the slope of a linear regression line through data points in Excel
The following article introduces you to the SLOPE function - one of the functions in the group of statistical functions that is very popular in Excel.
Description: The function returns the slope of a linear regression line through data points. The slope is the vertical distance divided by the horizontal distance between any two points on that line, the rate of change along the regression line.
Syntax: SLOPE (known_y's, known_x's)
Inside:
- known_y's : An independent data point array or range.
- known_x's: The set of independent data points.
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- If known_y's and known_x's are empty or have a different number of data points -> the function returns the # N / A error value .
- If the argument is a reference array containing text values or logic -> these values are ignored, but the value 0 is still counted.
- If argument values use invalid data types -> the function returns the #VALUE! Error value
- The slope equation for the regression line is:
[b = frac {{sum {left ({x - overline x} right) left ({y - overline y} right)}}} {{sum {{{left ({x - overline x} right)} ^ 2 }}}}]
Where x and y are the sample mean AVERAGE (known_x's) and AVERAGE (known_y's)
For example:
Calculate the slope of the linear regression line through data points in the following data table:
- In the cell to calculate enter the formula : = SLOPE (C6: C10, D6: D10)
- Press Enter -> slope of the linear regression line through the above data points is:
Above are instructions and some specific examples when using SLOPE function in Excel.
Good luck!
You should read it
- STEYX function - The function returns the standard error of the predicted value of y for each value of x in regression in Excel
- TREND - The function returns values in a linear trend in Excel
- AVEDEV function - The function returns the average absolute deviation of data points from their midpoint in Excel
- PEARSON function - The function returns the Pearson product moment correlation coefficient in Excel
- COVARIANCE.P function - The function returns the covariance of a set, the product of the average of degrees of instruction for each pair of data points in Excel
- DEVSQ function - The function returns the sum of squares of deviations of data points from the sample mean in Excel
- The syntax and function of each function in the group of statistical functions in Excel
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
May be interested
- SMALL function - The function returns the kth smallest value in a dataset in Excelsmall function: the function returns the kth smallest value in a dataset. syntax: small (array, k)
- STANDARDIZE function - The function returns the normalized value from a specific distribution in Excelstandardize function: the function returns the normalized value from a distribution characterized by mean and standard_dev arguments. syntax: standardize (x, mean, standard_dev)
- STDEV.P function - The function returns the standard deviation based on the whole in Excelstdev.p: the function returns the standard deviation based on the whole population, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.p (number1, [number2] ,.
- STDEV.S function - The function returns the standard deviation based on a sample in Excelstdev.s function: the function returns the standard deviation based on a sample, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.s (number1, [number2], ...)
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excelgamma.inv: the function returns the inverse of the gamma distribution, using this function to study their distribution variables that may be symmetrical. support functions from excel 2010 onwards. syntax: gamma.inv (probability, alpha, beta)
- GAMMALN function - The function returns the natural logarithm of the gamma function, Γ (x) in Excelgammaln: the function returns the natural logarithm of the gamma function, Γ (x). syntax: gammaln (x)