Uses of Interface
org.apache.commons.math3.util.PivotingStrategyInterface
Packages that use PivotingStrategyInterface
Package
Description
Summary statistics based on ranks.
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of PivotingStrategyInterface in org.apache.commons.math3.stat.descriptive.rank
Methods in org.apache.commons.math3.stat.descriptive.rank that return PivotingStrategyInterfaceModifier and TypeMethodDescriptionPercentile.getPivotingStrategy()
Get thePivotingStrategyInterface
used in KthSelector for computation. -
Uses of PivotingStrategyInterface in org.apache.commons.math3.util
Classes in org.apache.commons.math3.util that implement PivotingStrategyInterfaceModifier and TypeClassDescriptionclass
A mid point strategy based on the average of begin and end indices.class
Classic median of 3 strategy given begin and end indices.class
A strategy of selecting random index between begin and end indices.Methods in org.apache.commons.math3.util that return PivotingStrategyInterfaceConstructors in org.apache.commons.math3.util with parameters of type PivotingStrategyInterfaceModifierConstructorDescriptionKthSelector
(PivotingStrategyInterface pivotingStrategy) Constructor with specified pivoting strategy