PlusMinus - direct player comparison
Posted: Sat Feb 11, 2012 5:23 pm
There's a new addition to my site: You can now compare two players according to their performance while having played with the exact same 4-man-units. I'll try to explain with an example.
Let's say we want to compare Dwight Howard and Ryan Anderson. We look for all 5 man units that contain either Dwight Howard or Ryan Anderson (but never both of them). For all of those 4-man-units that exist for both players we can make a direct comparison. Let's say we have
(1) Nelson-Richardson-Turkoglu-Davis-Howard and
(2) Nelson-Richardson-Turkoglu-Davis-Anderson
(1) scored an average of 1.05 points in 30 possessions, (2) scored an average of 1.1 points in 20 possessions. It would seem that the team is scoring 0.05 points more per possession with Anderson.
Obviously, there are many more compatible 4-man-units for the duo of Howard/Anderson. We might also have
(3) Duhon-Richardson-Turkoglu-Davis-Howard and
(4) Duhon-Richardson-Turkoglu-Davis-Anderson
For this example, let's say (3) scored an average of 1.1 points in 10 possessions, (4) scored an average of 1.12 points in 15 possessions
For all those compatible 4-man-units we add up the offensive efficiencies(?) (for each player seperataly), weighing the off-eff. of that unit by the minimum of possessions played with that 4-man-unit by either player.
So if we only had those two 4-man-units for the duo of Howard/Anderson, Howard would get an
( 1.05*min(20, 30) + 1.1*min(15, 20) )
/
(min(20, 30)+min(15, 20))
=1.07
while Anderson would get
( 1.1*min(20, 30) + 1.12*min(15, 20) )
/
(min(20, 30)+min(15, 20))
=1.10
From this we can say that, given the same teammates, Anderson has had a better impact on team offense than Dwight Howard
You can reach the analysis for each player by clicking the "Info" button on http://stats-for-the-nba.appspot.com/ranking_rec
Older seasons are still being computed and should be online in a few hours
There is no adjustment for strength of opponent as of yet
A couple of notes:
Ryan Anderson is absolutely destroying Glen Davis, and even looks better than Dwight
Nick Collison is all positive in the last two years, no matter who he is getting compared with
Udoh looks better than David Lee (even on offense)
enjoy and ask questions if anything's unclear
Let's say we want to compare Dwight Howard and Ryan Anderson. We look for all 5 man units that contain either Dwight Howard or Ryan Anderson (but never both of them). For all of those 4-man-units that exist for both players we can make a direct comparison. Let's say we have
(1) Nelson-Richardson-Turkoglu-Davis-Howard and
(2) Nelson-Richardson-Turkoglu-Davis-Anderson
(1) scored an average of 1.05 points in 30 possessions, (2) scored an average of 1.1 points in 20 possessions. It would seem that the team is scoring 0.05 points more per possession with Anderson.
Obviously, there are many more compatible 4-man-units for the duo of Howard/Anderson. We might also have
(3) Duhon-Richardson-Turkoglu-Davis-Howard and
(4) Duhon-Richardson-Turkoglu-Davis-Anderson
For this example, let's say (3) scored an average of 1.1 points in 10 possessions, (4) scored an average of 1.12 points in 15 possessions
For all those compatible 4-man-units we add up the offensive efficiencies(?) (for each player seperataly), weighing the off-eff. of that unit by the minimum of possessions played with that 4-man-unit by either player.
So if we only had those two 4-man-units for the duo of Howard/Anderson, Howard would get an
( 1.05*min(20, 30) + 1.1*min(15, 20) )
/
(min(20, 30)+min(15, 20))
=1.07
while Anderson would get
( 1.1*min(20, 30) + 1.12*min(15, 20) )
/
(min(20, 30)+min(15, 20))
=1.10
From this we can say that, given the same teammates, Anderson has had a better impact on team offense than Dwight Howard
You can reach the analysis for each player by clicking the "Info" button on http://stats-for-the-nba.appspot.com/ranking_rec
Older seasons are still being computed and should be online in a few hours
There is no adjustment for strength of opponent as of yet
A couple of notes:
Ryan Anderson is absolutely destroying Glen Davis, and even looks better than Dwight
Nick Collison is all positive in the last two years, no matter who he is getting compared with
Udoh looks better than David Lee (even on offense)
enjoy and ask questions if anything's unclear