Description:
Calculate the skewness of a sequence of numeric data.
Syntax:
A.skew()
Note:
The external library function (See External Library Guide) calculates the skewness of a sequence A of numeric data.
Parameter:
A |
A sequence of numeric data |
Return value:
A double-precision number
Example:
|
A |
|
1 |
[1,2,3,4,5,6,7,8,9,100] |
|
2 |
=A1.skew() |
|