Skip to main content
Version: 4.2.0

What's new in v4.2.0

Changes compared to v4.1.0.

Technical Manual

Changed pages

Calculating Single Rope freestyle scores

Required elements

Required elements

Each missed required element may impact the score by a factor of Fq=2.5%=0.025F_q = 2.5\% = 0.025

For each difficulty judge, the number of missing required elements for their judge type is calculated by subtracting the number of skills performed at a level 3 or higher (called n3+n_{3+}), and 0.5 times the number of skills performed at a level 2 or lower (called n2n_{2-}) from the number of required elements for that judge type (called Nq,tN_{q,t} where tt is the judge type), with a minimum result of 0. This number is called aq,ta_{q,t} where tt is the judge type, P, M, or R. For example

For each difficulty judge, the number of missing required elements for their judge type is calculated by looking at the 6 highest difficulty marks recorded by each judge, and then subtracting the of number those of skills performed at a level 3 or higher (called n3+n_{3+}), and 0.5 times the number of those skills performed at a level 2 or lower (called n2n_{2-}) from the number of required elements for that judge type (called Nq,tN_{q,t} where tt is the judge type), with a minimum result of 0. This number is called aq,ta_{q,t} where tt is the judge type, P, M, or R. For example

aq,M=max(Nq,Mn3+0.5n2,0)a_{q,M} = max\left( N_{q,M} - n_{3+} - 0.5n_{2-}, 0 \right)

For competition events with pairs interactions, the number of missing required elements are calculated by subtraction the number of marks recorded by each technical judge (with difficulty level playing no part) (called nn) from the number of required pairs interactions (called Nq,tN_{q,t} where tt is I for interactions), with a minimum of 0. The number is called aq,ta_{q,t} where tt is the required element type: I. For example

aq,I=max(Nq,In,0)a_{q,I} = max\left( N_{q,I} - n, 0 \right)

For each judge type/required element, the aq,ta_{q,t} scores are then averaged according to the averaging rules, and rounded to a whole number. The result is called qtq_t.

All the q-scores are summed and multiplied by FqF_q, the result of which is subtracted from 1 to be converted into a factor, the result is called QQ (Q=1Fq×(qM+qP+qR)Q = 1 - F_q \times \left( q_{M} + q_{P} + q_{R} \right) or Q=1Fq×(qM+qP+qR+qI)Q = 1 - F_q \times \left( q_{M} + q_{P} + q_{R} + q_{I} \right)).

Deductions

Deductions

Time and space violations will impact the score by a factor of Fv=5%=0.05F_v = 5\% = 0.05​ each.
Breaks will impact the score by a factor of Fb=5%=0.05F_b = 5\% = 0.05.
The first miss will impact the score by a factor of Fm,1=5%=0.05F_{m,1} = 5\% = 0.05, the second miss by a factor of Fm,2=7.5%=0.075F_{m,2} = 7.5\% = 0.075 and the third miss and onward will impact the score by a factor of Fm=10%=0.1F_{m} = 10\% = 0.1.

The average number of misses recorded by all judges counting misses are calculated according to the averaging rules. This average is called ama_m​ and is rounded to a whole number. ama_m is then turned into the miss score mm as follows: if ama_m is 0 then mm is 00, if am=1a_m = 1 then m=Fm,1m = F_{m,1}, if am=2a_m = 2 then m=Fm,1+Fm,2m = F_{m,1} + F_{m,2}, if am>2a_m > 2 then m=Fm,1+Fm,2+(am2)×Fmm = F_{m,1} + F_{m,2} + (a_m - 2)\times F_{m}​.

Or, in one formula:

m=(Fm,1×max(am,1))+(Fm,2×clamp(am1,0,1))+(Fm×min(am2,0))\begin{aligned} m = &\left( F_{m,1} \times max\left( a_m, 1 \right) \right) \\ &+ \left( F_{m,2} \times clamp\left( a_m - 1, 0, 1 \right) \right) \\ &+ \left( F_{m} \times min\left( a_m - 2, 0 \right) \right) \end{aligned}
m=(Fm,1×min(am,1))+(Fm,2×clamp(am1,0,1))+(Fm×max(am2,0))\begin{aligned} m = &\left( F_{m,1} \times min\left( a_m, 1 \right) \right) \\ &+ \left( F_{m,2} \times clamp\left( a_m - 1, 0, 1 \right) \right) \\ &+ \left( F_{m} \times max\left( a_m - 2, 0 \right) \right) \end{aligned}

The average number of breaks are calculated and called aba_b​ this average is also rounded to a whole number, the factor FbF_b​ is then multiplied with aba_b​, the result is called bb​. (b=Fb×abb = F_b \times \lfloor a_b \rceil​)

The average number of additional violations (time and space) are calculated and called ava_v​ this average is also rounded to a whole number, the factor FvF_v​ is then multiplied with ava_v​, the result is called vv​. (v=Fv×avv = F_v \times \lfloor a_v \rceil​)

The misses (mm), breaks (bb) and violations (vv) are summed together and subtracted from 1, the result is called MM and cannot be lower than 0. (M=1(m+b+v)M = 1 - \left( m + b + v \right))