View Single Post
  #6  
Old 11-23-2007, 05:57 PM
sixhigh sixhigh is offline
Senior Member
 
Join Date: Oct 2005
Location: Highway 61
Posts: 1,778
Default Re: Simple calculation

Yes they are.

Say the amount in the pot is p, the amount required to push is a and your pot equity when called is e.

Then your EV in case he calls you is

EV_c = (p + 2*a) * e - a

...... = (p + a) * e - a * (1 - e)

Now if your fold equity is f. The EV of pushing now is

EV_push = f * p + (1 - f) * EV_c

........... = f * p + (1 - f) * ( (p +2*a) * e - a )
Reply With Quote