Page 1 of 1

cEV filtering for 3h and hu

PostPosted: Wed Jun 13, 2018 8:51 am
by mmxxaa
Hi,

I would like to create a stat that would allow me to check my cev in both 3way and hu.
For now my statistic look like:
Value Expression:
(amt_expected_won / cnt_tourneys)
Format Type Expression
format_number((amt_expected_won / cnt_tourneys), 2, true, false)

I tried just to simple filter "Players Dealt Into Hand Between 2 and 2", "Players Dealt Into Hand Between 3 and 3" but the numbers don't add up.
I guess it treats hands when btn folds as a heads up. Is there any solution?

Thanks!

Re: cEV filtering for 3h and hu

PostPosted: Thu Jun 14, 2018 9:48 am
by Flag_Hippo
'Players Dealt Into Hand Between 3 and 3' includes hands where the button folds. If you look at the built-in 'All-In Equity Adjusted' stat (which just uses the total amt_expected_won) then the values should add up for the two filters but if your dividing by the number of tourneys then you cannot just add the two values in the same way.

highfalutin