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

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

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

Subclasses of SummaryStatistics in org.apache.commons.math.stat.descriptive
 class SummaryStatisticsImpl
          Provides a default SummaryStatistics implementation.
 

Methods in org.apache.commons.math.stat.descriptive that return SummaryStatistics
static SummaryStatistics SummaryStatistics.newInstance(Class cls)
          Create an instance of a SummaryStatistics
static SummaryStatistics SummaryStatistics.newInstance()
          Create an instance of a SummaryStatistics
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.