Uses of Class
org.apache.commons.math.stat.descriptive.moment.Variance

Packages that use Variance
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. 
 

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

Fields in org.apache.commons.math.stat.descriptive declared as Variance
protected  Variance SummaryStatistics.variance
          variance of values that have been added
 

Uses of Variance in org.apache.commons.math.stat.descriptive.moment
 

Methods in org.apache.commons.math.stat.descriptive.moment that return Variance
 Variance Variance.copy()
          Returns a copy of the statistic with the same internal state.
 

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

Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type Variance
Variance(Variance original)
          Copy constructor, creates a new Variance identical to the original
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.