DistributionShape¶
standard mode | Statistics category
Inputs¶
centralMoments
(vector_real) - the central moments of a distribution
Outputs¶
spread
(real) - the spread (variance) of the distribution
skewness
(real) - the skewness of the distribution
kurtosis
(real) - the kurtosis of the distribution
Description¶
This algorithm computes the spread (variance), skewness and kurtosis of an array given its central moments. The extracted features are good indicators of the shape of the distribution. For the required input see CentralMoments algorithm. The size of the input array must be at least 5. An exception will be thrown otherwise.
- References:
[1] G. Peeters, “A large set of audio features for sound description (similarity and classification) in the CUIDADO project,” CUIDADO I.S.T. Project Report, 2004.
[2] Variance - Wikipedia, the free encyclopedia, http://en.wikipedia.org/wiki/Variance
[3] Skewness - Wikipedia, the free encyclopedia, http://en.wikipedia.org/wiki/Skewness
[4] Kurtosis - Wikipedia, the free encyclopedia, http://en.wikipedia.org/wiki/Kurtosis
Source code¶
See also¶
CentralMoments (standard) CentralMoments (streaming) DistributionShape (streaming) Variance (standard) Variance (streaming)