Uses of Enum Class
org.apache.commons.math.stat.ranking.NaNStrategy
Packages that use NaNStrategy
-
Uses of NaNStrategy in org.apache.commons.math.stat.ranking
Fields in org.apache.commons.math.stat.ranking declared as NaNStrategyModifier and TypeFieldDescriptionstatic final NaNStrategy
NaturalRanking.DEFAULT_NAN_STRATEGY
default NaN strategyMethods in org.apache.commons.math.stat.ranking that return NaNStrategyModifier and TypeMethodDescriptionNaturalRanking.getNanStrategy()
Return the NaNStrategystatic NaNStrategy
Returns the enum constant of this class with the specified name.static NaNStrategy[]
NaNStrategy.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 NaNStrategyModifierConstructorDescriptionNaturalRanking
(NaNStrategy nanStrategy) Create a NaturalRanking with the given NaNStrategy.NaturalRanking
(NaNStrategy nanStrategy, RandomGenerator randomGenerator) Create a NaturalRanking with the given NaNStrategy, TiesStrategy.RANDOM and the given source of random data.NaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a NaturalRanking with the given NaNStrategy and TiesStrategy.