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

Packages that use DescriptiveStatistics
org.apache.openejb.math.stat.descriptive   
 

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

Subclasses of DescriptiveStatistics in org.apache.openejb.math.stat.descriptive
 class SynchronizedDescriptiveStatistics
          Implementation of DescriptiveStatistics that is safe to use in a multithreaded environment.
 

Methods in org.apache.openejb.math.stat.descriptive that return DescriptiveStatistics
 DescriptiveStatistics DescriptiveStatistics.copy()
          Returns a copy of this DescriptiveStatistics instance with the same internal state.
 

Methods in org.apache.openejb.math.stat.descriptive with parameters of type DescriptiveStatistics
static void DescriptiveStatistics.copy(DescriptiveStatistics source, DescriptiveStatistics dest)
          Copies source to dest.
 

Constructors in org.apache.openejb.math.stat.descriptive with parameters of type DescriptiveStatistics
DescriptiveStatistics(DescriptiveStatistics original)
          Copy constructor.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.