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

Packages that use SummaryStatistics
org.apache.commons.math.random Random number and random data generators. 
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
 

Uses of SummaryStatistics in org.apache.commons.math.random
 

Fields in org.apache.commons.math.random declared as SummaryStatistics
private  SummaryStatistics EmpiricalDistributionImpl.sampleStats
          Sample statistics
 

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

Subclasses of SummaryStatistics in org.apache.commons.math.stat.descriptive
 class SummaryStatisticsImpl
          Deprecated. to be removed in commons math 2.0. Use SummaryStatistics.
 class SynchronizedSummaryStatistics
          Implementation of SummaryStatistics that is safe to use in a multithreaded environment.
 

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