Uses of Class
org.apache.commons.math.stat.univariate.AbstractStorelessUnivariateStatistic

Packages that use AbstractStorelessUnivariateStatistic
org.apache.commons.math.stat.univariate.moment Summary statistics based on moments. 
org.apache.commons.math.stat.univariate.rank Summary statistics based on ranks. 
org.apache.commons.math.stat.univariate.summary Other summary statistics. 
 

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.moment
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.moment
 class FirstMoment
          FirstMoment.java The FirstMoment (arithmentic mean) is calculated using the following recursive strategy .
 class FourthMoment
          The FourthMoment is calculated using the following recursive strategy .
 class GeometricMean
          Returns the geometric mean of the available values
 class Kurtosis
           
 class Mean
          Returns the arithmetic mean of the available values.
 class SecondMoment
          The SecondMoment is calculated using the following recursive strategy .
 class Skewness
           
 class StandardDeviation
           
 class ThirdMoment
          The ThirdMoment (arithmentic mean) is calculated using the following recursive strategy .
 class Variance
           
 

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.rank
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.rank
 class Max
           
 class Min
           
 

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.summary
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math.stat.univariate.summary
 class Product
           
 class Sum
           
 class SumOfLogs
           
 class SumOfSquares
           
 



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