Uses of Class
org.apache.commons.math.stat.ranking.TiesStrategy
-
Packages that use TiesStrategy Package Description org.apache.commons.math.stat.ranking Classes providing rank transformations. -
-
Uses of TiesStrategy in org.apache.commons.math.stat.ranking
Fields in org.apache.commons.math.stat.ranking declared as TiesStrategy Modifier and Type Field Description static TiesStrategy
NaturalRanking. DEFAULT_TIES_STRATEGY
default ties strategyMethods in org.apache.commons.math.stat.ranking that return TiesStrategy Modifier and Type Method Description TiesStrategy
NaturalRanking. getTiesStrategy()
Return the TiesStrategystatic TiesStrategy
TiesStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TiesStrategy[]
TiesStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.math.stat.ranking with parameters of type TiesStrategy Constructor Description NaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy)
Create a NaturalRanking with the given NaNStrategy and TiesStrategy.NaturalRanking(TiesStrategy tiesStrategy)
Create a NaturalRanking with the given TiesStrategy.
-