Uses of Class
org.hipparchus.stat.descriptive.rank.Percentile
Packages that use Percentile
-
Uses of Percentile in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return PercentileModifier and TypeMethodDescriptionPercentile.copy()Returns a copy of the statistic with the same internal state.Percentile.withEstimationType(Percentile.EstimationType newEstimationType) Build a new instance similar to the current one except for theestimation type.Percentile.withKthSelector(KthSelector newKthSelector) Build a new instance similar to the current one except for thekthSelectorinstance specifically set.Percentile.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 PercentileModifierConstructorDescriptionPercentile(Percentile original) Copy constructor, creates a newPercentileidentical to theoriginal