Author Topic: Help with formula  (Read 1037 times)

Proffanno

  • Newbie
  • *
  • Posts: 8
    • View Profile
Help with formula
« on: February 24, 2016, 06:42:45 AM »
(((N*BC)+(NR*RC)+(NA*AC))/N) * SQRT(N/R)

Hello

Im using a variation of this formula above in my tournaments and was wondering if its possible to put like a "cut" in the points. Lets say, 1º-27º place receive the points given by the formula and 28º-29º-30º-31º.... is given the points of the 28º place.

Ex.
What i have
1- 150
2- 120
3- 100
4- 85
5- 75
6-70

What i want
1- 150
2- 120
3-100
4- 85  <--- When i "say" to the formula this is the cut, everybody down receive the same points as this place
5-85
6-85


Sorry my english
Thank you

Lafrog

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Re: Help with formula
« Reply #1 on: February 24, 2016, 12:38:18 PM »
How is your "cut" defined?

Is it a hard number of a value based on attendance?

Proffanno

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help with formula
« Reply #2 on: February 25, 2016, 09:04:43 AM »
Im thinking in 18 players for the cut.

We have between 40 and 50 players every week, so controling who bustout, buyin and rebuy is a little too much for one person in the begining. When the tables break i can put a dealer in charge of the bustouts.

Sorry my english
Thank you


Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Help with formula
« Reply #3 on: February 29, 2016, 04:10:12 PM »
(((N*BC)+(NR*RC)+(NA*AC))/N) * SQRT(N/min(R, 28))

Proffanno

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help with formula
« Reply #4 on: March 01, 2016, 04:33:44 PM »
That worked perfectly. Thank you Corey and Lafrog