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

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

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

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

Fields in org.apache.commons.math.stat.univariate.moment declared as ThirdMoment
protected  ThirdMoment Skewness.moment
           
 

Constructors in org.apache.commons.math.stat.univariate.moment with parameters of type ThirdMoment
Skewness(ThirdMoment m3)
          Constructs a Skewness with an external moment
 



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