Expression stats for average sizing used turn & river + Tot/bluff/value
Hello!
I would like to use expression stats to know the average bet sizing that i'm using on the turn, on the river.
Also split the average bet sizing, average bet sizing while bluffing, average sizing while value betting and so on as shown here.

The idea is to get =
Total amount turn bets / turn bets cases
Total amount river bets / river bets cases
Total amount turn bets & bluffing / Turn bluffs cases
Etc etc.
Hope there is an expression stats syntax pro around here who could be able to help me.
Thanks a lot !
5 Replies
Hello. For this you need to create such complex stats:
Cases(Bet Turn) / Opps(Bet Turn) * 100
Cases(Bet River) / Opps(Bet River) * 100
Cases(Bluff Bet Turn) / Opps(Bluff Bet Turn) * 100
Cases(Bluff Bet River) / Opps(Bluff Bet River) * 100
Cases(Value Bet Turn) / Opps(valueBet Turn) * 100
Cases(Value Bet River) / Opps(Value Bet River) * 100
In parentheses are the plain stats you need to pre-create.
Bluff bets will look like this:

]

Value bets will look like this:

Hello,
Thanks for your answer but it's not exactly what I'm looking for.
The expression stats Cases(Bet Turn) / Opps(Bet Turn) * 100 is just saying how often we're betting turn. (Number of turn bets / Number of turn bet opportunities * 100)
I'm actually looking for the sizings, not the frequencies. The average amount used when the turn is bet. Either in BB's of in pot%.
It should be something like =
Total Turn bet amount (BBs) / Cases(Bet turn)
But I don't know how to get the expression for the total amount that was bet on all of the turns
As I get you correctly, you want to get the most frequent sizing. In this case you have to use if statement
Here is the format
if(condition, value if true, value if false)
No, I don't want the most frequent sizing.
I would like to know the average sizing.
Like if I bet 90%, 45%, 66%, 25% on 4 turns, the average sizing would be 56.5%.
If it's not possible to get that in pot%, even an average BB amount would be useful to get a clearer idea of turn and river strategies or sizing balances.
Unfortunately, there is no way to create such an expression.