Uses of Class
org.apache.commons.math.stat.descriptive.rank.Percentile
- 
Packages that use Percentile Package Description org.apache.commons.math.stat.descriptive.rank Summary statistics based on ranks. - 
- 
Uses of Percentile in org.apache.commons.math.stat.descriptive.rank
Subclasses of Percentile in org.apache.commons.math.stat.descriptive.rank Modifier and Type Class Description classMedianReturns the median of the available values.Methods in org.apache.commons.math.stat.descriptive.rank that return Percentile Modifier and Type Method Description PercentilePercentile. copy()Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math.stat.descriptive.rank with parameters of type Percentile Modifier and Type Method Description static voidPercentile. copy(Percentile source, Percentile dest)Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.rank with parameters of type Percentile Constructor Description Percentile(Percentile original)Copy constructor, creates a newPercentileidentical to theoriginal 
 -