Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

Module for statistical analysis of hand and card odds #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Module for statistical analysis of hand and card odds so that AI components
can easily base their decisions and strategy upon these commonly used
functions.

It should contain the following features:

*)calculating the odds of turning a given number of cards in to a stated
hand type (fi the odds of completing a straight with 4 cards given)

*)calculating the odds whether there exists a stronger hand than a given
hand with the same combination of common cards

Please state other functions needed in this module and give feedback.

Original issue reported on code.google.com by cuypers....@gmail.com on 15 Jul 2007 at 11:18

GoogleCodeExporter commented 9 years ago
A good link: [http://en.wikipedia.org/wiki/Poker_probability]

Original comment by kenzotom...@gmail.com on 17 Jul 2007 at 7:00

GoogleCodeExporter commented 9 years ago
Another, specific for texas hold'em:
http://en.wikipedia.org/wiki/Poker_probability_%28Texas_hold_%27em%29

Original comment by kenzotom...@gmail.com on 17 Jul 2007 at 7:01