Uses of Class
de.jstacs.utils.ToolBox.TiedRanks

Packages that use ToolBox.TiedRanks
de.jstacs.utils This package contains a bundle of useful classes and interfaces like ... 
 

Uses of ToolBox.TiedRanks in de.jstacs.utils
 

Methods in de.jstacs.utils that return ToolBox.TiedRanks
static ToolBox.TiedRanks ToolBox.TiedRanks.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolBox.TiedRanks[] ToolBox.TiedRanks.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jstacs.utils with parameters of type ToolBox.TiedRanks
static int[] ToolBox.rank(double[] values, ToolBox.TiedRanks ties)
          Ranks the values in values, where the greatest value obtains the lowest rank.