RankTiebreaker Enumeration

Enumerates the possible ways to break a tie when ranking observations.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum RankTiebreaker

Members

Average0 Use the average of the scores of the tied observations.
Lowest1 Use the lowest score of the tied observations.
Highest2 Use the highest score of the tied observations.
Random3 Use a random score from the tied observations.
Compress4 Treat tied observations as a single observation and give them all the same score.

See Also