Uses of Class
org.apache.commons.math.stat.univariate.moment.SecondMoment

Packages that use SecondMoment
org.apache.commons.math.stat.univariate.moment Summary statistics based on moments. 
 

Uses of SecondMoment in org.apache.commons.math.stat.univariate.moment
 

Subclasses of SecondMoment in org.apache.commons.math.stat.univariate.moment
 class FourthMoment
          The FourthMoment is calculated using the following recursive strategy .
 class ThirdMoment
          The ThirdMoment (arithmentic mean) is calculated using the following recursive strategy .
 

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

Constructors in org.apache.commons.math.stat.univariate.moment with parameters of type SecondMoment
StandardDeviation(SecondMoment m2)
          Constructs a StandardDeviation with an external moment
Variance(SecondMoment m2)
          Constructs a Variance based on an externalized second moment.
 



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