Get skewness of a distribution
=SKEW(number1, [number2], ...)
| Parameter | Description |
|---|---|
number1 |
A range or reference that contains numeric values. |
number2 |
[optional] A range or reference that contains numeric values. |
In the example shown, there are 11 numeric values in two groups, A and B. The count of values in each group are the inverse of each other. There are f
=SKEW(B5:B15) // returns 0.8924
The formula in J12 returns a negative skew:
=SKEW(C5:C15) // returns -0.8924