Here's a simplified example of how I do it.
We'll just use 3 attributes here: speed, pass rush and tackle.
Players ratings are:
SPD: 75
Pass Rush: 100
Tackle: 60
The weights are:
SPD: 100
Pass Rush: 50
Tackle: 50
The "scores" for each attribute are:
SPD: 75 (rating) x 100 (weight) = 7500 (score) out of a possible 10000
Pass Rush: 100 x 50 = 5000 out of a possible 5000
Tackle: 60 x 50 = 3000 out of a possible 5000
This gives the player a total of 15,500 out of a total 20,000 (77.5%), so I would round up and show this player rated at 78.
Obviously this is better when done with all attributes, but you see where I'm going with it.
What I'm ultimately doing here is comparing the player to a "perfect" player, while assigning more importance to certain attributes.
Last edited at 7/08/2017 9:07 am