skew(a)

Returns the skew of the values stored in array a.

skew(A)

Returns an array with the skew of each column of matrix A.


See also kurtosis mean variance 


Example


a = ( 1, 2, 2, 1, 3, 4 );

skew(a)

0.4876