SKEW

Returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean.

Parameter List

Syntax
SKEW(number1
[number2, ...]
)
number1

The first number, reference to a range, or array that contains the data.

[optional] number2, ...

Additional numbers, references to ranges, or arrays that contain the data.

Examples

SKEW(A1:A5) returns 0.405, the skewness of the range A1:A5.