Determines how to break a tie.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum Tie |
Visual Basic (Declaration) |
---|
Public Enumeration Tie |
Visual C++ |
---|
public enum class Tie |
Members
Member name | Description | |
---|---|---|
Average |
Use the average score in the group of ties.
| |
Highest |
Use the highest score in the group of ties.
| |
Lowest |
Use the lowest score in the group of ties.
| |
Random |
Use one of the group of ties chosen at random.
|