What significance do the constants in multiplier formula for score calculation have? #1112
Answered
by
hiqua
FL44ME
asked this question in
Technical Discussion
-
|
Do the constants 0.5 and 13.0 have any practical significance in the multiplier formula or are these arbitrary smoothing factors? |
Beta Was this translation helpful? Give feedback.
Answered by
hiqua
Sep 21, 2021
Replies: 1 comment 4 replies
-
|
It's basically one constant: I think it's arbitrary, in this case it's around 0.95, so if See also #689 ("How is the score calculated?"). |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
FL44ME
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's basically one constant:
pow(0.5, 1/13.0)to the power offrequency.I think it's arbitrary, in this case it's around 0.95, so if
frequencyis 1, the old score should account for 95% of the new score.See also #689 ("How is the score calculated?").