Get skewness of a distribution based on population
=SKEW.P(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.P(B5:B15) // returns 0.7658
The formula in J12 returns a negative skew:
=SKEW.P(C5:C15) // returns -0.7658