You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
PlayerRating should be used to track a player's goonskill rating numbers, as well as the player's total RWS and number of rounds played. Having all of this info in one table will make it easier to do the queries we need on the SM plugin side.
The text was updated successfully, but these errors were encountered:
Also, I think that average RWS should be calculated using the harmonic mean instead of the arithmetic mean. This reduces the impact of outlier rounds, and rewards players who are more consistent than others.
harmonic mean won't work since there are 0 values. I tried geometric mean and everyone's numbers end up being super low, so I guess I'll stick with arithmetic
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PlayerRating should be used to track a player's goonskill rating numbers, as well as the player's total RWS and number of rounds played. Having all of this info in one table will make it easier to do the queries we need on the SM plugin side.
The text was updated successfully, but these errors were encountered: