View Single Post
  #1  
Old 10-11-2005, 05:58 AM
Guest
 
Posts: n/a
Default Help with math research for poker program.

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.
Reply With Quote