Uses of Class
org.apache.commons.math3.stat.descriptive.rank.Percentile
-
Packages that use Percentile Package Description org.apache.commons.math3.stat Data storage, manipulation and summary routines.org.apache.commons.math3.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of Percentile in org.apache.commons.math3.stat
Fields in org.apache.commons.math3.stat declared as Percentile Modifier and Type Field Description private static PercentileStatUtils. PERCENTILEpercentile -
Uses of Percentile in org.apache.commons.math3.stat.descriptive.rank
Subclasses of Percentile in org.apache.commons.math3.stat.descriptive.rank Modifier and Type Class Description classMedianReturns the median of the available values.Methods in org.apache.commons.math3.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.Methods in org.apache.commons.math3.stat.descriptive.rank with parameters of type Percentile Modifier and Type Method Description static voidPercentile. copy(Percentile source, Percentile dest)Deprecated.as of 3.4 this method does not work anymore, as it fails to copy internal states between instances configured with differentestimation type,NaN handling strategiesandkthSelector, it therefore always throwMathUnsupportedOperationExceptionConstructors in org.apache.commons.math3.stat.descriptive.rank with parameters of type Percentile Constructor Description Percentile(Percentile original)Copy constructor, creates a newPercentileidentical to theoriginal
-