Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When teams are announced, show which team is favored #7

Open
clogston opened this issue Apr 21, 2016 · 2 comments
Open

When teams are announced, show which team is favored #7

clogston opened this issue Apr 21, 2016 · 2 comments

Comments

@clogston
Copy link
Collaborator

Saving algorithm ideas for the comments section...

Could also categorize levels of disparity! e.g., heavily favored, favored, slightly favored.

@clogston
Copy link
Collaborator Author

clogston commented Apr 21, 2016

One idea:

  1. Calculate the average weighted average of each team individually
    1. v1 = (mem0_weighted_avg + mem3_weighted_avg) / 2
    2. v2 = (mem1_weighted_avg + mem2_weighted_avg) / 2
  2. Calculate percent difference of the two:
    1. ( | (v1 - v2) | / ((v1 + v2) / 2) ) * 100
  3. Categorize as follows: (EDITED BASED ON SAMPLE DATA)
    1. > 0% and < 6%: slightly favored
    2. >=6% and <12%: favored
    3. >= 12%: heavily favored

@clogston
Copy link
Collaborator Author

clogston commented Apr 21, 2016

Running even more data... current recommendation is:

  1. 3% and < 10%: slightly favored

  2. =10% and < 20%: favored

  3. = 20%: heavily favored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant