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

Packages that use org.apache.commons.math.stat.univariate.moment
org.apache.commons.math.stat Data storage, manipulation and summary routines. 
org.apache.commons.math.stat.univariate.moment Summary statistics based on moments. 
 

Classes in org.apache.commons.math.stat.univariate.moment used by org.apache.commons.math.stat
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.
Skewness
           
Variance
           
 

Classes in org.apache.commons.math.stat.univariate.moment used by org.apache.commons.math.stat.univariate.moment
FirstMoment
          FirstMoment.java The FirstMoment (arithmentic mean) is calculated using the following recursive strategy .
FourthMoment
          The FourthMoment is calculated using the following recursive strategy .
Mean
          Returns the arithmetic mean of the available values.
SecondMoment
          The SecondMoment is calculated using the following recursive strategy .
ThirdMoment
          The ThirdMoment (arithmentic mean) is calculated using the following recursive strategy .
Variance
           
 



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