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

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

Classes in org.apache.commons.math.stat.descriptive.moment used by org.apache.commons.math.stat
GeometricMean
          Returns the geometric mean of the available values.
Variance
          Computes the variance of the available values.
 

Classes in org.apache.commons.math.stat.descriptive.moment used by org.apache.commons.math.stat.descriptive
GeometricMean
          Returns the geometric mean of the available values.
Mean
          Computes the arithmetic mean of a set of values.
SecondMoment
          Computes a statistic related to the Second Central Moment.
Variance
          Computes the variance of the available values.
VectorialCovariance
          Returns the covariance matrix of the available vectors.
 

Classes in org.apache.commons.math.stat.descriptive.moment used by org.apache.commons.math.stat.descriptive.moment
FirstMoment
          Computes the first moment (arithmetic mean).
FourthMoment
          Computes a statistic related to the Fourth Central Moment.
Mean
          Computes the arithmetic mean of a set of values.
SecondMoment
          Computes a statistic related to the Second Central Moment.
ThirdMoment
          Computes a statistic related to the Third Central Moment.
Variance
          Computes the variance of the available values.