Uses of Class
org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic

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

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.moment
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.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 StandardDeviation
          Computes the sample standard deviation.
 class Variance
          Computes the variance of the available values.
 

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.rank
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.rank
 class Max
          Returns the maximum of the available values.
 class Min
          Returns the minimum of the available values.
 

Uses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.summary
 

Subclasses of AbstractStorelessUnivariateStatistic in org.apache.commons.math3.stat.descriptive.summary
 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 © 2017 CNES. All Rights Reserved.