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

Packages that use Variance
org.apache.openejb.math.stat.descriptive.moment   
 

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

Methods in org.apache.openejb.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.openejb.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.openejb.math.stat.descriptive.moment with parameters of type Variance
Variance(Variance original)
          Copy constructor, creates a new Variance identical to the original
 



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