Uses of Package
org.apache.commons.math4.legacy.stat.descriptive.rank
-
Packages that use org.apache.commons.math4.legacy.stat.descriptive.rank Package Description org.apache.commons.math4.legacy.stat.descriptive.rank Summary statistics based on ranks. -
Classes in org.apache.commons.math4.legacy.stat.descriptive.rank used by org.apache.commons.math4.legacy.stat.descriptive.rank Class Description KthSelector A Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the input numbers.Max Returns the maximum of the available values.Median Returns the median of the available values.Min Returns the minimum of the available values.Percentile Provides percentile computation.Percentile.EstimationType An enum for various estimation strategies of a percentile referred in wikipedia on quantile with the names of enum matching those of types mentioned in wikipedia.PivotingStrategy A strategy to pick a pivoting index of an array for doing partitioning.