Uses of Interface
org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic

Packages that use StorelessUnivariateStatistic
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
org.apache.commons.math.stat.descriptive.rank Summary statistics based on ranks. 
org.apache.commons.math.stat.descriptive.summary Other summary statistics. 
 

Uses of StorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive
 

Classes in org.apache.commons.math.stat.descriptive that implement StorelessUnivariateStatistic
 class AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
 

Uses of StorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.moment
 

Classes in org.apache.commons.math.stat.descriptive.moment that implement StorelessUnivariateStatistic
 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
          Returns the arithmetic mean of the available values.
 class SecondMoment
          Computes a statistic related to the Second Central Moment.
 class Skewness
          Computes the skewness of the available values.
 class StandardDeviation
          Computes the sample standard deviation.
 class ThirdMoment
          Computes a statistic related to the Third Central Moment.
 class Variance
          Computes the variance of the available values.
 

Uses of StorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.rank
 

Classes in org.apache.commons.math.stat.descriptive.rank that implement StorelessUnivariateStatistic
 class Max
          Returns the maximum of the available values.
 class Min
          Returns the minimum of the available values.
 

Uses of StorelessUnivariateStatistic in org.apache.commons.math.stat.descriptive.summary
 

Classes in org.apache.commons.math.stat.descriptive.summary that implement StorelessUnivariateStatistic
 class Product
          Returns the product of the available values.
 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 © 2003-2008 The Apache Software Foundation. All Rights Reserved.