| Package | Description | 
|---|---|
| org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. | 
| Modifier and Type | Method and Description | 
|---|---|
| Median | Median. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for the
  estimation type. | 
| Median | Median. withKthSelector(KthSelector newKthSelector)Build a new instance similar to the current one except for the
  kthSelectorinstance specifically set. | 
| Median | Median. withNaNStrategy(NaNStrategy newNaNStrategy)Build a new instance similar to the current one except for the
  NaN handlingstrategy. | 
| Constructor and Description | 
|---|
| Median(Median original)Copy constructor, creates a new  Medianidentical
 to theoriginal | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.