Uses of Interface
org.apache.commons.math.stat.univariate.UnivariateStatistic

Packages that use UnivariateStatistic
org.apache.commons.math.stat Data storage, manipulation and summary routines. 
org.apache.commons.math.stat.univariate Generic univariate summary statistic objects. 
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 UnivariateStatistic in org.apache.commons.math.stat
 

Methods in org.apache.commons.math.stat with parameters of type UnivariateStatistic
abstract  double AbstractStorelessDescriptiveStatistics.apply(UnivariateStatistic stat)
          Apply the given statistic to this univariate collection.
 double DescriptiveStatisticsImpl.apply(UnivariateStatistic stat)
          Apply the given statistic to this univariate collection.
 double StorelessDescriptiveStatisticsImpl.apply(UnivariateStatistic stat)
          Apply the given statistic to this univariate collection.
 

Uses of UnivariateStatistic in org.apache.commons.math.stat.univariate
 

Subinterfaces of UnivariateStatistic in org.apache.commons.math.stat.univariate
 interface StorelessUnivariateStatistic
          Extends the capabilities of UnivariateStatistic with a statefull incremental strategy through three methods for calculating a statistic without having to maintain a double[] of the values.
 

Classes in org.apache.commons.math.stat.univariate that implement UnivariateStatistic
 class AbstractStorelessUnivariateStatistic
          Abstract Implementation for StorelessUnivariateStatistics.
 class AbstractUnivariateStatistic
          Abstract Implementation for UnivariateStatistics.
 

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

Classes in org.apache.commons.math.stat.univariate.moment that implement UnivariateStatistic
 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 UnivariateStatistic in org.apache.commons.math.stat.univariate.rank
 

Classes in org.apache.commons.math.stat.univariate.rank that implement UnivariateStatistic
 class Max
           
 class Median
           
 class Min
           
 class Percentile
           
 

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

Classes in org.apache.commons.math.stat.univariate.summary that implement UnivariateStatistic
 class Product
           
 class Sum
           
 class SumOfLogs
           
 class SumOfSquares
           
 



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