web analytics

Point Guard Comparison Chart

January 12, 2011
By

So, what else can Google Motion Charts be used to visualize? Well, this application doesn’t actually *move*, but it does visualize a ton of point guard advanced statistics at once.

That’s quite a few advanced stats in one place!  Play around with the chart and see what can be revealed.  I have 4 player evaluation metrics here; my Advanced Statistical Plus/Minus (which is based on a statistical plus/minus framework, but using advanced stats and not a simple linear regression) along with my VORP formulation, John Hollinger‘s PER (which is an offensive metric only), Dean Oliver’s Offensive and Defensive Ratings, and Basketball Reference’s Win Shares.  It’s informative to compare them, and to look at which inputs (like TS% or ORB%) are more valued by them.

As for the point guards–look at Rose and Westbrook.  They’re just about clones!  Also, note Rondo’s defense and Nash’s offense.

Enjoy!

Glossary Table:

#LabelMeaningMore Information
1PlayerPlayer name
2AgeAge of player
3TmTeam of player
4TS%True Shooting %see Basketball Reference Glossary
5eFG%Effective Field Goal %see Basketball Reference Glossary
6ORB%Offensive Rebounding %see Basketball Reference Glossary
7DRB%Defensive Rebounding %see Basketball Reference Glossary
8TRB%Total Rebounding %see Basketball Reference Glossary
9AST%Assist %see Basketball Reference Glossary
10STL%Steal %see Basketball Reference Glossary
11BLK%Block %see Basketball Reference Glossary
12TOV%Turnover %see Basketball Reference Glossary
13USG%Usage %see Basketball Reference Glossary
14PERPERsee Basketball Reference Glossary
15ORtgOffensive Ratingsee Basketball Reference Glossary
16DRtgDefensive Ratingsee Basketball Reference Glossary
17OWSOffensive Win Sharessee Basketball Reference Glossary
18DWSDefensive Win Sharessee Basketball Reference Glossary
19WSWin Sharessee Basketball Reference Glossary
20WS/48Win Shares/48 minutessee Basketball Reference Glossary
21ASPMAdvanced Statistical Plus/Minus
22O ASPMOffensive Advanced Statistical Plus/Minus
23D ASPMDefensive Advanced Statistical Plus/Minus
24OVORPOffensive Value over Replacement player
25DVORPDefensive Value over Replacement Player
26VORPValue over Replacement Player
27VORP-GMValue over Replacement Player, in games played
28MPGMinutes per Game

Share

Tags: , , ,

6 Responses to Point Guard Comparison Chart

  1. Greyberger on January 12, 2011 at 3:51 pm

    What strikes me on the chart is how Rondo, Nash and Chris Paul are so distinct from the rest of the class in their usage and ast% habits.

  2. EvanZ on January 16, 2011 at 9:40 pm

    Any reason Stephen Curry’s not on there?

    • DanielM on January 17, 2011 at 8:01 am

      I have him classified as a “combo guard” since that’s what BasketballValue has him as. This chart only has players listed as pure points.

      Eventually I’ll fill in all the other positions!

  3. AC on January 19, 2011 at 12:31 am

    Let me know what you think of using google motion charts. My not-very-involved opinion is that they are fun for playing with, but are kind of a pain considering they don’t add much information. More of a tool to use when exploring data than something that adds new data. I’m trying R for some DT posts in the pipeline, but its a little obscure in the documentation. They tell you WHAT everything is, but rarely have I found a simple explanation of HOW to do something.

    • DanielM on January 19, 2011 at 8:42 am

      Yeah, R is tough to learn. I really haven’t gotten into it so far, though I’m looking into learning more.

      Google motion charts are the only chart setup I have seen that can show 4 or even 5 dimensions of data simultaneously. It’s exceptionally good as an interactive charting tool, and quite easy to implement on a website, if you can inject the required code into the header. On my newest charts, I’m pulling the data directly from a Google Spreadsheet, rather than embedding it in the header–thus cleaning up the html considerably.

      I like them a lot.

      • AC on January 19, 2011 at 10:59 pm

        I’ll have to give them a try.

Leave a Reply

Your email address will not be published. Required fields are marked *

DSMok1 on Twitter

To-Do List

  1. Salary and contract value discussions and charts
  2. Multi-year APM/RAPM with aging incorporated
  3. Revise ASPM based on multi-year RAPM with aging
  4. ASPM within-year stability/cross validation
  5. Historical ASPM Tableau visualizations
  6. Create Excel VBA recursive web scraping tutorial
  7. Comparison of residual exponents for rankings
  8. Comparison of various "value metrics" ability to "explain" wins
  9. Publication of spreadsheets used
  10. Work on using Bayesian priors in Adjusted +/-
  11. Work on K-Means clustering for player categorization
  12. Learn ridge regression
  13. Temporally locally-weighted rankings
  14. WOWY as validation of replacement level
  15. Revise ASPM with latest RAPM data
  16. Conversion of ASPM to" wins"
  17. Lineup Bayesian APM
  18. Lineup RAPM
  19. Learn SQL