I finally sat down to figure out how to use GP adjustments effectively, and boy howdy, that algorithm is a doozy. So a few clarification questions.
Are the starting bounds for medium distance plays fixed at 5 and 15 despite what my game play adjustment is set to?
If the answer to the first question is right, is this math right for game play adjustments where the GP is not 5 (this is obviously for after the first play since I'm not going to write this out as sigma notation):
1st Down Lower Bound: 5 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))
1st Down Upper Bound: 15 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))
2nd Down Lower Bound: (5 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))) - 1
2nd Down Upper Bound: (15 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))) - 4
3rd Down Lower Bound: (5 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))) - 2
3rd Down Upper Bound: (15 + ((Play Distance * 0.05) + ((GP * 0.95) - GP)))) - 6
Last edited at 12/30/2017 5:50 pm