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

Summary statistics based on moments.

See:
          Description

Class Summary
FirstMoment FirstMoment.java The FirstMoment (arithmentic mean) is calculated using the following recursive strategy .
FourthMoment The FourthMoment is calculated using the following recursive strategy .
GeometricMean Returns the geometric mean of the available values
Kurtosis  
Mean Returns the arithmetic mean of the available values.
SecondMoment The SecondMoment is calculated using the following recursive strategy .
Skewness  
StandardDeviation  
ThirdMoment The ThirdMoment (arithmentic mean) is calculated using the following recursive strategy .
Variance  
 

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

Summary statistics based on moments.



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.