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