Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > PL/NL Texas Hold'em > Micro Stakes
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2006, 02:24 AM
Saborion Saborion is offline
Senior Member
 
Join Date: Jun 2003
Location: Sweden
Posts: 1,992
Default Math!

I really need to learn the basic math stuff once and for all, and I think this hand is pretty good for the basic stuff. I have three questions that I'll add after the hand.

NL 6-max
Random preflop action. Flop comes T92. I have QQ. Pot contains $49 after my opponent bets. I have $89 and my opponent covers.

Let's put my opponent on AK, AA-JJ. He will never fold to a push on the flop.
Combos:
AK (16)
AA (6)
KK (6)
JJ (6)
total (34)

Percentage that he has a certain combo:
AK ~47 %
AA ~18 %
KK ~18 %
JJ ~18 %

Question 1:
How do we calculate if a push is more +EV than folding? Do we set folding at zero EV, or do we set it -x since we have equity in the pot? I have this vague memory of using folding as zero EV.

If I push and he has AA, my equity is ~13 %. Do I just take the full pot size, $227, and multiply it with 0.13 to get my equity, in this case $227*0.13 = ~$30? Comparing this number to folding can't be right since folding had zero EV, meaning that my push is making me money, which I'm pretty sure it doesn't. I therefore assume that we have to compare it to my stack before I push, which shows that it is a -EV move. This means that the simple way to do this is to just compare out expected stack size if we push to our current stack size to see whether a play is profitable or not? But if that's true, aren't we using our stack size as "zero EV (whatever it is called)"?

Question 2:
How do we calculate our EV if we push vs his range?

Question 3:
How do we calculate our EV if we push and he folds JJ 10 % of the time?
Reply With Quote
  #2  
Old 11-13-2006, 02:31 AM
Vern Vern is offline
Senior Member
 
Join Date: Feb 2004
Location: Trying to understand SSHE
Posts: 2,185
Default Re: Math!

After you learn how, you can use Poker Stove to do your math.
Reply With Quote
  #3  
Old 11-13-2006, 03:56 AM
Saborion Saborion is offline
Senior Member
 
Join Date: Jun 2003
Location: Sweden
Posts: 1,992
Default Re: Math!

[ QUOTE ]
After you learn how, you can use Poker Stove to do your math.

[/ QUOTE ]
Thanks for the tip, but Poker Stove won't really do the trick since you can assign probabilites to holdings and how often each of them will fold. What if I would like to use 20 % folding equity when he has JJ and 95 % when he has AKo, combined with 0 % folding equity when he has AA and KK. How do I put all of that into PS?
Reply With Quote
  #4  
Old 11-13-2006, 04:00 AM
Vern Vern is offline
Senior Member
 
Join Date: Feb 2004
Location: Trying to understand SSHE
Posts: 2,185
Default Re: Math!

I guess you will have to use excel. I use Excel to do my EV stuff when I have multiple probability branches I want to balance. Sorry, I thought from reading your original post you wanted to be able to figure out the advantage of different ranges of holdings vs yours.
Reply With Quote
  #5  
Old 11-13-2006, 04:00 AM
EMc EMc is offline
Senior Member
 
Join Date: Feb 2005
Location: LETS GO YANKEES!!
Posts: 7,663
Default Re: Math!

i usually and regrettably ask Pokey
Reply With Quote
  #6  
Old 11-13-2006, 04:09 AM
theblitz theblitz is offline
Senior Member
 
Join Date: Sep 2004
Location: Israel
Posts: 1,920
Default Re: Math!

Try looking at this post by fimbulwinter: http://forumserver.twoplustwo.com/favlin...amp;postmarker=
Reply With Quote
  #7  
Old 11-13-2006, 04:39 AM
Saborion Saborion is offline
Senior Member
 
Join Date: Jun 2003
Location: Sweden
Posts: 1,992
Default Re: Math!

[ QUOTE ]
Try looking at this post by fimbulwinter: http://forumserver.twoplustwo.com/favlin...amp;postmarker=

[/ QUOTE ]
Thanks! A quick look in that thread and it seems to be what I'm looking for. I actually remember reading that a long time ago. Time to learn some math.
Reply With Quote
  #8  
Old 11-13-2006, 06:21 AM
eigenvalue eigenvalue is offline
Senior Member
 
Join Date: Aug 2006
Location: Leaving AP
Posts: 1,632
Default Re: Math!

Qu1: Folding is 0 EV. How the money went into that pot is of no interest any more. So if You fold, You loose nothing and You win nothing.

Qu2: Let n be the number of hands in his range , pc[1]...pc[n] be the percentage for any combo of his range and let wc[1]...wc[n] be the percentage You win against this combo. You need a poker calculator to determine that percentage for every hand.

Given these percentages, this is the calculation:
(1) (pc[1]*wc[1] + ... + pc[n]*wc[n])*$138
(2) (pc[1]*(1-wc[1]) + ... + pc[n]*(1-wc[n]))*$89.

Your EV is equal to (1)-(2). So, if (1)-(2) is positive, You have to push, if it is negative, You have to fold.

Be aware of the amount of the money in the equations: You gain the pot size + an additional $89 if You win, because You assume that Your opponent never folds, and You loose only $89 if You loose. The money already beeing in the pot is not part of Your loss.

Qu3: The equation will be more complex now, but all I told You about the EV after You calculate Your equation remains the same:

Let JJ be hand n:

(1) (pc[1]*wc[1] + ... + pc(n-1]*wc[n-1] + pc[n]*wc[n]*0.9)*$138 + 0.1*$49
(2) (pc[1]*(1-wc[1]) + ... + pc[n-1]*(1-wc[n-1]) + pc[n]*(1-wc[n]*0.9)*$89.

The amount of 0.1*$49 in (1) represents Your fold equity.
Reply With Quote
  #9  
Old 11-13-2006, 07:03 AM
Saborion Saborion is offline
Senior Member
 
Join Date: Jun 2003
Location: Sweden
Posts: 1,992
Default Re: Math!

Thanks eigenvalue. With your post, as well as fimbul's, I'm sure I'll be able to do my calculations. =)
Reply With Quote
  #10  
Old 11-13-2006, 11:17 AM
munkey munkey is offline
Senior Member
 
Join Date: May 2006
Location: stackasaurus
Posts: 1,340
Default Re: Math!

This thread and fims already posted here helped me sort out EV AI calcs once and for all:

tks to jskinn and jouster FR -NL50 -AKs flushdraw
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:45 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.