Uses of Class
org.apache.openejb.math.stat.descriptive.AbstractUnivariateStatistic

Packages that use AbstractUnivariateStatistic
org.apache.openejb.math.stat.descriptive   
org.apache.openejb.math.stat.descriptive.moment   
org.apache.openejb.math.stat.descriptive.rank   
org.apache.openejb.math.stat.descriptive.summary   
 

Uses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive
 

Subclasses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive
 class AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
 

Uses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.moment
 

Subclasses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.moment
 class FirstMoment
          Computes the first moment (arithmetic mean).
 class FourthMoment
          Computes a statistic related to the Fourth Central Moment.
 class GeometricMean
          Returns the geometric mean of the available values.
 class Kurtosis
          Computes the Kurtosis of the available values.
 class Mean
          Computes the arithmetic mean of a set of values.
 class SecondMoment
          Computes a statistic related to the Second Central Moment.
 class Skewness
          Computes the skewness of the available values.
 class ThirdMoment
          Computes a statistic related to the Third Central Moment.
 class Variance
          Computes the variance of the available values.
 

Uses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.rank
 

Subclasses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.rank
 class Max
          Returns the maximum of the available values.
 class Min
          Returns the minimum of the available values.
 class Percentile
          Provides percentile computation.
 

Uses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.summary
 

Subclasses of AbstractUnivariateStatistic in org.apache.openejb.math.stat.descriptive.summary
 class Sum
          Returns the sum of the available values.
 class SumOfLogs
          Returns the sum of the natural logs for this collection of values.
 class SumOfSquares
          Returns the sum of the squares of the available values.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.