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

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

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

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

Fields in org.apache.openejb.math.stat.descriptive.moment declared as ThirdMoment
protected  ThirdMoment Skewness.moment
          Third moment on which this statistic is based
 

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

Constructors in org.apache.openejb.math.stat.descriptive.moment with parameters of type ThirdMoment
Skewness(ThirdMoment m3)
          Constructs a Skewness with an external moment
ThirdMoment(ThirdMoment original)
          Copy constructor, creates a new ThirdMoment identical to the original
 



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