2015 Age Graded Functions
For new events, it is recommended to use the 2020 Age Graded Functions. The 2015 functions will still be supported for legacy events.
AgeGradedOC2015()
AgeGradedOC2015(DistanceInMeters;Sex) returns the OpenClass standard time for the given distance. The two parameters are optional. If not given, the participant's data will be used.
AgeGradedOC2015() - returns the OpenClass standard time
AgeGradedOC2015([Contest.Length];[Sex]) - is equivalent if contest length is defined in meters
AgeGradedLevel2015()
AgeGradedLevel2015(Time;DistanceInMeters;Sex;Age) returns the AgeGraded level. The parameters are optional. If not given, the participant's data will be used. For the time, the time of the finish result will be used.
The level is calculated as follows: AgeGradedOC2015()/(AgeGradedFactor2015()*[DecimalTime])
AgeGradedLevel2015() - returns the AgeGraded level for the finish time.
AgeGradedLevel2015([Time.Decimal];[Contest.Length];[Sex];[Age]) - is equivalent if contest length is defined in meters
To format the value as percent, you can use:
format(100*AgeGradedLevel2015(); "s.k %")
AgeGradedFactor2015()
AgeGradedFactor2015(DistanceInMeters;Sex;Age) returns the age graded scoring factor from the 2015 tables. The three parameters are optional. If not given, the participant's data will be used.
AgeGradedFactor2015() - returns the age group scoring factor
AgeGradedFactor2015([Contest.Length];[Sex];[Age]) - is equivalent if contest length is defined in meters
2020 Age Graded Functions
AgeGradedOC2020()
AgeGradedOC2020(DistanceInMeters;Sex) returns the OpenClass standard time for the given distance. The two parameters are optional. If not given, the participant's data will be used.
AgeGradedOC2020() - returns the OpenClass standard time
AgeGradedOC2020([Contest.Length];[Sex]) - is equivalent if contest length is defined in meters
AgeGradedLevel2020()
AgeGradedLevel2020(Time;DistanceInMeters;Sex;Age) returns the AgeGraded level. The parameters are optional. If not given, the participant's data will be used. For the time, the time of the finish result will be used.
The level is calculated as follows: AgeGradedOC2020()/(AgeGradedFactor2020()*[DecimalTime])
AgeGradedLevel2020() - returns the AgeGraded level for the finish time.
AgeGradedLevel2020([Time.Decimal];[Contest.Length];[Sex];[Age]) - is equivalent if contest length is defined in meters
To format the value as percent, you can use:
format(100*AgeGradedLevel2020(); "s.k %")
AgeGradedFactor2020()
AgeGradedFactor2020(DistanceInMeters;Sex;Age) returns the age graded scoring factor from the 2020 tables. The three parameters are optional. If not given, the participant's data will be used.
AgeGradedFactor2020() - returns the age group scoring factor
AgeGradedFactor2020([Contest.Length];[Sex];[Age]) - is equivalent if contest length is defined in meters