0110 – formula

 

PART 1

SUB = 2(pd) – 0.2(L)

pd: average point differential

L: number of losses

pd = AVG of:

     [   (if n >  21, pdn =  21)

 OR (if n < -21, pdn = -21)] ELSE

     pdn = (score – OppOppAvgScr) – (OppScr – OppAvgScr)

 

Using SUB, rank teams 1-117.

 

PART 2

SUB2 = SUB + PR + RA

SUB2: subtotal 2

PR: performance rating

RA: rank adjustment

PR = SUM of:

        [if pd ≥ 0, PRn = 0.001(pd)(118-TR)]

     OR [if pd < 0, PRn = 0.001(pd*TR)]

TR = team ranking (1-117)

RA = SUM of:

     if L:   if TR > OR, RAn = 0.05(OR-TR)

           else RAn = 0

     if W:   if TR < OR, RAn = 0.05(OR-TR)

           else RAn = 0

L: loss

W: win

OR: opponent ranking (1-117)

 

Compile SUB2 for each team.

 

PART 3

SUB3 = SUB2 + 0.5(KD) – 2.2(L)

SUB3: subtotal 3

KD: key decision

L: number of losses

KD = SUM of:

if L:   if OppSUB2 < 0, KDn = 0.1(OppSUB2)

           else KDn = 0

if W:   if OppSUB2 > 0, KDn = 0.1(OppSUB2)

           else KDn = 0

 

Using SUB3, rank teams 1-117.

 

 

[email protected]

Wednesday 15 September 2004 0536a

Hosted by www.Geocities.ws

1