Author Topic: Please, help me for formula  (Read 1665 times)

bodyline

  • Newbie
  • *
  • Posts: 3
    • View Profile
Please, help me for formula
« on: June 02, 2008, 04:25:55 PM »
Hello,
I would like to use this formula :
 
But i don t know.
Someone can help me please.
Sorry for my english

Thanks a lot

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Please, help me for formula
« Reply #1 on: June 02, 2008, 06:11:27 PM »
Well, it is impossible to say without knowing what p, e, n, and b stand for.  The software can accept a formula such as that, so long as it is written correctly, but the *inputs* to the formula (the variables p, e, n, and b) may not be available, depending on what they represent.  Most likely they are available, but again, without knowing what they represent, it is impossible to say.

bodyline

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Please, help me for formula
« Reply #2 on: June 03, 2008, 01:57:55 AM »
Opps Sorry, :D

n = number of player
p = rank of tournament
b = buy-in
 
e is not a variable, it s exponentiel...

ty

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Please, help me for formula
« Reply #3 on: June 04, 2008, 10:08:31 PM »
100 * sqrt(n / (pow(r, exp(10 / n)))) * pow(2.2, log10(bc + 0.01))

I have not double-checked that, but I think it's right.

bodyline

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Please, help me for formula
« Reply #4 on: June 05, 2008, 03:03:38 PM »
 ;D Ok it s right. Thanks a lot, and congratulation for this excellent soft.