kurtosis(a)

Returns the kurtosis of the data stored in array a.

kurtosis(A)

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


See also moment kstatistic mean variance 


Example


x = ( 3, 4, 2, -2, 1, 2, 1 );

kurtosis( x )

2.9977