SKEW function - The function returns the deviation of the distribution in Excel
The following article introduces you to SKEW function - one of the functions in the statistical function group is very popular in Excel.
SKEW function - The function returns the deviation of the distribution in Excel Picture 1
Description: The function returns the deviation of the distribution - the deviation represents the asymmetry of the distribution around its axis.
- Negative deviations: The distribution with the asymmetric side extends more to the negative value.
- Positive deviations: The distribution with the asymmetric side extends more to the positive value.
Syntax: SKEW (number1, [number2], .)
Inside:
- number1, [number2], .) : The values you want to calculate the deviation, where number1 is the required value, the next values are optional and contain up to 255 number parameters .
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- Logical values and text number representations when typing directly into the argument list -> still count.
- Arguments that are text or error values cannot be converted to a numeric type -> cause the function to cause an error .
- If the argument is a reference array containing text values or logic -> these values are ignored, but the value 0 is still counted.
- If there are fewer than 3 data points or the standard deviation is 0 -> the function returns the # DIV / 0 error value .
- The deviation equation is determined by the formula:
[frac {n} {{left ({n - 1} right) left ({n - 2} right)}} {sum {left ({frac {{{x_i} - bar x}} {s}} right) } ^ 3}]
For example:
Calculate the deviation of the distribution of values in the following data table:
SKEW function - The function returns the deviation of the distribution in Excel Picture 2
- Calculate the deviation of the distribution of number values . In a cell to calculate enter the formula : = SKEW (D6: D10)
SKEW function - The function returns the deviation of the distribution in Excel Picture 3
- Press Enter -> deviation of distribution of number values is:
SKEW function - The function returns the deviation of the distribution in Excel Picture 4
- Calculate the deviation of the distribution of the values of number and 58. In the cell to calculate enter the formula : = SKEW (D6: D10,58)
SKEW function - The function returns the deviation of the distribution in Excel Picture 5
- Press Enter -> deviation of the distribution of the numbers number and 58 are:
SKEW function - The function returns the deviation of the distribution in Excel Picture 6
Above are instructions and some specific examples when using SKEW function in Excel.
Good luck!
You should read it
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- 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 Excel
- STDEV.P function - The function returns the standard deviation based on the whole in Excel
- WEIBULL function - The function returns the Weibull distribution in Excel
- NORMDIST function - The function returns the normal distribution with the standard deviation and the average value specified in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- STDEV.S function - The function returns the standard deviation based on a sample in Excel
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excel
- GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
May be interested
SLOPE function - The function returns the slope of a linear regression line through data points in Excel
SMALL function - The function returns the kth smallest value in a dataset in Excel
STANDARDIZE function - The function returns the normalized value from a specific distribution in Excel
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
GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel