I need a little help with error margin estimation. Now I am using this table for calculate the error margin between tournaments results:
Code: Select all
NºGames ERROR ELO (aproximated)
-------- ----------
96 +-60
200 +-42
400 +-30
800 +-20
1600 +-15
3200 +-11
The problem I have now is that due to diverse circunstances I dont know the elo of opponents and even dont know the elo of the engine I want to test.
If I run a Gountlet tournament, and then repeat the same tournament, what is the error margin in score points I could expect? What I am asking is for the last column of the following table, which I have fill only as an example:
Code: Select all
Nº Games Score 1st. tourn. Score 2nd. tourn.
---------- ------------------- --------------------
96 50 points +/- 50 points
200 50 points +/- 25 points
400 50 points +/- 12 points
800 50 points +/- 6 points
1600 50 points +/- 3 points
3200 50 points +/- 1 point
FS