Uses of Class
org.hipparchus.stat.descriptive.rank.Percentile
- 
Packages that use Percentile Package Description org.hipparchus.stat.descriptive.rank Summary statistics based on ranks. - 
- 
Uses of Percentile in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return Percentile Modifier and Type Method Description PercentilePercentile. copy()Returns a copy of the statistic with the same internal state.PercentilePercentile. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for theestimation type.PercentilePercentile. withKthSelector(KthSelector newKthSelector)Build a new instance similar to the current one except for thekthSelectorinstance specifically set.PercentilePercentile. withNaNStrategy(NaNStrategy newNaNStrategy)Build a new instance similar to the current one except for theNaN handlingstrategy.Constructors in org.hipparchus.stat.descriptive.rank with parameters of type Percentile Constructor Description Percentile(Percentile original)Copy constructor, creates a newPercentileidentical to theoriginal 
 -