| Package | Description | 
|---|---|
| org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. | 
| org.apache.commons.math3.util | Convenience routines and common data structures used throughout the commons-math library. | 
| Modifier and Type | Method and Description | 
|---|---|
| PivotingStrategyInterface | Percentile. getPivotingStrategy()Get the  PivotingStrategyInterfaceused in KthSelector for computation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CentralPivotingStrategyA mid point strategy based on the average of begin and end indices. | 
| class  | MedianOf3PivotingStrategyClassic median of 3 strategy given begin and end indices. | 
| class  | RandomPivotingStrategyA strategy of selecting random index between begin and end indices. | 
| Modifier and Type | Method and Description | 
|---|---|
| PivotingStrategyInterface | KthSelector. getPivotingStrategy()Get the pivotin strategy. | 
| Constructor and Description | 
|---|
| KthSelector(PivotingStrategyInterface pivotingStrategy)Constructor with specified pivoting strategy | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.