Funzioni di punteggio

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(DistanzaInMetri;Genere/Sesso) restituisce il tempo standard OpenClass per la distanza indicata. I due parametri sono opzionali.Se non espressi, verranno utilizzati i dati del partecipante.

AgeGradedOC2015() - restituisce il tempo standard OpenClass
AgeGradedOC2015([Gara.Lunghezza];[Genere]) - é equivalente se la lunghezza della gara é stata definita in metri

 

AgeGradedLevel2015()

AgeGradedLevel2015(Tempo;DistanzaInMetri;Genere;Etá) restituisce il livello di AgeGraded. I parametri sono opzionali. Se non espressi, verranno utilizzati i dati del partecipante. Per il tempo, sará usato il tempo del risultato finale.

Il livello é calcolato come di seguito: AgeGradedOC2015()/(AgeGradedFactor2015()*[TempoDecimale])

AgeGradedLevel2015() - restituisce il livello AgeGraded per il tempo di arrivo.

 

AgeGradedLevel2015([TempoDecimale];[Gara.Lunghezza];[Genere];[Etá]) - é equivalente se la lunghezza é espressa in metri.

Per formattare il valore come percentuale, puoi usare:

 

format(100*AgeGradedLevel2015(); "s.k %")

AgeGradedFactor2015()

AgeGradedFactor2015(DistanzaInMetri;Genere;Etá) restituisce il punteggio in base all'etá dalle tabelle 2015. I tre parametri sono opzionali. Se non forniti, verranno utilizzati i dati del partecipante.

AgeGradedFactor2015() - restituisce il fattore di punteggio per fascia di età
AgeGradedFactor2015([Gara.Lunghezza];[Genere];[Etá]) - é equivalente se la lunghezza é espressa in metri.

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