Uses of Class
org.apache.commons.math3.stat.descriptive.rank.Percentile
Packages that use Percentile
Package
Description
Summary statistics based on ranks.
-
Uses of Percentile in org.apache.commons.math3.stat.descriptive.rank
Subclasses of Percentile in org.apache.commons.math3.stat.descriptive.rankMethods in org.apache.commons.math3.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 thekthSelector
instance specifically set.Percentile.withNaNStrategy
(NaNStrategy newNaNStrategy) Build a new instance similar to the current one except for theNaN handling
strategy.Methods in org.apache.commons.math3.stat.descriptive.rank with parameters of type PercentileModifier and TypeMethodDescriptionstatic void
Percentile.copy
(Percentile source, Percentile dest) Deprecated.Constructors in org.apache.commons.math3.stat.descriptive.rank with parameters of type PercentileModifierConstructorDescriptionPercentile
(Percentile original) Copy constructor, creates a newPercentile
identical to theoriginal
estimation type
,NaN handling strategies
andkthSelector
, it therefore always throwMathUnsupportedOperationException