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

Packages that use DescriptiveStatistics
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
 

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

Subclasses of DescriptiveStatistics in org.apache.commons.math.stat.descriptive
 class DescriptiveStatisticsImpl
          Deprecated. to be removed in commons-math 2.0. Use DescriptiveStatistics
 class SynchronizedDescriptiveStatistics
          Implementation of DescriptiveStatistics that is safe to use in a multithreaded environment.
 

Methods in org.apache.commons.math.stat.descriptive that return DescriptiveStatistics
static DescriptiveStatistics DescriptiveStatistics.newInstance()
          Deprecated. to be removed in commons-math 2.0
static DescriptiveStatistics DescriptiveStatistics.newInstance(java.lang.Class cls)
          Deprecated. to be removed in commons-math 2.0