percyhoward;3188590 said:
I can't appreciate stats for their own sake, but I'm sure what you said makes sense.
Here's what I did. I took each of set of statistics and ran a variance study on each on (using Excel). This tells you how each of the players vary within each set of statistics (sacks, pressures, hits). The idea is to develop a formula in order to make each set of statistics comparable. The way to do this is to divide each variable by a number such that the variance is roughly equal on each.
The numbers I came up with are 17 for sacks, 23 for hits, and 50 for pressures. Once you divide each player's total number of sacks, hits and pressures by those numbers, a variance study shows that the sets of numbers all have an equal variance of roughly .05. This also happens to be the same variance that each variable of QB rating (yards per attempt, TDs, per attempt, and INTs per attempt) tends to have if you run the study over any given season.
Now all you have to do is add the numbers up and multiple by some random number to give you a large enough number to compare more easily.
And you end up with (for 3-4 OLBs):
Code:
Name QB Sk QB Ht QB Pr QB Sk QB Ht QB Pr Passrush Formula
[COLOR="Blue"][B]DeMarcus Ware 12 16 54 0.71 0.70 1.08 124.08[/B][/COLOR]
Elvis Dumervil 17 7 29 1.00 0.30 0.58 94.22
[COLOR="Blue"][B]A. Spencer 5 26 21 0.29 1.13 0.42 92.23[/B][/COLOR]
James Harrison 10 12 31 0.59 0.52 0.62 86.50
Lamarr Woodley 10 11 27 0.59 0.48 0.54 80.32
Tamba Hali 8 11 30 0.47 0.48 0.60 77.44
Clay Matthews 10 9 24 0.59 0.39 0.48 72.98
K. Wimbley 7 7 21 0.41 0.30 0.42 56.81
Manny Lawson 6 9 19 0.35 0.39 0.38 56.21
Parys Haralson 5 7 26 0.29 0.30 0.52 55.92
Shaun Phillips 7 8 16 0.41 0.35 0.32 53.98
Clark Haggans 6 7 21 0.35 0.30 0.42 53.86
Jason Taylor 8 4 19 0.47 0.17 0.38 51.23
T. Banta-Cain 7 7 15 0.41 0.30 0.30 50.81
Aaron Kampman 4 12 11 0.24 0.52 0.22 48.85
Joey Porter 8 5 11 0.47 0.22 0.22 45.40
S. Merriman 4 4 13 0.24 0.17 0.26 33.46
Robert Ayers 0 5 17 0.00 0.22 0.34 27.87
Brad Jones 4 3 9 0.24 0.13 0.18 27.29
Chike Okeafor 3 2 13 0.18 0.09 0.26 26.17
Mike Vrabel 2 2 13 0.12 0.09 0.26 23.23
Matt Roth 3 2 7 0.18 0.09 0.14 20.17
David Bowens 1 6 2 0.06 0.26 0.04 17.98
Mario Haggan 1 3 7 0.06 0.13 0.14 16.46
Derrick Harvey 0 3 6 0.00 0.13 0.12 12.52
Clint Ingram 1 2 4 0.06 0.09 0.08 11.29
Jason Trusnik 2 2 1 0.12 0.09 0.02 11.23
Brady Poppinga 1 0 2 0.06 0.00 0.04 4.94
The formula is: [(Sacks/17) + (QB Hits/23) + (QB Pressures/50)] * 50
A couple things to note. The variance studies should be done on a larger body of statistics, but this is probably pretty darn close. Also, I haven't limited the maximum value of each variable as done in the passer rating formula.