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

Packages that use Percentile
org.apache.commons.math.stat Data storage, manipulation and summary routines. 
org.apache.commons.math.stat.descriptive.rank Summary statistics based on ranks. 
 

Uses of Percentile in org.apache.commons.math.stat
 

Fields in org.apache.commons.math.stat declared as Percentile
private static Percentile StatUtils.percentile
          percentile
 

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

Subclasses of Percentile in org.apache.commons.math.stat.descriptive.rank
 class Median
          Returns the median of the available values.