Algorithms for the points received at an event
These algorithms can be updated sometime, to improve the ranking system
PointPosition: Point received according to the final position at the event.
EntryTotal: Number of entries at this event.
MNAtotal: Number of different MNA at this event.
ClubTotal: Number of different club at this event.
GradeFactor: Multiplicator factor according to the grading of the event.
RankBonus: Number of MNA/team/sailor (depending on the ranking list) behind in the event's final rank, but ahead in the ranking list.
GradeLimit: Value defined below depending on the grade: "Value for the grade X top sailor/club/MNA".
TopRacer: According to the grading of the event, it is the number of sailor/team/MNA above the "GradeLimit" to increase the EventFactor (according to the ranking list just before the event).
For MNA ranking list
Entry_Factor: If MNAtotal < 10, the value is : MNAtotal/10. If MNAtotal >= 20, the value is : 1.1 . If MNAtotal >= 30, the value is : 1.2 . Otherwise, the value is 1.
Event_Factor calculation: if TopRacer >= (EntryTotal/2) then Event_Factor = GradeFactor + [ 0.008 * ( TopRacer - EntryTotal / 2 ) ] else Event_Factor = GradeFactor
Point_received= [ ( PointPosition * Entry_Factor) + RankBonus ] * Event_Factor
For Club/Team ranking list
Entry_Factor: If ClubTotal < 10, the value is : ClubTotal/10. If ClubTotal >= 20, the value is : 1.1 . If ClubTotal >= 30, the value is : 1.2 . Otherwise, the value is 1.
Event_Factor calculation: if TopRacer >= (EntryTotal/2) then Event_Factor = GradeFactor + [ 0.008 * ( TopRacer - EntryTotal / 2 ) ] else Event_Factor = GradeFactor
Point_received= [ ( PointPosition * Entry_Factor) + RankBonus ] * Event_Factor
For Sailor ranking list
Entry_Factor: If EntryTotal < 10, the value is : EntryTotal/10. If EntryTotal >= 20, the value is : 1.1 . If EntryTotal >= 30, the value is : 1.2 . Otherwise, the value is 1.
Event_Factor calculation: if TopRacer >= (EntryTotal/2) then Event_Factor = GradeFactor + [ 0.008 * ( TopRacer - EntryTotal / 2 ) ] else Event_Factor = GradeFactor
Point_received= [ ( PointPosition * Entry_Factor) + RankBonus ] * Event_Factor
Parameter for the ranking list calculation
How far a club should come to be consider as other MNA (in km)(if the host country is entitled to this system) | 700 km |
grade W factor | 3.5 |
grade 1 factor | 3 |
grade 2 factor | 2.5 |
grade 3 factor | 2 |
grade 4 factor | 1.5 |
grade 5 factor | 1 |
Year 1 factor | 6 |
Year 2 factor | 3 |
Year 3 factor | 1 |
point for position 1 | 200 |
point for position 2 | 180 |
point for position 3 | 160 |
point for position 4 | 150 |
point for position 5 | 140 |
point for position 6 | 130 |
point for position 7 | 120 |
point for position 8 | 110 |
point for position 9 | 100 |
point for position 10 | 90 |
point for position 11 | 85 |
point for position 12 | 80 |
point for position 13 | 75 |
point for position 14 | 70 |
point for position 15 | 65 |
point for position 16 | 60 |
point for position 17 | 55 |
point for position 18 | 50 |
point for position 19 | 45 |
point for position 20 | 42 |
point for position 21 | 40 |
point for position 22 | 38 |
point for position 23 | 36 |
point for position 24 | 34 |
point for position 25 | 32 |
point for position 26 | 30 |
point for position 27 | 28 |
point for position 28 | 26 |
point for position 29 | 24 |
point for position 30 | 22 |
point for position 31 | 20 |
point for position 32 | 19 |
point for position 33 | 18 |
point for position 34 | 17 |
point for position 35 | 16 |
point for position 36 | 15 |
point for position 37 | 14 |
point for position 38 | 13 |
point for position 39 | 12 |
point for position 40 | 11 |
point for position 41 | 10 |
point for position 42 | 9 |
point for position 43 | 8 |
point for position 44 | 7 |
point for position 45 | 6 |
point for position 46 | 5 |
point for position 47 | 4 |
point for position 48 | 3 |
point for position 49 | 2 |
point for position 50 | 1 |
Maximum events per year | 4 |
Value for the grade W top country | 10 |
Value for the grade 1 top country | 15 |
Value for the grade 2 top country | 25 |
Value for the grade 3 top country | 40 |
Value for the grade 4 top country | 50 |
Value for the grade 5 top country | 70 |
Maximum events per year | 4 |
Value for the grade W top club/team | 15 |
Value for the grade 1 top club/team | 20 |
Value for the grade 2 top club/team | 40 |
Value for the grade 3 top club/team | 80 |
Value for the grade 4 top club/team | 180 |
Value for the grade 5 top club/team | 300 |
Maximum events per year | 4 |
Value for the grade W top sailor | 30 |
Value for the grade 1 top sailor | 40 |
Value for the grade 2 top sailor | 100 |
Value for the grade 3 top sailor | 150 |
Value for the grade 4 top sailor | 250 |
Value for the grade 5 top sailor | 400 |