Hello,
sorry to make so many questions. I hope the statistics guide for PT4 will soon be ready, but meanwhile some questioon come to me when building stats, sorry
My question is how to compare cards, for exaple:
my hole cards:
card 1= 7 hearts
card 2 = 7 diamonds
I fold my hand, but some other players keep in the hand, and the flop is:
flop:
card 1 = 9 diamonds
card 2 = 7 clubs
card 3 = J hearts
I would like to make a stat like this (in "human" languaje) without taking into account the suit:
If (hole_card_1 = flop_card_1 OR hole_card_1 = flop_card_2 OR hole_card_1 = flop_card_3) ......... this sentence would be TRUE if any of the 3 flop cards was a "7"
And this sentence I would like to make it even if I did FLOP preflop.
Can it be done?
Thanks, and sorry for making so many questions....