More frecuent bet size

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

More frecuent bet size

Postby EducaPoker » Fri Nov 07, 2014 6:50 am

Hi,

I'm trying to get the most common value bet on the river as a % of the pot and not get to know how.

So far, my plan was to use the count function and return the value that is repeated more (with max function) .

I'm totally stuck , can you give me a hand ?
EducaPoker
 
Posts: 14
Joined: Tue Mar 20, 2012 7:55 am

Re: More frecuent bet size

Postby 4StarGen » Fri Nov 07, 2014 8:28 am

max() isn't your best choice imo...
If a player bets 3/4 pot 99 times out of 100 and 1 time bets pot, the max() would retrieve pot, which isn't what you are really looking for
4StarGen
 
Posts: 942
Joined: Sat Mar 08, 2014 6:58 am

Re: More frecuent bet size

Postby EducaPoker » Mon Nov 10, 2014 8:49 am

Yeah, i know it, i´m trying to retriebe max repeated bet size.
EducaPoker
 
Posts: 14
Joined: Tue Mar 20, 2012 7:55 am

Re: More frecuent bet size

Postby kraada » Mon Nov 10, 2014 11:08 am

I'm not sure what is the best way to do this because it's not just going to be exact bet size, as you'll want some kind of grouping buckets. For example, someone who bet full pot twice, but 49%, 50% and 51% once each has clearly bet half pot more but it's not exactly half pot. Though it's tricky even for exact numbers honestly, and if someone bets half pot and full pot equal amounts then what do you do?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: More frecuent bet size

Postby EducaPoker » Tue Nov 11, 2014 6:44 am

My idea is to determine when an opponent goes out of its norm.

Generally most players have a certain size bet on the river.

When they deviate from that size is very significant.

It is this information that interests me, and always as a percentage of the pot.
EducaPoker
 
Posts: 14
Joined: Tue Mar 20, 2012 7:55 am

Re: More frecuent bet size

Postby kraada » Tue Nov 11, 2014 8:42 am

I understand it's interesting, but the problem is figuring out what "the norm" is in code is a lot harder than it is in your head.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: More frecuent bet size

Postby EducaPoker » Mon Nov 17, 2014 8:14 am

Do you think it is possible?
EducaPoker
 
Posts: 14
Joined: Tue Mar 20, 2012 7:55 am

Re: More frecuent bet size

Postby kraada » Mon Nov 17, 2014 8:42 am

I think no matter what definition you decide upon there are going to be hard edge cases with not obvious answers, and it is definitely true that not all definitions can be done in column code (even if you can imagine them fully in your head).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: More frecuent bet size

Postby EducaPoker » Wed Nov 19, 2014 5:22 am

Ok, thanks!
EducaPoker
 
Posts: 14
Joined: Tue Mar 20, 2012 7:55 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: trevorjv732 and 20 guests

cron
highfalutin