RobertJasiek wrote:IIRC, the win rate was ca. 70%, anyway enough to improve a rank, because I WAS promoted a rank.
And so, what is the problem?
RobertJasiek wrote:IIRC, the win rate was ca. 70%, anyway enough to improve a rank, because I WAS promoted a rank.
RobertJasiek wrote:IIRC, the win rate was ca. 70%, anyway enough to improve a rank, because I WAS promoted a rank.
RBerenguel wrote:And so, what is the problem?
Mef wrote:Then what you are recalling is a 100 game period, not a 300 game period. Your 100 game moving average win rate across your entire kgs career was posted...why on earth do you think you can keep making up stories that never happened?
RobertJasiek wrote:
Do a proper web search, and you will find what has happened NOT for just 100 games.
Mef wrote:RobertJasiek wrote:
Do a proper web search, and you will find what has happened NOT for just 100 games.
Why would I do a web search when I (and others) have your entire win/loss history on KGS pulled into a spreadsheet?
RobertJasiek wrote:I want that the rating system acknowledges my change from a non-serious period to a serious period within ca. 100 successive games (69 wins : 31 losses) instead of ca. 400 successive games (276 wins : 124 losses).
Code: Select all
library(zoo)
a<-read.csv("kgs-sum.csv")
r<-rollmean(a$Result2, 50)
Code: Select all
> sum(r<0.55)
[1] 8400
> sum(r>=0.55)
[1] 5974
Code: Select all
> sum(r<0.45)
[1] 3032
Code: Select all
> sum(r>0.65)
[1] 1646
Code: Select all
> sum(r>0.75)
[1] 92
> sum(r>0.75)/sum(r>0)*100
[1] 0.6400445
Bantari wrote:I still don't see why 100 is a better number than 400, and why wouldn't you then complain that you want the change to take place within 50 or 20 games,
Ok, got it.
decision was made to make it behave as it does.
you should investigate the reason
it is this reason you have to argue agains
and hopefully change,
each one solves your problem easily,
RBerenguel wrote:in a high volatility rating it's quite likely you'll be 4d far, far more often than 5d.
RobertJasiek wrote:RBerenguel wrote:in a high volatility rating it's quite likely you'll be 4d far, far more often than 5d.
(Supposing the same rank scale.)
No. In a high volatility rating system, I see the immediate success of a win and there is no frustration, so I am immediately motivated in every game. I would thus frequently play seriously and produce very other results.
RobertJasiek wrote:RBerenguel wrote:in a high volatility rating it's quite likely you'll be 4d far, far more often than 5d.
(Supposing the same rank scale.)
No. In a high volatility rating system, I see the immediate success of a win and there is no frustration, so I am immediately motivated in every game. I would thus frequently play seriously and produce very other results.
Bantari wrote:I see an immediate success of a win. Its a win. Not sure why this is not enough.