Author Topic: Re-buy penalty formula  (Read 1016 times)

sass

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re-buy penalty formula
« on: September 30, 2009, 08:41:31 PM »
Hi guys.

Heading into season two of our home league.....lovin the TD2 software!  We now also have a website for managing the league etc and it looks like it is going to work out great.  www.sassleagueofpoker.webs.com


Anyways, I'm looking for some help on a formula.  I'm sure it is on here somewhere but I haven't been able to find it.

Current formula per game is:  round(10*(sqrt(n)/sqrt(r)))

Our league runs 15 games with the top 10 being recorded.  Season stats formula is:  sum(top(10, scores))


What I want to add in is a 2 point penalty per re-buy.  This will be assessed only for the evenings points.


Any suggestions?

Thanks alot.
Sass


Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6220
    • View Profile
Re: Re-buy penalty formula
« Reply #1 on: October 01, 2009, 08:26:30 PM »
round(10*(sqrt(n)/sqrt(r))) - (nr * 2)

sass

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Re-buy penalty formula
« Reply #2 on: October 02, 2009, 05:15:29 PM »
Thanks alot Corey....appreciate it!