Uses of Class
org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest

Packages that use StorelessUnivariateStatisticAbstractTest
org.apache.commons.math.stat.descriptive.moment   
org.apache.commons.math.stat.descriptive.rank   
org.apache.commons.math.stat.descriptive.summary   
 

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

Subclasses of StorelessUnivariateStatisticAbstractTest in org.apache.commons.math.stat.descriptive.moment
 class FirstMomentTest
          Test cases for the FirstMoment class.
 class FourthMomentTest
          Test cases for the FourthMoment class.
 class GeometricMeanTest
          Test cases for the UnivariateStatistic class.
 class KurtosisTest
          Test cases for the UnivariateStatistic class.
 class MeanTest
          Test cases for the UnivariateStatistic class.
 class SecondMomentTest
          Test cases for the SecondMoment class.
 class SkewnessTest
          Test cases for the UnivariateStatistic class.
 class StandardDeviationTest
          Test cases for the UnivariateStatistic class.
 class ThirdMomentTest
          Test cases for the ThirdMoment class.
 class VarianceTest
          Test cases for the UnivariateStatistic class.
 

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

Subclasses of StorelessUnivariateStatisticAbstractTest in org.apache.commons.math.stat.descriptive.rank
 class MaxTest
          Test cases for the UnivariateStatistic class.
 class MinTest
          Test cases for the UnivariateStatistic class.
 

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

Subclasses of StorelessUnivariateStatisticAbstractTest in org.apache.commons.math.stat.descriptive.summary
 class ProductTest
          Test cases for the UnivariateStatistic class.
 class SumLogTest
          Test cases for the UnivariateStatistic class.
 class SumSqTest
          Test cases for the SumOfSquares class.
 class SumTest
          Test cases for the Sum class.
 



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