PTGolf and it's predecessor goes back 20+ years. Paying places has always been a pain! I think I've spent more time in this little used area than anything else.
When my main group (sinners) decided they wanted to try paying places (for small groups), I dusted off the code and tried again. This is my latest attempt to develop a fair winner distribution. I've always tried to start with a common 60/40 split. That works if there are only two winners, but gets more complicated if there are more players. A 50/30/20 split works for paying three places, but whats the next split?
This version will compute the distribution for up to 24 player with up to 12(place) winning something. It uses 9 different methods and you can see the results on the main demo page. You can change any of the options (Dues, Methods, etc.) Then click the Refresh button.
All paying methods are about the same. They are just different versions that I tried to improve over the years. There all based on some form of an array like [18.0,10.8, 6.8, 4.8, 4, 3.6, 3.35, 3.1, 2.9, 2.7] were each number is the percent of the pot that player will receive. That base array is then modified for then number of player in some fashion.(Sum the array then divide each element by to sum to get percent array!)
Click the Method buttons in the sidebar for more information/details or see the comparison some of the different methods with 10 players, paying 5 places with $6 dues.
Meth | Pot | 1st | 2nd | 3rd | 4th | 5th |
---|---|---|---|---|---|---|
Deal High | $60 | $23.00 | $17.00 | $11.00 | $6.00 | $3.00 |
Deal Mid | $60 | $20.00 | $16.00 | $12.00 | $8.00 | $4.00 |
Deal Low | $60 | $17.00 | $15.00 | $12.00 | $9.00 | $7.00 |
PGA High | $60 | $24.00 | $15.00 | $9.00 | $7.00 | $5.00 |
PGA Mid | $60 | $21.00 | $14.00 | $10.00 | $8.00 | $7.00 |
PGA Low | $60 | $18.00 | $13.00 | $11.00 | $9.00 | $9.00 |
PGA Even | $60 | $15.00 | $13.00 | $11.00 | $11.00 | $10.00 |
Rate | $60 | $20.00 | $15.00 | $11.00 | $8.00 | $6.00 |
Even | $60 | $23.00 | $15.00 | $10.00 | $7.00 | $5.00 |
Base 60/40 | $60 | $23.00 | $15.00 | $10.00 | $7.00 | $5.00 |
My main reason for spending a couple days putting this together is: