
Background:
We have a website where we store all our stats from our (terrible) pick-up games. Due to the way we record the stats, we are able to calculate per 100 for all of the major statistical categories. We also track Reb%, Potential assists, and Unassisted vs. Assisted FGA.
I've also have the methods of how players scored. Think of the Synergy Categories: Put-Back, Post-Up, Isolation, Spot-Up, Ball Handler, Cut, & Transition. I rolled Hand-Off up into Spot-Up since it didn't happen very often and I put Roll Man into Cut since that didn't happen enough too.
Problem:
We don't want to use our own photos for Player Profiles but an NBA equivalent. I have a calculation that is used to compare ourselves against NBA players, but it seems to give expected results about 40% of the time, 20% is someone that doesn't make sense and the rest are consistently pointing to 1 or 2 players (James Johnson and Rudy Gay in this instance)
Ideally, the comparison should work like the examples below.
Example: If you're a player who only makes a good amount of 3s, but nothing else and you primarily score off spot-up opportunities. Your NBA comparison would be a 3pt specialist like Anthony Morrow.
OR
You get a good amount of blocks and rebounds, but score almost solely off rolls & putbacks... Your NBA comparison would be DeAndreJordan.
Current Approach:
Since we can't compare ourselves to NBA players directly since our percentages are low and rebounding numbers are high. I thought it was best to compare groups within themselves. Pick-up Players against Pick-up players and NBA players against NBA Players. Everyone gets ranked in percentages of 10. If you're in the top 10%, you're a 10. If you're in the bottom 10%, you're a 1.
Those ranks get compared across all the categories and we calculate the variance. Lowest total variance is SOMETIMES your NBA Comparison.
Scoring styles are included in that rank method as well. But, we rank the frequency of how you like to score.
If 100% of your scores comes of post-ups. Then you'll get a 10 in that category and 1s in everything else.
Questions:
What stat categories should I include or exclude?
Example: Should I include ORB, DRB and TRB? Or just TRB? Or just ORB & DRB?
How can I best use the scoring styles to calculate player comparison?
Thanks for reading all of this!