| Package | Description | 
|---|---|
| org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MedianReturns the median of the available values. | 
| Modifier and Type | Method and Description | 
|---|---|
| Percentile | Percentile. copy()Returns a copy of the statistic with the same internal state. | 
| Percentile | Percentile. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for the
  estimation type. | 
| Percentile | Percentile. withKthSelector(KthSelector newKthSelector)Build a new instance similar to the current one except for the
  kthSelectorinstance specifically set. | 
| Percentile | Percentile. withNaNStrategy(NaNStrategy newNaNStrategy)Build a new instance similar to the current one except for the
  NaN handlingstrategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Percentile. copy(Percentile source,
    Percentile dest)Deprecated. 
 as of 3.4 this method does not work anymore, as it fails to
 copy internal states between instances configured with different
  estimation type,NaN handling strategiesandkthSelector, it therefore always
 throwMathUnsupportedOperationException | 
| Constructor and Description | 
|---|
| Percentile(Percentile original)Copy constructor, creates a new  Percentileidentical
 to theoriginal | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.