Rank |
public enum RankDefinition
| Member name | Value | Description |
|---|---|---|
| Average | 1 | Replace ties with their mean (non-integer ranks). Default. |
| Default | 1 | Default alias for Average. |
| Min | 2 | Replace ties with their minimum (typical sports ranking). |
| Sports | 2 | Sports ranking alias for Min. |
| Max | 3 | Replace ties with their maximum. |
| First | 4 | Permutation with increasing values at each index of ties. |
| EmpiricalCDF | 5 | Use empirical CDF-style ranking. |
The RankDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |