Package org.apache.commons.math.stat.descriptive.moment

Summary statistics based on moments.

See:
          Description

Class Summary
FirstMoment Computes the first moment (arithmetic mean).
FourthMoment Computes a statistic related to the Fourth Central Moment.
GeometricMean Returns the geometric mean of the available values.
Kurtosis Computes the Kurtosis of the available values.
Mean Returns the arithmetic mean of the available values.
SecondMoment Computes a statistic related to the Second Central Moment.
Skewness Computes the skewness of the available values.
StandardDeviation Computes the sample standard deviation.
ThirdMoment Computes a statistic related to the Third Central Moment.
Variance Computes the variance of the available values.
 

Package org.apache.commons.math.stat.descriptive.moment Description

Summary statistics based on moments.



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.