Uses of Enum Class
org.apache.commons.math.stat.ranking.TiesStrategy
Packages that use TiesStrategy
-
Uses of TiesStrategy in org.apache.commons.math.stat.ranking
Fields in org.apache.commons.math.stat.ranking declared as TiesStrategyModifier and TypeFieldDescriptionstatic final TiesStrategy
NaturalRanking.DEFAULT_TIES_STRATEGY
default ties strategyMethods in org.apache.commons.math.stat.ranking that return TiesStrategyModifier and TypeMethodDescriptionNaturalRanking.getTiesStrategy()
Return the TiesStrategystatic TiesStrategy
Returns the enum constant of this class with the specified name.static TiesStrategy[]
TiesStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.commons.math.stat.ranking with parameters of type TiesStrategyModifierConstructorDescriptionNaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a NaturalRanking with the given NaNStrategy and TiesStrategy.NaturalRanking
(TiesStrategy tiesStrategy) Create a NaturalRanking with the given TiesStrategy.