I am just having some difficulty following the scoring system. Like I said, following the below set up -
A = actual number of games started
B = predicted number of games started
C = actual number of O and/or D snaps
D = predicted number of O and/or D snaps
E = actual number of ST snaps
F = predicted number of ST snaps
G = actual PFF season grade
H = predicted PFF season grade
abs = absolute value
S(p) = score of an individual player
W = abs(A - B)
X = abs(C - D)
Y = abs(E - F)
Z = abs(G - H)
If I chose 13 starts (A) and he makes 17 starts (B), and I take A - B? I get a negative number. So, are we being punished more for going over the number?