Uses of Class
org.apache.openejb.math.stat.descriptive.rank.Percentile

Packages that use Percentile
org.apache.openejb.math.stat.descriptive.rank   
 

Uses of Percentile in org.apache.openejb.math.stat.descriptive.rank
 

Methods in org.apache.openejb.math.stat.descriptive.rank that return Percentile
 Percentile Percentile.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.openejb.math.stat.descriptive.rank with parameters of type Percentile
static void Percentile.copy(Percentile source, Percentile dest)
          Copies source to dest.
 

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



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