Author Topic: Score and Overall Score Help!  (Read 1181 times)

cjroberts001

  • Newbie
  • *
  • Posts: 11
    • View Profile
Score and Overall Score Help!
« on: July 22, 2013, 08:34:15 AM »
im currently running TD 2.5.14 (3 doesnt work on my machine)

im using the standard scoring system with the Score and Overall score!
The Overall Score is used determine the best or top 16 players! we limit the amount of games you have to play (20) to qualify for the top 16 players end of year Game!
These are the Formulas im using atm :

Tournament Scoring
log((n + 1) / r)

Overall Score
(1-exp(-average(scores))) * 100

what i would like is a formula that takes the average of the Best 20 Results rather than every single game thats been played
Any ideas guys?
---
i think iv just worked it out myself:

Overall Score
(1-exp(-average(top(20,scores)))) * 100
 
seems to have done the trick i think conformation would be good thou :/
« Last Edit: July 22, 2013, 09:37:38 AM by cjroberts001 »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Score and Overall Score Help!
« Reply #1 on: July 23, 2013, 10:54:35 AM »
Confirmed.  :)