RankDefinition Enumeration |
Namespace: MathNet.Numerics.Statistics
public enum RankDefinition
Member name | Description | |
---|---|---|
Average | Replace ties with their mean (non-integer ranks). Default. | |
Default | ||
Min | Replace ties with their minimum (typical sports ranking). | |
Sports | ||
Max | Replace ties with their maximum. | |
First | Permutation with increasing values at each index of ties. | |
EmpiricalCDF |