Uses of Class
org.apache.commons.math.stat.ranking.NaNStrategy
-
Packages that use NaNStrategy Package Description org.apache.commons.math.stat.ranking Classes providing rank transformations. -
-
Uses of NaNStrategy in org.apache.commons.math.stat.ranking
Fields in org.apache.commons.math.stat.ranking declared as NaNStrategy Modifier and Type Field Description static NaNStrategy
NaturalRanking. DEFAULT_NAN_STRATEGY
default NaN strategyMethods in org.apache.commons.math.stat.ranking that return NaNStrategy Modifier and Type Method Description NaNStrategy
NaturalRanking. getNanStrategy()
Return the NaNStrategystatic NaNStrategy
NaNStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NaNStrategy[]
NaNStrategy. 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 NaNStrategy Constructor Description NaturalRanking(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.
-