Uses of Class
org.apache.commons.math.stat.ranking.TiesStrategy

Packages that use TiesStrategy
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
static TiesStrategy NaturalRanking.DEFAULT_TIES_STRATEGY
          default ties strategy
 

Methods in org.apache.commons.math.stat.ranking that return TiesStrategy
 TiesStrategy NaturalRanking.getTiesStrategy()
          Return the TiesStrategy
static TiesStrategy TiesStrategy.valueOf(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
NaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy)
          Create a NaturalRanking with the given NaNStrategy and TiesStrategy.
NaturalRanking(TiesStrategy tiesStrategy)
          Create a NaturalRanking with the given TiesStrategy.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.