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

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

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

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

Constructors in org.apache.openejb.math.stat.descriptive.moment with parameters of type Kurtosis
Kurtosis(Kurtosis original)
          Copy constructor, creates a new Kurtosis identical to the original
 



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