Skip to content

Statistical Characteristics

Statistical Characteristics

This group of functions calculates the Statistical Characteristics of the array elements:

  • mean,
  • variance,
  • skewness,
  • kurtosis,
  • median,
  • root-mean-square and
  • standard deviation.
FunctionDescription
MathMeanCalculates the mean (first moment) of array elements
MathVarianceCalculates the variance (second moment) of array elements
MathSkewnessCalculates the skewness (third moment) of array elements
MathKurtosisCalculates the kurtosis (fourth moment) of array elements
MathMomentsCalculates the first 4 moments (mean, variance, skewness, kurtosis) of array elements
MathMedianCalculates the median value of array elements
MathStandardDeviationCalculates the standard deviation of array elements
MathAverageDeviationCalculates the average absolute deviation of array elements
Last updated on