| Package | Description | 
|---|---|
| org.hipparchus.stat.descriptive.rank | Summary statistics based on ranks. | 
| 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. | 
| Constructor and Description | 
|---|
| Percentile(Percentile original)Copy constructor, creates a new  Percentileidentical
 to theoriginal | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.