View Single Post
Old 04-01-2012, 05:28 AM   #1462
aston217
College Prospect
 
Join Date: Sep 2010
Weird note: "Pass by distance", at least on the team offense screen, lists the percentage of each distance as

Code:
(# PLAYS OF THAT DISTANCE) / (# OF TOTAL PASSES ATTEMPTED)

It should be...

Code:
(# PLAYS OF THAT DISTANCE) / (# OF TOTAL PASS PLAYS)

Or if you want to only look at the passes thrown, do attempts of distance / total attempts of distance. As it is now, the sum of the percentages can easily exceed 100%, so it seems just like a pretty misleading -- and therefore useless -- number.

I mean, roughly, you'll probably get a good idea, but the numbers aren't accurate when they could be. Am I missing something?
__________________
OSFL (join us!) CFL
Float likeabutterflysting likeabee.


aston217 is offline   Reply With Quote