Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

add a PlayerRating model #2

Open
pmrowla opened this issue Feb 11, 2013 · 2 comments
Open

add a PlayerRating model #2

pmrowla opened this issue Feb 11, 2013 · 2 comments

Comments

@pmrowla
Copy link
Member

pmrowla commented Feb 11, 2013

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.

@pmrowla
Copy link
Member Author

pmrowla commented Feb 11, 2013

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.

@pmrowla
Copy link
Member Author

pmrowla commented Feb 13, 2013

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant