Click or drag to resize
RanksTie Enumeration
Determines how to break a tie.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Tie
Members
  Member nameValueDescription
Average0 Use the average score in the group of ties.
Highest1 Use the highest score in the group of ties.
Lowest2 Use the lowest score in the group of ties.
Random3 Use one of the group of ties chosen at random.
See Also