Go Back   Holdem Manager Forums > Reports & Releases > Custom Reports
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old 12-08-2009, 10:22 PM   #1 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 11
Default Contributed Rake Stat

Would it be possible to get the formula you use for calculating rake based on the contributed method. I would like to use it in a report as a custom stat.

Thanx
Iggy23 is offline   Reply With Quote
Old 12-19-2009, 11:46 AM   #2 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 9
Default

Looking for this too
HeisT is offline   Reply With Quote
Old 12-19-2009, 03:36 PM   #3 (permalink)
Graphics Guru
 
fozzy71's Avatar
 
Join Date: Sep 1971
Location: HM Support
Posts: 14,909
Default

Quote:
Guys, here is what we use to determine rake. I have added Poker Stars to the dealt rake section since it seems to be a bug in the recent changes. All other sites use Weighted Contributed Rake. If any sites use Average Contributed Rake please let us know. It is hard to find accurate info on this.

Roy
Code:
        public void CalculateRake()
        {
            if ((SiteName == "Full Tilt") ||
                (SiteName == "IPoker") ||
                (SiteName == "Party") ||
                (SiteName == "Poker Stars") ||
                (SiteName == "Cake Poker"))
            {
                CalculateDealtRake();
            }
            else 
            {
                CalculateContributedRake();
            }
        }
fozzy71 is offline   Reply With Quote
Old 12-19-2009, 04:10 PM   #4 (permalink)
Member
 
Join Date: Apr 2009
Posts: 61
Default

Cereus and Betfair are using avg. contributed rake.
Kaizen2000 is offline   Reply With Quote
Old 12-19-2009, 04:51 PM   #5 (permalink)
Graphics Guru
 
fozzy71's Avatar
 
Join Date: Sep 1971
Location: HM Support
Posts: 14,909
Default

Quote:
Originally Posted by Kaizen2000 View Post
Cereus and Betfair are using avg. contributed rake.
Thank you. I will forward this directly to the developers.
fozzy71 is offline   Reply With Quote
Old 12-19-2009, 04:57 PM   #6 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 11
Default

This isn't the formula I was looking for. This just shows when to use each formula. I'm looking for the actual formula. For instance the dealt method would be

pokerhands.rakeamount/pokerhands.numberofplayers


I would like the formula HEM uses to calculate the contributed rake.

Thx
Iggy23 is offline   Reply With Quote
Old 12-19-2009, 05:27 PM   #7 (permalink)
Member
 
Join Date: Apr 2009
Posts: 61
Default

@Iggy..... I asked a similar question:

'3. First time we are able to see contributed rake- thx a lot gents!!
For a custom rakeback stat, may I still use Sum(PH.RakeAmount) from postgres to get a correct number of rake paid?'

http://forums.holdemmanager.com/show...&postcount=378

To be more precise: If I'll use something like

PHP Code:
<Stat GroupName="Default" ColumnName="RB UB" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.3 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="RB UB" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 30%" /> 
for a custom stat- is the result the rakeback I'll get playing on UB?

@ fozzy.... you are very welcome. Send you PM with a complete list of rake/pokerroom
Kaizen2000 is offline   Reply With Quote
Old 12-19-2009, 06:03 PM   #8 (permalink)
Graphics Guru
 
fozzy71's Avatar
 
Join Date: Sep 1971
Location: HM Support
Posts: 14,909
Default

Quote:
Originally Posted by Iggy23 View Post
This isn't the formula I was looking for. This just shows when to use each formula. I'm looking for the actual formula. For instance the dealt method would be

pokerhands.rakeamount/pokerhands.numberofplayers


I would like the formula HEM uses to calculate the contributed rake.

Thx
I knew it wouldn't fly, but it was all I had handy at the moment. I have forwarded this to the developers and my colleagues. I imagine Roy will post here soon.
fozzy71 is offline   Reply With Quote
Old 12-19-2009, 10:11 PM   #9 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 9
Default

Ipoker are changing from dealt to average contributed on the morning of 2nd January.
grafter is offline   Reply With Quote
Old 02-04-2010, 04:39 AM   #10 (permalink)
Junior Member
 
Join Date: Jan 2010
Posts: 1
Default

*BUMP*

People want this for a long time. It shouldn't be too hard to add this.

Thanks
kimboL is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Contributed Rake at Absolute Poker carr1 Manager General 12 06-09-2010 06:26 AM
Rake system for contributed sites already updated? marcof3 Manager General 9 04-15-2010 07:26 PM
Contributed Rake horsovski Manager General 1 12-03-2009 09:06 AM
Rake stat MADDOG101 Manager General 5 11-28-2008 10:25 PM


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2 All Rights Reserved 2010
All times are GMT -4. The time now is 12:45 PM.