1 |
That's
interesting
and
a
good
confirmation
that
combined
ratings
are
more
accurate!
Due
to
[url=https://zero-k.
info/Forum/Post/250760#250760]this
effect[/url],
I'm
wondering
if
you
could
improve
the
score
for
big
teams
by
replacing{
{
{
denom
=
math.
sqrt(
size
*
(
ts.
beta
*
ts.
beta)
+
sum_sigma)
}
}
}
by{
{
{
denom
=
math.
sqrt(
size/2
*
(
size
*
(
ts.
beta
*
ts.
beta)
+
sum_sigma)
)
}
}
}
|
1 |
That's
interesting
and
a
good
confirmation
that
combined
ratings
are
more
accurate!
Due
to
[url=https://zero-k.
info/Forum/Post/250760#250760]this
effect[/url],
I'm
wondering
if
you
could
improve
the
score
for
big
teams
by
replacing{
{
{
denom
=
math.
sqrt(
size
*
(
ts.
beta
*
ts.
beta)
+
sum_sigma)
}
}
}
by{
{
{
denom
=
math.
sqrt(
size/4
*
(
size
*
(
ts.
beta
*
ts.
beta)
+
sum_sigma)
)
}
}
}
|