Size of river bet, taking into account effective stacksizes?

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Size of river bet, taking into account effective stacksizes?

Postby Stally » Thu Sep 22, 2022 9:56 am

cash_hand_player_statistics.val_r_bet_made_pct tells me the size of a river bet as a percentage of the potsize, but what if the bet is larger than the opponent's stack?

e.g. pot is 10, opponent has 5 remaining, bet is for 100. it looks like it's a 1000% size bet, but it's effectively only 50%.

Is there something I can use in the following format for a column?
sum(if["cash_hand_player_statistics.blahblahblah", "size of bet here", 0])

Currently I'm using cash_hand_player_statistics.val_r_bet_made_pct for "size of bet here", but "overbets" as described in the second paragraph are heavily skewing the results.

Thanks
Stally
 
Posts: 97
Joined: Thu Jun 12, 2008 11:03 am

Re: Size of river bet, taking into account effective stacksi

Postby Stally » Thu Sep 22, 2022 10:34 am

if[(cash_hand_player_statistics.amt_r_effective_stack/cash_hand_summary.amt_pot_r)*100 > cash_hand_player_statistics.val_r_bet_made_pct,cash_hand_player_statistics.val_r_bet_made_pct,(cash_hand_player_statistics.amt_r_effective_stack/cash_hand_summary.amt_pot_r)*100]

It looks like putting this for "size of bet here" does the job, according to my tests with a hand report.
Stally
 
Posts: 97
Joined: Thu Jun 12, 2008 11:03 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 25 guests

cron
highfalutin