PDA

View Full Version : formula for "Bet river %" stat under HUD popup



fish888
01-15-2010, 01:02 AM
Hi there, may i know what the formula for the above stat is? The numerator is presumably the total number of bets on the river; what's the denominator? Thank you.

netsrak
01-15-2010, 05:20 AM
Its the ratio of seeing river to betting river in %

fish888
01-15-2010, 06:46 AM
Its the ratio of seeing river to betting river in %

i googled a bit and found the following at http://forums.holdemmanager.com/showthread.php?t=3595

Stat GroupName="River" ColumnName="RiverBet" ValueExpressions="sum(case when ph.Riverplayeractiontype_id between 23 and 44 then 1 else 0 end) as BetRiver;sum(case when ph.Riverplayeractiontype_id between 1 and 22 then 1 else 0 end) as CheckRiver" Evaluate="BetRiver*100.0/(BetRiver+CheckRiver)" ColumnHeader="Bet River%" ColumnFormat="0.0" ColumnWidth="61" Tooltip="% of time player bets the River"

From the above, there's the line Evaluate="BetRiver*100.0/(BetRiver+CheckRiver)"
So isn't the stat a ratio of the total number of bets made on the river to the sum of bets and checks made on the river? It's very different from what u claimed - "Its the ratio of seeing river to betting river in %" Which is the correct formula?

fish888
01-15-2010, 07:44 PM
hello.. anybody there?

fozzy71
01-16-2010, 12:00 AM
The one you found/posted is correct.