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

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

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

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

Fields in org.apache.openejb.math.stat.descriptive.moment declared as FirstMoment
protected  FirstMoment Mean.moment
          First moment on which this statistic is based.
 

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

Constructors in org.apache.openejb.math.stat.descriptive.moment with parameters of type FirstMoment
FirstMoment(FirstMoment original)
          Copy constructor, creates a new FirstMoment identical to the original
Mean(FirstMoment m1)
          Constructs a Mean with an External Moment.
 



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