Uses of Class
org.apache.commons.math4.legacy.stat.descriptive.rank.Percentile
-
Packages that use Percentile Package Description org.apache.commons.math4.legacy.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of Percentile in org.apache.commons.math4.legacy.stat.descriptive.rank
Subclasses of Percentile in org.apache.commons.math4.legacy.stat.descriptive.rank Modifier and Type Class Description class
Median
Returns the median of the available values.Methods in org.apache.commons.math4.legacy.stat.descriptive.rank that return Percentile Modifier and Type Method 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 theestimation type
.Percentile
Percentile. withKthSelector(KthSelector newKthSelector)
Build a new instance similar to the current one except for thekthSelector
instance specifically set.Percentile
Percentile. withNaNStrategy(NaNStrategy newNaNStrategy)
Build a new instance similar to the current one except for theNaN handling
strategy.Constructors in org.apache.commons.math4.legacy.stat.descriptive.rank with parameters of type Percentile Constructor Description Percentile(Percentile original)
Copy constructor, creates a newPercentile
identical.
-