|
|
Man that is strange.
Some things to consider:
1. Your equity in this SNG is higher than ICM says because SB's probability of finishing 1st or 2nd is greatly diminished by his sitting out.
2. There is a none zero probability of SB returning before being crippled.
3. The blinds are not high so there is loads of time.
4. If you call and lose, you finish 3rd.
5. Open shoving here is different to pushing over your raises, and looks like the perfect play with a good hand after the action you've described.
I don't have pokerstove etc at work, so I can't have a go at this calculation (but I really want to).
Some assumptions I would make, to estimate the $EV of the call.
If I call and lose I'm 3rd with 20% of prize pool
If I call and win I have 50% of the pool with probability p (where p is probability that SB returns before being blinded away), and with probability (1-p) I have x% of the prize pool.
To calculate x we need to make further assumptions.
Assumption 1: It will take 12 orbits (24 hands) for SB to be blinded away. (this may not be far from the truth with the next level 100/200/25.
Assumption 2: The probability SB returns for any given hand is q.
Then firstly we can calculate p via
p = p(X=0) where X ~ Bin(24, q) (note that this assumption is only good for finding P(X=0), and P(X=1) would require a geometric distribution).
To get x, we require our equity for each possible hand he might return for.
Hand 1 after you win he'll be on the button. So his stack reduces by 100 + 100I, where I is an indicator that the hand number is even (so 0 if hand odd, 1 if even), every hand.
So if he returns for hand 1 equity is calculated via ICM using 3785 for his starting stack.
If for hand 2 its using 3585 and so on.
You calculate each of these equities, and then calculate the expected equity (our x) assuming he definitely returns before the end. (we can do this because we've already counted the event that he doesn't).
Let Ei be equity if he returns in hand i, and Wi be probability he returns in hand i.
Then x = SUM{Wi*Ei}
where Wi = q*(1-q)^(i-1)
If you're still with me well done.
So our equity if we call and win is p*50% +(1-p)*x%, equity if we call and lose is 20%. Use pokerstove to calculate Expected equity of call.
Expected equity of folding is calculated similarly under the same assumptions about the returning small blind.
This should be fairly easy to put together in a program where you could test different values of q to see what makes a call and what a fold. A LOT of effort, but maybe a lot of fun too 
Too bad I have boring maths to do
|