The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||||||||
See also: SkewKurt, MeanVar, MinMax, Quartiles | |||||||||||||
SkewKurtSample |
|||||||||||||
The method SkewKurtSample calculates the skewness and the kurtosis of all matrix elements within a specific area, assuming the data being a sample. The range of the matrix elements to be used is determined by the parameters LowRow, LowCol, HighRow, and HighCol. If any of these parameters receives an invalid value, this value is automatically adjusted to nearest border value (either 1 or NrOfColumns /NrOfRows ). The variable parameters Skewness and Kurtosis return the skewness and the kurtosis of the selected data.
|