Open Side Menu Go to the Top
Register
New Online Equity Calculator (incl. Omaha, Stud, Draw) New Online Equity Calculator (incl. Omaha, Stud, Draw)

02-14-2010 , 01:06 PM
That is very embarrassing. Leave out one '8' and the whole thing goes to pot. The problem was caused by me carelessly typing and 'omaha' where I actually meant 'omaha8' Fixed now.

Omaha Hi/Lo 8-Or-Better Poker Simulation by ev++ Equity Calculator :: Enumerated 600000 hands

Player Hands Combos / % Win Hi % Tie Hi % Win Lo % Tie Lo % Scoop % Equity %
1 2d3c4h7h 1 / 0.0% 18.54 1.60 6.51 1.91 6.23 15.77
2 10% 27050 / 10.0% 24.76 4.35 9.24 11.54 16.72 28.92
3 12% 32486 / 12.0% 24.62 4.36 8.23 11.53 16.12 28.08
4 15% 40604 / 15.0% 25.10 4.24 6.81 9.73 16.14 27.23

I appreciate you pointing out these bugs to me and as a token of my appreciation I would like to make a donation to a charity of your choice. PM me or post it here. If you have no preference, my goto charity is www.conquercancer.ca since I have number of personal connections to this cancer centre and have participated in the ride last year.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 02:57 PM
On the main ev calculator page at:

http://www.evplusplus.com/poker_tool...ty_calculator/

there is a link under the heading "Quick Start Guide" that points to a code 404 page:

Quote:
Quick Start Guide

The Quick Start Guide below should be enough to get you started but to get the most out of ev++'s powerful range syntax and hand filters please see the equity calculator documentation and examples. Please note there are some differences between PokerStoves syntax and ev++'s syntax, particularly with regards to specifying suitedness. Please see the Suits section below for details.
The "examples" link points to:

http://www.evplusplus.com/poker_tool...ator/examples/

Is this actually supposed to point to:

http://www.evplusplus.com/poker_tool...docs/examples/

?
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 03:02 PM
yes it is ty!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 03:31 PM
This looks very interesting, but if i click the link to the calculator (http://www.evplusplus.com/poker_tool...ty_calculator/) I can only choose Holdem:



I'm using Firefox 3.6 and it won't work in safe mode, too. Any idea?
It works fine with Opera though.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 03:39 PM
Unfortunately right now the calculator (and variance simulator) only works with Javascript enabled so you would have to set noscript to allow javascript on that page.

I realize that having your website not degrade gracefully if the user doesn't have javascript is poor form, so I will put a non-javascript version on my to-do list.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 03:41 PM
I have a question about hand ranges. Using the hand range tool at:

http://www.evplusplus.com/poker_tools/hand_ranges/

I can select, for example in Hold'Em, any two paint cards by specifying any two "big" cards (the "B" card type) excluding Aces, by using:

BB!A

This then produces a list of all C(12,2) = 66 combinations I was hoping to find.

But when I try to choose any two Broadway cards, by using:

BB|T

then instead of getting C(20,2) = 190 combinations, I get 318 combinations. First I would like to point out that the first 187 combinations in the list are from the set I was expecting, and the three other combinations (all three are pairs of tens) are included as well farther down. But it looks like I also get all Tx hands as well. What am I doing wrong? (see footnote)

By the way, it would be way cool if there were two additional card types:

P = any paint card = {K, Q, J}

and

D = any broadway card = {A, K, Q, J, T}.



footnote: Also, it looks like the 2 is missing and so shows up as a double underscore character. For example, when I enter the range A*c for any ace along with any club, all of the hands that should show the 2 instead show this: __

Last edited by aasvogel; 02-14-2010 at 03:53 PM. Reason: clarity
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 03:54 PM
Quote:
Originally Posted by aasvogel
I have a question about hand ranges. Using the hand range tool at:

http://www.evplusplus.com/poker_tools/hand_ranges/

I can select, for example in Hold'Em, any two paint cards by specifying any two "big" cards (the "B" card type) excluding Aces, by using:

BB!A

This then finds all C(12,2) = 66 combinations I was hoping to find.

But when I try to choose any two Broadway cards, by using:

BB|T

then instead of getting C(20,2) = 190 combinations, I get 318 combinations. First I would like to point out that the first 187 combinations are from the set I was expecting, and the three other combinations (all three are pairs of tens) are included as well farther down. But it looks like I also get all Tx hands as well. What am I doing wrong? (see footnote)
The | is the OR operator, so you are selecting all hands that contain two big cards (BB) OR any hand containing a T. To get all broadway hands you would have to BB | BT |TT. So hands with two big cards + hands with a Big card and a T plus the pair of TT's. BB|BT|TT

Quote:
By the way, it would be way cool if there were two additional card types:

P = any paint card = {K, Q, J}

and

D = any broadway card = {A, K, Q, J, T}.
consider it done.

Quote:
footnote: Also, it looks like the 2 is missing and so shows up as a double underscore character. For example, when I enter the range A*c for any ace along with any club, all of the hands that should show the 2 instead show this: __
ups. I know what is causing this and will correct it. ty.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-14-2010 , 04:34 PM
Broadway R :: AKQJT &
Face F :: KQJ

cards should now be working.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 02:42 PM
Thanks for adding those two frequently used options (F & R).

I have a question about 7-stud Hi/Lo. I ran a simulation on ProPokerTools and on ev++ and got different results. But the overall equity difference was not that great, so I wonder if it was due to the method of calculating equity in split pots or in figuring out scoops, or what. At any rate, PPT has the 7c6c2c7d winning low with a probability of 177958/600000 = .2966. Whereas ev++ has a much different answer, showing that same hand winning low with a probability of .1841 instead.

Anyway, here are the two simulations (maybe I just did them wrong):

========================


7-Card Stud Hi/Lo 8-Or-Better Poker Simulation by ev++ Equity Calculator :: Enumerated 600000 hands
Dead Cards :: 3
Player Hands Combos / % Win Hi % Tie Hi % Win Lo % Tie Lo % Scoop % Equity %
1 7c6c2c7d 1 / 0.0% 44.50 0.01 18.41 0.03 34.68 45.74
2 **TdAc 1 / 0.0% 32.48 0.02 8.60 0.02 21.76 30.90
3 **Jd6h 1 / 0.0% 22.99 0.02 10.12 0.03 15.02 23.35


NOTE: I had to fix the table produced by PPT because the pipe character (which is "|") that is required in 7-stud hands was generating an unnecessary column on the bottom half of the table.

ProPokerTools Stud Hi/Lo Simulation
600,000 trials (Randomized)
dead cards: 3s
Hand Pot equity Scoops Wins HiTies HiWins Lo Ties Lo
7c6c2c7d48.57% 205,483255,86929177,958339
**TdAc29.09% 110,140199,4449044,760111
**Jd6h22.34% 78,279144,57610352,943298

Last edited by aasvogel; 02-15-2010 at 02:49 PM.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 04:25 PM
The list of set operators and the suit-group operator

Quote:
(), |, &, ! :: Group, OR, AND, NOT
[ ] :: Group suited cards
(below the W = wheel cards option) are missing from the hand range tool page at:

http://www.evplusplus.com/poker_tools/hand_ranges/

Also, on that page as well as the main ev++ calculator page, the word "be" is misspelled:

Quote:
Filters must me surrounded by curly braces. Filter Syntax :: range{filter} e.g. BBMM{ds}
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 05:14 PM
Quote:
Originally Posted by aasvogel
Thanks for adding those two frequently used options (F & R).
My pleasure.

Quote:
I have a question about 7-stud Hi/Lo. I ran a simulation on ProPokerTools and on ev++ and ....

ProPokerTools Stud Hi/Lo Simulation
600,000 trials (Randomized)
dead cards: 3s
Hand Pot equity Scoops Wins HiTies HiWins Lo Ties Lo
7c6c2c7d48.57% 205,483255,86929177,958339
**TdAc29.09% 110,140199,4449044,760111
**Jd6h22.34% 78,279144,57610352,943298
Was a small relic of the 2c = __ problem you discovered earlier
7-Card Stud Hi/Lo 8-Or-Better Poker Simulation by ev++ Equity Calculator :: Enumerated 600000 hands

Player Hands Combos / % Win Hi % Tie Hi % Win Lo % Tie Lo % Scoop % Equity %
1 7c6c2c7d 1 / 0.0% 42.83 0.00 31.01 0.07 33.93 48.94
2 **TdAc 1 / 0.0% 33.18 0.02 7.90 0.02 17.64 28.88
3 **Jd6h 1 / 0.0% 23.97 0.02 9.23 0.06 12.53 22.18


Quote:
Originally Posted by aasvogel
The list of set operators and the suit-group operator

(below the W = wheel cards option) are missing from the hand range tool page at:

http://www.evplusplus.com/poker_tools/hand_ranges/

Also, on that page as well as the main ev++ calculator page, the word "be" is misspelled:
Updated. Thanks!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 05:35 PM
Quote:
Originally Posted by Neko
...
Was a small relic of the 2c = __ problem you discovered earlier
7-Card Stud Hi/Lo 8-Or-Better Poker Simulation by ev++ Equity Calculator :: Enumerated 600000 hands

Player Hands Combos / % Win Hi % Tie Hi % Win Lo % Tie Lo % Scoop % Equity %
1 7c6c2c7d 1 / 0.0% 42.83 0.00 31.01 0.07 33.93 48.94
2 **TdAc 1 / 0.0% 33.18 0.02 7.90 0.02 17.64 28.88
3 **Jd6h 1 / 0.0% 23.97 0.02 9.23 0.06 12.53 22.18


Actually, the ev++ calculator result is even closer than that to the PPT result. You overlooked that the 3s is a dead card:


7-Card Stud Hi/Lo 8-Or-Better Poker Simulation by ev++ Equity Calculator :: Enumerated 600000 hands
Dead Cards :: 3
Player Hands Combos / % Win Hi % Tie Hi % Win Lo % Tie Lo % Scoop % Equity %
1 7c6c2c7d 1 / 0.0% 42.72 0.01 29.60 0.06 34.25 48.58
2 **TdAc 1 / 0.0% 33.17 0.02 7.51 0.02 18.33 29.07
3 **Jd6h 1 / 0.0% 24.10 0.02 8.86 0.05 13.03 22.35


Again, for comparison:

Quote:
Originally Posted by aasvogel
...

ProPokerTools Stud Hi/Lo Simulation
600,000 trials (Randomized)
dead cards: 3s
Hand Pot equity Scoops Wins HiTies HiWins Lo Ties Lo
7c6c2c7d48.57% 205,483255,86929177,958339
**TdAc29.09% 110,140199,4449044,760111
**Jd6h22.34% 78,279144,57610352,943298


I appreciate the ability to do stud simulations without specifying specific up-cards, as required by PPT. I also *really* like the ability to simulate how a hand will do against more than just four opponents (another limitation of PPT).

Great work all around!

I will continue testing and report any further anomalies.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 05:40 PM
Oh nice. didn't notice the dead card in there!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 07:35 PM
I'm not seeing anything different happen when I check the "street-by-street" option. I just get the usual showdown results, which are not broken down by PF vs. flop vs. turn as in this image:




EDIT: My mistake. You have to specify the board cards for the "street-by-street" equity to be shown, LDO!

Last edited by aasvogel; 02-15-2010 at 07:40 PM.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-15-2010 , 07:44 PM
hehe yep, board cards are required
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-16-2010 , 02:14 PM
your tool is awesome, thank you!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-16-2010 , 02:58 PM
My pleasure cardcore thanks for letting me know you like it
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-18-2010 , 06:59 AM
Very nice Neko! Now I have no excuse to put off learning new games.

I see on your site you also offer some coding/scripting services. Are you doing that personally? I have something I'm interested in and it would be much easier for a fellow poker player to understand.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-18-2010 , 07:33 AM
Hey WillyT, Thanks! We used to play in UB's old 5/10-30/60 games together right? (I was mellow_gold)

Yes for right now I am doing all the coding myself. I am currently working a short contract that is killing a lot of my time but PM me, or contact me through www.evplusplus.com/contact/ if you want to discuss your idea.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-18-2010 , 08:53 AM
Very nice tool. Nice work OP!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-18-2010 , 04:45 PM
Awesome !
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-18-2010 , 05:36 PM
Quote:
Originally Posted by HighPockets
Very nice tool. Nice work OP!
Quote:
Originally Posted by AceKicker221
Awesome !
Thanks guys
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-19-2010 , 01:42 AM
I'm having some trouble with the hand range tool at:

http://www.evplusplus.com/poker_tools/hand_ranges/

Specifically, I was trying to examine the O8 range of all double-suited pairs of Ks that do not contain an Ace. I tried this expression

KK**!A{ds}

and got strange results, with that pesky __ character showing up again. The "link to this range" field produces:

http://www.evplusplus.com/poker_tool...ertools&page=1

I'm not sure what is happening, but I guess I used the wrong specification for what I wanted.

For comparison, here is the results for ALL double-suited pairs of Ks with

KK**{ds}

which seems to produce the expected results at:

http://www.evplusplus.com/poker_tool...ertools&page=1

except that all of the hands containing the 2 appear to be missing?

Certainly when I go for any pair of Ks with:

KK**

which you can see at:

http://www.evplusplus.com/poker_tool...ertools&page=1

the 2 appears again as __.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-19-2010 , 06:13 AM
Oh My I guess I haven't killed that bug completely yet. I will look into that.


Quote:
Specifically, I was trying to examine the O8 range of all double-suited pairs of Ks that do not contain an Ace. I tried this expression
KK**!A{ds}

The way you have it written, the {ds} filter is only applied to the A (equivalent to A***) selection so the above expression will select all hands with kings in them (KK**) and remove all hands that have a double suited A. What you want is KK**{ds}!A -which selects all double suited kings and then removes all hands with A's.

Alternatively you can specify global filters using a : as a separator at the end of the ine.

KK**!A : ds

This expression first constructs all hands with a pair of kings, subtracts all hands with an A in them, and then filters the resulting range for double suited hands.

This global filtering is just a shortcut so that you can convert something like this:

AA**{ds}|KK**{ds}|QQ**{ds}|JT98{ds} into AA**|KK**|QQ**|JT98 : ds

Last edited by Neko; 02-19-2010 at 06:20 AM.
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote
02-19-2010 , 09:39 AM
aasvogel,

Think I have got the last of these __ /2c issues. There was some results that were cached from before I made the fix for that issue. I have deleted them and have not been able to get any __ appearing anymore!
New Online Equity Calculator (incl. Omaha, Stud, Draw) Quote

      
m