Probabilty calculation How to...
#1
Posted 2007-May-01, 02:34
Example:
The balanced hands
4333 - 10,54%
4432 - 21,55%
5332 - 15,52%
Bal. = 47,60%
12 hp with avg. control ( A=2,K=1) 3,75, is 8,03% of all hands.
Now, how to calculate a 4432 hand with 12 hp? Is it as simple as 21,55 * 8,03 / 100 = 1,73%?
Edited: Appr: of the 1/5 4432 hands, 1/12 of them yields the given result -> 1/60= 1,67 %?
If this is incorrect, please give me the correct formula.
#2
Posted 2007-May-01, 03:03
For example, a 4333 hand can reach the maximum possible of 37 hcp and a 4432 only 36. Skipping a few logical steps, it can be indeed said that the more balanced the hand, the more likely it is that it has much hcp. However, the difference between these balanced hands is very very small.
The average hcp, or any other data you want from an unbalanced hand type (probably from 5422 onwards) is probably best calculated from a simple simulation program.
George Carlin
#3
Posted 2007-May-01, 03:06
#4
Posted 2007-May-01, 04:37
I have a spreadsheet giving the following tables:
- HCP by distribution (or distribution by HCP)
- Combined HCP between two hands (e.g. if I have 12 points what is the probability partner has 13)
- Combined distribution between two hands (e.g. if I have a 4432 what is the probability that partner has a 2335)
Happy to make them generally available if anyone can tell me a good way to do so!
#5
Posted 2007-May-01, 06:10
#6
Posted 2007-May-01, 06:32
If your 12 points consists of three aces than obviously the three aces are in different suits. If the 12 points consist of two aces, a J and a K, then these four cards may lie in two suit, or three suits, or four suits. This affects the calculation and presumably the result. It also indicates why working out the exact answer by hand is apt to be something of a pain. Using, say, Mathematica it should be within reach to write a program that would work this out exactly. You need to go through a lot of cases, but that's what computers are happy to do, and Mathematica doesn't mind at all working with exact numbers with a large numbers of digits. It may not give you a lot of insight, but it will give you numbers.
Simply multiplying the probabilities would be correct if the distribution of high cards and the shape of the hands had no influence on each other, but as Free's example makes clear, this isn't true. But for questions such as 12 hcps and 4-3-3-3 distribution my guess is that it is very close to true.
I hope Frances can make her spreadsheet (You wrote this, Frances? Seems like real work.) available somewhere/how. Or lacking that, maybe just a few sample numbers to indicate the typical deviation of the true answer from the approximation obtained by simply multiplying the probabilities. With all the effort that must have gone into this calculatin, it should see the light of day.
#7
Posted 2007-May-01, 06:47
I'll email to anyone who wants, but I don't have any great desire to start a blog or my own webpage.
For a 4432, simply multiplying the percentages together gives you a pretty good answer - for a 10-count multiplying together gives you 2.03% while the 'real' answer is 1.98%.
#8
Posted 2007-May-01, 07:07
21,57% have 4432 shape and 1,68% have 4432 shape and exactly12 HCP
probability HCP 0.0922 0 0.1820 1 0.3170 2 0.5518 3 0.8770 4 1.1157 5 1.4093 6 1.7255 7 1.8996 8 1.9728 9 1.9969 10 1.9010 11 1.6842 12 1.4693 13 1.2216 14 0.9593 15 0.7153 16 0.5224 17 0.3581 18 0.2390 19 0.1538 20 0.0902 21 0.0537 22 0.0310 23 0.0183 24 0.0083 25 0.0030 26 0.0013 27 0.0006 28 0.0005 29 0.0002 30
#9
Posted 2007-May-01, 07:15
hotShot, on May 1 2007, 02:07 PM, said:
21,57% have 4432 shape and 1,68% have 4432 shape and exactly12 HCP
I'm interested to see how far out (in context) even a simulation of 1 million hands is:
The real answer is 21.5512% and 1.6996%
#10
Posted 2007-May-01, 08:30
Is there a way of posting html? In that way I may show you, if ANY interest at all, what I have been working on. It consists of tables and probabilities for example different 1NT ranges, weak 2 openings and so forth. I may easily query the results I want.
The actuall reason for this work is that I have been reading about Zar points, and about inquiry2over1 system, where the Zar points is the base handevaluation system ( I think ). I wanted to legitimate the different bids and find out how frequent the different bids do occur. However, this is somewhat of a huge task...
I don't know if can me used to anything rational, other that confuse other people with big, boring tables of probability....
(I am writing it in php)
#11
Posted 2007-May-01, 09:07
FrancesHinden, on May 1 2007, 03:15 PM, said:
hotShot, on May 1 2007, 02:07 PM, said:
21,57% have 4432 shape and 1,68% have 4432 shape and exactly12 HCP
I'm interested to see how far out (in context) even a simulation of 1 million hands is:
The real answer is 21.5512% and 1.6996%
Well a sample of 1 000 000 hands of 635 013 559 600 means that 1 out of 635 013 deals is picked.
This is like making a poll in Great Britain asking about 95 of it's about 60 610 000 inhabitants. One would ask about 1000 people to make a quick poll.
Actually the results are quite good. Both values have an error of less than +/-0.02 and I doubt this makes a difference at the table.
For big numbers (more than 10%) 100 000 deals are good enough, but for numbers less than 10% you need more, if you want to use numbers less than 1% a sample size of of 10^7 or more should be used.
Simulation gets more interesting when the calculation gets much harder than this.
e.g. How often do I have a Cappeletti 2♣ overcall in direct seat over a strong NT.
#12
Posted 2007-May-01, 09:19
FrancesHinden, on May 1 2007, 03:15 PM, said:
hotShot, on May 1 2007, 02:07 PM, said:
21,57% have 4432 shape and 1,68% have 4432 shape and exactly12 HCP
I'm interested to see how far out (in context) even a simulation of 1 million hands is:
The real answer is 21.5512% and 1.6996%
The standard deviation of the binomial distribution is
sqrt( N p (1-p))
To get the stard deviation of the estimated proportion, you must devide by N, i.e.
sqrt( p (1-p) / N)
Here, N= 1000000 and p=0.02. For a quick calculation without a pocket calculator you can assume (1-p) = 1 so the stardard deviation on the estimated proportion of 1000000 hands, when the true proportion is 0.02, is
sqrt ( 0.02 /1000000) = 0.00014
A popular confidence bound is +/- 2 SE (sorry for confusing SE with SD but in this case it doesn't matter), i.e.
0.02 +/- 2*0.00014
or
[ 0.01972 ; 0.02028 ]
#13
Posted 2007-May-01, 09:26
#14
Posted 2007-May-01, 10:52
hotShot, on May 1 2007, 04:07 PM, said:
e.g. How often do I have a Cappeletti 2♣ overcall in direct seat over a strong NT.
Oh yes, I'm a fan of using simulations when useful. Just not a fan of using them when the exact probability can be calculated without too much difficulty.
The main problem with simulations such as "how often do I have a cappeletti overcall" is that when I look through the simulation results I discover I have to throw out about 10% of the hands generated!
#15
Posted 2007-May-01, 13:06
FrancesHinden, on May 1 2007, 06:52 PM, said:
The main problem with simulations such as "how often do I have a cappeletti overcall" is that when I look through the simulation results I discover I have to throw out about 10% of the hands generated!
By using a modified approach I can get the result of a "simulation" in somewhere between 5-60 seconds.
So its easy for me, to optimize the conditions to get the hands I want.
#16
Posted 2007-May-01, 14:08
helene_t, on May 1 2007, 10:19 AM, said:
FrancesHinden, on May 1 2007, 03:15 PM, said:
hotShot, on May 1 2007, 02:07 PM, said:
21,57% have 4432 shape and 1,68% have 4432 shape and exactly12 HCP
I'm interested to see how far out (in context) even a simulation of 1 million hands is:
The real answer is 21.5512% and 1.6996%
The standard deviation of the binomial distribution is
sqrt( N p (1-p))
To get the stard deviation of the estimated proportion, you must devide by N, i.e.
sqrt( p (1-p) / N)
Here, N= 1000000 and p=0.02. For a quick calculation without a pocket calculator you can assume (1-p) = 1 so the stardard deviation on the estimated proportion of 1000000 hands, when the true proportion is 0.02, is
sqrt ( 0.02 /1000000) = 0.00014
A popular confidence bound is +/- 2 SE (sorry for confusing SE with SD but in this case it doesn't matter), i.e.
0.02 +/- 2*0.00014
or
[ 0.01972 ; 0.02028 ]
You mean, some people actually know this stuff?
Makes my head hurt just looking at it.
So many experts, not enough X cards.
#18
Posted 2007-May-02, 10:03
You can find all the info you'll need on it here:
http://www.rpbridge.net/7z76.htm
#19
Posted 2007-May-02, 10:56
The different tables are not so difficult to make - I have already done this. I make queries based upon the wanted hp range and handpatterns - thus I can get the cumulative sum of percentage of the wanted hands.
I am currently making the Query function regards to specific handpatterns with suites, like having a specific hand after opps opening 1NT 15-17. This may also have been done before, but I think it is quite interesting to work it out myself. Maybe I can make a conclusion of what NT defence that has the highest frequency of occuring - who knows!
Example the 15-17 range for 4432 ( note the relative % is not in this table ), with ZarPoints. The A.Cp=Average Control points.
4-4-3-2 21.55%, 10 ZD Hp A.Cp -ZP- --%- -Cum 15 4.99 30.0 0.95 0.95 16 5.39 31.4 0.71 1.67 17 5.81 32.8 0.51 2.18
Maybe not so many cares about this stuff, but I find it interesting.

Help
