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

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

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

Subclasses of SecondMoment in org.apache.openejb.math.stat.descriptive.moment
 class FourthMoment
          Computes a statistic related to the Fourth Central Moment.
 class ThirdMoment
          Computes a statistic related to the Third Central Moment.
 

Fields in org.apache.openejb.math.stat.descriptive.moment declared as SecondMoment
protected  SecondMoment Variance.moment
          SecondMoment is used in incremental calculation of Variance
 

Methods in org.apache.openejb.math.stat.descriptive.moment that return SecondMoment
 SecondMoment SecondMoment.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 SecondMoment
static void SecondMoment.copy(SecondMoment source, SecondMoment dest)
          Copies source to dest.
 

Constructors in org.apache.openejb.math.stat.descriptive.moment with parameters of type SecondMoment
SecondMoment(SecondMoment original)
          Copy constructor, creates a new SecondMoment identical to the original
Variance(boolean isBiasCorrected, SecondMoment m2)
          Constructs a Variance with the specified isBiasCorrected property and the supplied external second moment.
Variance(SecondMoment m2)
          Constructs a Variance based on an external second moment.
 



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