PDA

View Full Version : Help with math research for poker program.


10-11-2005, 05:58 AM
Im writing a computer program that will review and parse tournament summaries. In addition to basic poker pocket probabilities (NLHE) I will also be needing to advise the player of the best play given a range of hands he puts villain on.

Im programming this in C++ so the math will be easy to do, but Im a comp sci major, I take calc, and discrete... no stats for me. So where would I go to research the most CONCISE way of doing this?

I could figure it out myself Im sure, but my method would very likely be too cumbersome for my needs.

Thank you.

p.s. oh, and as a bonus, my program will also calculate ICM, soo I'll need that too.

thanks for the help, and feel free to flame away at my stupidity.

10-11-2005, 10:07 AM
You could start at pokersource and the university of alberta games group.

10-11-2005, 12:18 PM
thanks for the answer, I half expected this thread to just die out.

I will research both those leads, thank you again.