Skip to main content
Version: 4.0.0

Calculating Show Freestyle scores

Show Freestyle scores are based on a cumulative Difficulty model where Presentation, Required Elements, and Deductions can affect the score.

Difficulty is calculated by adding the points from each skill performed. There is no limit on the total difficulty score.

Presentation increases or decreases the score by a percentage calculated from the presentation marks (+, ✓, or -).

Deductions take off a percentage for misses, and time violations.

Each missed required element will also take off a percentage from the total score.

The result/routine score (called RR) is obtained by multiplying the difficulty score (DD) with the presentation score (PP), the deduction score (MM), and the required elements score (QQ). The result cannot be lower than 0.

R=D×P×M×QR = D \times P \times M \times Q

The calculation for each of these scores is described in the following sections.

Difficulty

There is no maximum difficulty score. The difficulty score is the sum of the total points for each skill performed in a routine. Every time a skill is successfully performed, the value of that skill is added to the difficulty score.

The points per level can be calculated with the following formulas where xx is the level of the skill L(x)=0.1×1.5xL\left(x\right) = 0.1 \times 1.5^x rounded to two decimal places. However, a level 0 skill is always worth 0 points.

Example

The point values per level 0-8 skill are:

Level00.512345678
Points per skill0.000.120.150.230.340.510.761.141.712.56

The score of every difficulty judge is calculated by multiplying the amount of skills recorded at that level by that judge (called nxn_x, where xx is the level) with L(x)L\left(x\right) for each level, and adding the results (called sxs_x) for each level together, (the resulting sum is called djd_j , where jj is the judge number. This means judge 1 is called d1d_1, judge 2 is called d2d_2, etc.) For example:

s1=L(1)×n1s2=L(2)×n2d1=n=1x=s1+s2+...+sx\begin{aligned} s_1 &= L(1) \times n_1 \\ s_2 &= L(2) \times n_2 \\ d_1 &= \sum_{n = 1}^{x} = s_1 + s_2 + ... + s_x \end{aligned}

All difficulty judges’ scores are then averaged together according to the averaging rules, the result is called DD

Presentation

The presentation score may impact the difficulty score by a factor of Fp=50%=0.50F_p = 50 \% = 0.50
Where the Form and Execution category may impact the score by a factor of Fp,F=14FpF_{p,F} = \frac{1}{4} F_p,
the Style category may impact the score by a factor of Fp,S=14FpF_{p,S} = \frac{1}{4} F_p,
the Entertainment category may impact the score by a factor of Fp,W=14FpF_{p,W} = \frac{1}{4} F_p,
the Musicality category may impact the score by a factor of Fp,M=14FpF_{p,M} = \frac{1}{4} F_p

The total presentation score may be outside 1±Fp1 \pm F_p

The scores of each category (Form and Execution, Style, Entertainment, Musicality) for each judge is calculated on a scale from −3 to 3 as jFj_F​, jSj_S, jEj_E​, jMj_M​ by averaging the marks the judge has given in that category where "–" is worth -1, (the amount of negative marks given by a judge for a specific category is called nx,minusn_{\text{x,minus}}​ where xx is FF, SS, EE or MM, for the category) "✓" is worth 0 (despite this, the marks are important as they are part of the average and brings the score closer to the average; the amount of checkmarks given by a judge is called nx,checkn_{\text{x,check}}​) and "+" is worth 1. (the amount of positive marks given by a judge is called nx,plusn_{\text{x,plus}})

jx=1×nx,minus+0×nx,check+1×nx,plusnx,minus+nx,check+nx,plus=nx,plusnx,minusnx,minus+nx,check+nx,plusj_x = \frac{ -1 \times n_{\text{x,minus}} + 0 \times n_{\text{x,check}} + 1 \times n_{\text{x,plus}} }{ n_{\text{x,minus}} + n_{\text{x,check}} + n_{\text{x,plus}} } = \frac{ n_{\text{x,plus}} - n_{\text{x,minus}} }{ n_{\text{x,minus}} + n_{\text{x,check}} + n_{\text{x,plus}} }

The averages of all judges’ scores for each category is then averaged as aFa_F, aSa_S, aEa_E and aMa_M by averaging jxj_x​ according to the averaging rules for all judges who judged that category.

To calculate the multiplication factor that will be used to calculate the final score, the averages axa_x are multiplied by their respective factor Fp,xF_{p,x} and added to 1, this is called PP.

P=1+(aF×Fp,F+aS×Fp,S+aE×Fp,E+aM×Fp,M)P = 1 + \left( a_F \times F_{p,F} + a_S \times F_{p,S} + a_E \times F_{p,E} + a_M \times F_{p,M} \right)

Required disciplines

Each missed required discipline may impact the score by a factor of Fq=5%=0.05F_q = 5 \% = 0.05

The average number of missing required disciplines recorded by the required disciplines judges are calculated and called aqa_q​ this average is rounded to a whole number, the factor FqF_q​ is then multiplied by aqa_q​, the result is called qq​. (q=Fq×aqq = F_q \times \lfloor a_q \rceil​)

note

A required discipline is either not performed or performed and a score of either performed (1) or not performed (0) can be obtained per required discipline.

The required elements (qq) are subtracted from 1 to be converted into a factor, the result is called QQ (Q=1qQ = 1 - q​)

Deductions

Each deduction (miss, time violation, space violation) may impact the score with a factor of Fd=2.5%=0.025F_d = 2.5\% = 0.025

The average number of misses recorded by the Required Disciplines judges are calculated according to the averaging rules. This average is called ama_m​ and is rounded to a whole number, the factor FdF_d​ is then multiplied with ama_m​, the result is called mm​. (m=Fd×amm = F_d \times \lfloor a_m \rceil​)

The average number of time violations recorded by the required disciplines judges are calculated and called ava_v​ this average is also rounded to a whole number, the factor FdF_d​ is then multiplied with ava_v​, the result is called vv​. (v=Fd×avv = F_d \times \lfloor a_v \rceil​)

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

Result

The result/routine score (called RR) is obtained by multiplying the difficulty score (DD) with the presentation score (PP), the deduction score (MM), and the required elements score (QQ). The result cannot be lower than 0.

R=D×P×M×QR = D \times P \times M \times Q