Round-robin: Frequency of Ties
-
RobertJasiek
- Judan
- Posts: 6273
- Joined: Tue Apr 27, 2010 8:54 pm
- GD Posts: 0
- Been thanked: 797 times
- Contact:
Round-robin: Frequency of Ties
Let P (even) be the number of players in a single round-robin and R = P-1 be the number of rounds.
Let there be either a) no jigos or b) jigos. Advanced consideration: Assume a particular frequency for jigos.
Each player's NumberOfWinsScore is the sum of his number of wins plus half his number of jigos.
Let us ignore specific players but consider result tables in general regardless of player names.
Let there be only one result criterion: the NumberOfWinsScore. Places with equal scores are tied.
Depending on P, how many different result distributions (tables) do exist?
Depending on P, how many of the result distributions have a tie on place 1? How many on place 2? Etc. How many on place P?
Let there be either a) no jigos or b) jigos. Advanced consideration: Assume a particular frequency for jigos.
Each player's NumberOfWinsScore is the sum of his number of wins plus half his number of jigos.
Let us ignore specific players but consider result tables in general regardless of player names.
Let there be only one result criterion: the NumberOfWinsScore. Places with equal scores are tied.
Depending on P, how many different result distributions (tables) do exist?
Depending on P, how many of the result distributions have a tie on place 1? How many on place 2? Etc. How many on place P?
- Harleqin
- Lives in sente
- Posts: 921
- Joined: Sat Mar 06, 2010 10:31 am
- Rank: German 2 dan
- GD Posts: 0
- Has thanked: 401 times
- Been thanked: 164 times
Re: Round-robin: Frequency of Ties
Do you want to assume players of even strength?
A good system naturally covers all corner cases without further effort.
-
tj86430
- Gosei
- Posts: 1348
- Joined: Wed Apr 28, 2010 12:42 am
- Rank: FGA 7k GoR 1297
- GD Posts: 0
- Location: Finland
- Has thanked: 49 times
- Been thanked: 129 times
Re: Round-robin: Frequency of Ties
Harleqin wrote:Do you want to assume players of even strength?
The questions posed by OP can be answered without knowing anything about the strength.
Example:
- two players: one possible distribution, no ties (unless jigo is possible)
- four players: four possible distributions (again with no jigos), one of which contains three player tie for the first place, one of which contains a two player tie for the first place and another two player tie for the third place, one of which contains a three player tie for the second place and one of which contains no ties
etc.
e: there probably is an easy way to calculate these, but I'm not sure if I can figure it out. I may write a small program for this, unless someone does the calculations before me.
Offending ad removed
-
RobertJasiek
- Judan
- Posts: 6273
- Joined: Tue Apr 27, 2010 8:54 pm
- GD Posts: 0
- Been thanked: 797 times
- Contact:
Re: Round-robin: Frequency of Ties
Harleqin, the question is independent of player strengths.
tj86430, maybe there is already some theory but it might be hard to find. Programmed calculations would be great! In practice, such questions are interesting up to P=16, e.g, for various components of EC systems.
On http://en.wikipedia.org/wiki/Tournament_graph
there is a bit of theory in what they call "score sets" but that does not answer my questions directly, except that "Let s(n) be the number of different score sequences of size n. The sequence s(n) (sequence A000571 in OEIS) starts as:
1, 1, 1, 2, 4, 9, 22, 59, 167, 490, 1486, 4639, 14805, 48107, ..."
might for the even numbers extract answer my first question, if I interpret the cited text correctly. Then
http://www.research.att.com/~njas/sequences/A000571
gives yet more numbers for
Number of different scores that are possible in an n-team round-robin tournament:
1, 1, 1, 2, 4, 9, 22, 59, 167, 490, 1486, 4639, 14805, 48107, 158808, 531469, 1799659, 6157068, 21258104, 73996100, 259451116, 915695102, 3251073303, 11605141649, 41631194766, 150021775417, 542875459724, 1972050156181
So the even case numbers are:
2 4 6 8 10 12 14 16
1, 4, 22, 167, 1486, 14805, 158808, 1799659, ...
The numbers grow rapidly! So more theory is needed. (Manual calculation is already too tedious.)
Not only different numbers but also frequencies of same score distributions will be relevant.
tj86430, maybe there is already some theory but it might be hard to find. Programmed calculations would be great! In practice, such questions are interesting up to P=16, e.g, for various components of EC systems.
On http://en.wikipedia.org/wiki/Tournament_graph
there is a bit of theory in what they call "score sets" but that does not answer my questions directly, except that "Let s(n) be the number of different score sequences of size n. The sequence s(n) (sequence A000571 in OEIS) starts as:
1, 1, 1, 2, 4, 9, 22, 59, 167, 490, 1486, 4639, 14805, 48107, ..."
might for the even numbers extract answer my first question, if I interpret the cited text correctly. Then
http://www.research.att.com/~njas/sequences/A000571
gives yet more numbers for
Number of different scores that are possible in an n-team round-robin tournament:
1, 1, 1, 2, 4, 9, 22, 59, 167, 490, 1486, 4639, 14805, 48107, 158808, 531469, 1799659, 6157068, 21258104, 73996100, 259451116, 915695102, 3251073303, 11605141649, 41631194766, 150021775417, 542875459724, 1972050156181
So the even case numbers are:
2 4 6 8 10 12 14 16
1, 4, 22, 167, 1486, 14805, 158808, 1799659, ...
The numbers grow rapidly! So more theory is needed. (Manual calculation is already too tedious.)
Not only different numbers but also frequencies of same score distributions will be relevant.
-
pwaldron
- Lives in gote
- Posts: 409
- Joined: Wed May 19, 2010 8:40 am
- GD Posts: 1072
- Has thanked: 29 times
- Been thanked: 182 times
Re: Round-robin: Frequency of Ties
I get the following
n | Number of distinct tournaments | Number of ties for first place
2 | 1 | 0
4 | 4 | 2
6 | 22 | 9
8 | 167 | 67
10 | 1486 | 561
12 | 14805 | 5419
14 | 158808 | 56461
16 | 1799659 | 625699
Does anyone know how to get tables to look pretty?
n | Number of distinct tournaments | Number of ties for first place
2 | 1 | 0
4 | 4 | 2
6 | 22 | 9
8 | 167 | 67
10 | 1486 | 561
12 | 14805 | 5419
14 | 158808 | 56461
16 | 1799659 | 625699
Does anyone know how to get tables to look pretty?
-
tj86430
- Gosei
- Posts: 1348
- Joined: Wed Apr 28, 2010 12:42 am
- Rank: FGA 7k GoR 1297
- GD Posts: 0
- Location: Finland
- Has thanked: 49 times
- Been thanked: 129 times
Re: Round-robin: Frequency of Ties
pwaldron wrote:n | Number of distinct tournaments | Number of ties for first place
6 | 22 | 9
I got
6 20 7, but I have probably overlooked something:
543210
543111
542220
542211
533310
533220
533211
532221
522222
444210
444111
444300
443310
443220
443211
442221
433320
433311
433221
432222
Offending ad removed
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Round-robin: Frequency of Ties
pwaldron wrote:Does anyone know how to get tables to look pretty?
use code tags
pwaldron wrote:Code: Select all
n | Number of distinct tournaments | Number of ties for first place
2 | 1 | 0
4 | 4 | 2
6 | 22 | 9
8 | 167 | 67
10 | 1486 | 561
12 | 14805 | 5419
14 | 158808 | 56461
16 | 1799659 | 625699
-
pwaldron
- Lives in gote
- Posts: 409
- Joined: Wed May 19, 2010 8:40 am
- GD Posts: 1072
- Has thanked: 29 times
- Been thanked: 182 times
Re: Round-robin: Frequency of Ties
tj86430 wrote:6 20 7, but I have probably overlooked something:
You're missing the set where the winner only wins three games.
Also, [4 4 4 3 0 0] isn't valid. It's a round robin so you can't have two players without wins.
-
willemien
- Lives in gote
- Posts: 350
- Joined: Fri Apr 23, 2010 7:28 am
- Rank: EGF 12kyu
- GD Posts: 0
- DGS: willemien
- Location: London UK
- Has thanked: 19 times
- Been thanked: 19 times
Re: Round-robin: Frequency of Ties
RobertJasiek wrote:Let P (even) be the number of players in a single round-robin and R = P-1 be the number of rounds.
Let there be either a) no jigos or b) jigos. Advanced consideration: Assume a particular frequency for jigos.
Each player's NumberOfWinsScore is the sum of his number of wins plus half his number of jigos.
Let us ignore specific players but consider result tables in general regardless of player names.
Let there be only one result criterion: the NumberOfWinsScore. Places with equal scores are tied.
Depending on P, how many different result distributions (tables) do exist?
Depending on P, how many of the result distributions have a tie on place 1? How many on place 2? Etc. How many on place P?
What do you mean?
Did some thinking for a round robin of 4 players
A Round robin of 4 players means 6 games
and excluding jigo's it means that there are 64 (2 power6) possible combinations of game results.
of these 64
24 (4 faculty) are clear results (every player has a definite place without ties)
the rest of them (40 or 62.5% has one of more ties)
I need to do some more testing but my hunch is that for more players the percentage of ties will grow.
Promotor and Librarian of Sensei's Library
-
Bill Spight
- Honinbo
- Posts: 10905
- Joined: Wed Apr 21, 2010 1:24 pm
- Has thanked: 3651 times
- Been thanked: 3373 times
Re: Round-robin: Frequency of Ties
4 person round robin
Players A, B, C, D
> means beats.
Round 1
Without loss of generality (Wolog)
A > B
C > D
Round 2
Wolog
A > C
B > D
Round 3
A ? D
B ? C
The winner of B vs. C will have 2 wins. If A wins she will be the sole winner, if D wins there will be a tie.
Assuming that the probability that A wins is 1/2, the probability of a sole winner is 1/2, and the probability of a tie is 1/2.
Just as pwaldron's numbers indicate.
Edit: I see that this is wrong:
Round 2
Wolog
A > C
B > D

Players A, B, C, D
> means beats.
Round 1
Without loss of generality (Wolog)
A > B
C > D
Round 2
Wolog
A > C
B > D
Round 3
A ? D
B ? C
The winner of B vs. C will have 2 wins. If A wins she will be the sole winner, if D wins there will be a tie.
Assuming that the probability that A wins is 1/2, the probability of a sole winner is 1/2, and the probability of a tie is 1/2.
Just as pwaldron's numbers indicate.
Edit: I see that this is wrong:
Round 2
Wolog
A > C
B > D
Last edited by Bill Spight on Fri Jun 25, 2010 1:55 pm, edited 1 time in total.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
-
pwaldron
- Lives in gote
- Posts: 409
- Joined: Wed May 19, 2010 8:40 am
- GD Posts: 1072
- Has thanked: 29 times
- Been thanked: 182 times
Re: Round-robin: Frequency of Ties
willemien wrote:I need to do some more testing but my hunch is that for more players the percentage of ties will grow.
I think you're right. Your calculation keeps the labels on the players, but if we do that then there are 2^((n^2-n)/2) possible tournaments and only n! ways of having no ties. The limit goes to zero as n grows.
- daniel_the_smith
- Gosei
- Posts: 2116
- Joined: Wed Apr 21, 2010 8:51 am
- Rank: 2d AGA
- GD Posts: 1193
- KGS: lavalamp
- Tygem: imapenguin
- IGS: lavalamp
- OGS: daniel_the_smith
- Location: Silicon Valley
- Has thanked: 152 times
- Been thanked: 330 times
- Contact:
Re: Round-robin: Frequency of Ties
pwaldron wrote:I think you're right. Your calculation keeps the labels on the players, but if we do that then there are 2^((n^2-n)/2) possible tournaments and only n! ways of having no ties. The limit goes to zero as n grows.
Oh no, I just saw an infinite crowd of go players checking into Hilbert's hotel to play a single round robin. Someone should tell them...
That which can be destroyed by the truth should be.
--
My (sadly neglected, but not forgotten) project: http://dailyjoseki.com
--
My (sadly neglected, but not forgotten) project: http://dailyjoseki.com
-
willemien
- Lives in gote
- Posts: 350
- Joined: Fri Apr 23, 2010 7:28 am
- Rank: EGF 12kyu
- GD Posts: 0
- DGS: willemien
- Location: London UK
- Has thanked: 19 times
- Been thanked: 19 times
Re: Round-robin: Frequency of Ties
Bill Spight wrote:4 person round robin
Edit: I see that this is wrong:
Round 2
Wolog
A > C
B > D
You did got me wondering where i was wrong. (the results did differ)
Guess that next time it will be me again that was wrong
but i do think that A>C was Wolog (but agree that B>D was not)
Promotor and Librarian of Sensei's Library
-
willemien
- Lives in gote
- Posts: 350
- Joined: Fri Apr 23, 2010 7:28 am
- Rank: EGF 12kyu
- GD Posts: 0
- DGS: willemien
- Location: London UK
- Has thanked: 19 times
- Been thanked: 19 times
Re: Round-robin: Frequency of Ties
pwaldron wrote:willemien wrote:I need to do some more testing but my hunch is that for more players the percentage of ties will grow.
I think you're right. Your calculation keeps the labels on the players, but if we do that then there are 2^((n^2-n)/2) possible tournaments and only n! ways of having no ties. The limit goes to zero as n grows.
no that is not true n! is the amount of games without ANY ties. (for any place)
While the question was of ties in the first 3 places. a quite more limited amound.
and unfortunedly it will cost a lot odtf time to calculate t (even for an 6 persons round)
Promotor and Librarian of Sensei's Library
-
Bill Spight
- Honinbo
- Posts: 10905
- Joined: Wed Apr 21, 2010 1:24 pm
- Has thanked: 3651 times
- Been thanked: 3373 times
Re: Round-robin: Frequency of Ties
willemien wrote:Bill Spight wrote:4 person round robin
Edit: I see that this is wrong:
Round 2
Wolog
A > C
B > D
You did got me wondering where i was wrong. (the results did differ)
Guess that next time it will be me again that was wrong(As usual)
![]()
but i do think that A>C was Wolog (but agree that B>D was not)
I think you're right.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.
At some point, doesn't thinking have to go on?
— Winona Adkins
Visualize whirled peas.
Everything with love. Stay safe.