So i had a few hours free this evening so I started working on a little script to easily compare rake structures. It's a work in progress but the basic concept is it goes to your HM1 database, and pulls out the distribution of pot sizes based on filters you define (date range, # players, game type and stake). e.g:
It can then use this data to to compare different rake structures on the fly. E.g. here's a simple demo comparing 5-handed $5/10 FL in the existing rake structure:
To the proposed/scrapped pure-percentage rake:
It's all still a work in progress, i haven't checked the calcs yet so they could be off (it's a bit late here so excuse any obvious mistakes). It needs some work so it's easy to store structures and compare across multiple scenarios easily. I need some hands to test it with big bet games, that have continuous rather than discrete pot sizes.
Obviously pokerstars will have their own proprietary data they will want to use, but this should be useful for both preparation before and verifying figures with our own data.
Regardless of poll i will open source the script and i hope also release a binary so people can use it without too much difficulty (ghetto interface aint going anywhere though!). In theory it could be useful for other things in the future like comparing different structures across sites, calculating rewards etc.