I acquired all of the Division I team data since 2002, and from that we can observe some fascinating trends and data relationships in the data. This is a multipart series exploring some of that data.
How valuable are Points Per Possession figures, and which (Dean vs. Modern) is better at estimating Winning Percentage?
I evaluated the 3,133 team seasons since 2015 that had complete data sets. From this I ran Excel's Correlation function and found that all of these stats were good ones. Here are Points Per Possession with Smith Method (PPS) and Modern Method for Offense (uppercase) and Defense (lowercase):
If we create multiple regression analyses, however, we get a slightly different picture. Here are the resulting equations (R-squared):
The real point of all of this is that the Modern Method is more accurate because with two variables it explains the Winning Percentage as well as Smith's Method using 3 variables. That said, the differences in accuracy of all of these is insignificant, so they are all good, and that is news to me.
Next up: Points Per Possession against Winning Percentage (Smith vs. Modern)
How valuable are Points Per Possession figures, and which (Dean vs. Modern) is better at estimating Winning Percentage?
I evaluated the 3,133 team seasons since 2015 that had complete data sets. From this I ran Excel's Correlation function and found that all of these stats were good ones. Here are Points Per Possession with Smith Method (PPS) and Modern Method for Offense (uppercase) and Defense (lowercase):
- PPS: 0.689
- PPM: 0.771
- pps: -0.671
- PPM: -0.708
If we create multiple regression analyses, however, we get a slightly different picture. Here are the resulting equations (R-squared):
- W% = 1.977*PPM - 1.535*ppm (0.986)
- W% = 2.294*PPS - 1.748*pps (0.980)
- W% = 2.304*PPS - 1.764*pps + 0.000648*POSDIF (0.986)
The real point of all of this is that the Modern Method is more accurate because with two variables it explains the Winning Percentage as well as Smith's Method using 3 variables. That said, the differences in accuracy of all of these is insignificant, so they are all good, and that is news to me.
Next up: Points Per Possession against Winning Percentage (Smith vs. Modern)