Uses of Interface
org.apache.commons.math4.legacy.stat.descriptive.rank.PivotingStrategy
-
Packages that use PivotingStrategy Package Description org.apache.commons.math4.legacy.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of PivotingStrategy in org.apache.commons.math4.legacy.stat.descriptive.rank
Classes in org.apache.commons.math4.legacy.stat.descriptive.rank that implement PivotingStrategy Modifier and Type Class Description class
CentralPivotingStrategy
A mid point strategy based on the average of begin and end indices.class
MedianOf3PivotingStrategy
Classic median of 3 strategy given begin and end indices.class
RandomPivotingStrategy
A strategy of selecting random index between begin and end indices.Methods in org.apache.commons.math4.legacy.stat.descriptive.rank that return PivotingStrategy Modifier and Type Method Description PivotingStrategy
KthSelector. getPivotingStrategy()
Get the pivoting strategy.PivotingStrategy
Percentile. getPivotingStrategy()
Get thePivotingStrategy
used in KthSelector for computation.Constructors in org.apache.commons.math4.legacy.stat.descriptive.rank with parameters of type PivotingStrategy Constructor Description KthSelector(PivotingStrategy pivotingStrategy)
Constructor with specified pivoting strategy.
-