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

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

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

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

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

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

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



Copyright © 2017 CNES. All Rights Reserved.