PDA

View Full Version : Re: IRCPokerLib - C# Library for parsing IRC Poker Observer data


jackdaniels
05-06-2005, 10:01 AM
Can this be used to analyze hand data collected from online sites - in
order to establish statistically whether or not the results fall within
a normal deviation - i.e. - to see if the sites are rigged based on
actual hand histories?

JD


--
jackdaniels
------------------------------------------------------------------------
Access RGP from Pokeritis.com, create a poker journal, and more.
http://www.pokeritis.com/forums
View this thread @ Pokeritis.com forums: http://www.pokeritis.com/forums/showthread.php?threadid=21207

PJ
05-10-2005, 11:49 PM
jackdaniels <jackdaniels.u0jn1@timelimit.pokeritis.com> wrote in message news:<jackdaniels.u0jn1@timelimit.pokeritis.com>...
> Can this be used to analyze hand data collected from online sites - in
> order to establish statistically whether or not the results fall within
> a normal deviation - i.e. - to see if the sites are rigged based on
> actual hand histories?

Well, all this library does is provide an interface to parsing the
data that is available from the IRC Poker library.

To do what you are talking about above you would need to:

1) Have some sort of parser for the online site in question
2) Figure the required statistical data from the online site
3) Extend IRCPokerLib to generate the same statistical data
4) Write front end to automate the comparison over a number of hands.

Bottom line: It wouldn't be that hard, but it would take some work.

-pj