IMSL C# Numerical Library

Ranks.Tie Enumeration

Determines how to break a tie.

public enum Ranks.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.

Requirements

Namespace: Imsl.Stat

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Stat Namespace