ChipEV/tournament (3handed)

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

ChipEV/tournament (3handed)

Postby DANNI BASTOS » Sat Nov 25, 2023 10:58 pm

I would like to create a ChipEV/tournament statistic for each 3handed position, that is:

BTN vs 2opp
BTN vs BB
BTN vs SB
SB vs BB
SB vs BTN
BB vs BTN
BB vs SB

I managed to do HU SBvsBB and BBvsSB, they were simpler:
example:
BBvSB hipEV/game (HUBB) = (amt_expected_won_hubb / cnt_tourneys)

amt_expected_won_hubb
sum(if[tourney_hand_summary.cnt_players = 2 and tourney_hand_player_statistics.position = 8, tourney_hand_player_statistics.amt_expected_won, 0])

for the case of 3handed I know I should put:
tourney_hand_summary.cnt_players = 3
tourney_hand_player_statistics.position = (player position)

but I don't know how to put the opponent's position.

How do I do this?

someone help me please!
DANNI BASTOS
 
Posts: 43
Joined: Mon Aug 07, 2023 4:09 pm

Re: ChipEV/tournament (3handed)

Postby Flag_Hippo » Sun Nov 26, 2023 7:00 am

Calculating all possible situations for 3 handed play is not going to be straightforward - see this thread.
Flag_Hippo
Moderator
 
Posts: 15543
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 40 guests

cron
highfalutin