gheemony said:
Couch Potato,Sorry to hear about your father. You have your priorities straight. Wishes to you and your family for good health and good fortune in the coming years.In your absence, I came up with an NPV formula based on the premise that current year is worth 50%, next season is worth 33%, and 2 seasons from now is worth 17%. I don't think anything past three years is worth much because of uncertainty.So rough formula would look like this
FP10 = FP projections for 2010PFP11 = PFP10*QYR11/QYR10 - you assume a percentage increase or decrease accordinglyPFP12 = PFP11*QYR12/QYR11 (which is still based on PFP10)NPV = .50*PFP10 + .33*PFP11 + .17*PFP12You can effectively have a fixed NPV number for each position and each age, just like a QYR number. How is this useful? Examples:1. you have two players projected for the same points in 2010. Who do you take first in a keeper/dynasty league? Look at the NPV. You want the one with the higher NPV.2. I have an older player projected for more points in 2010 than a younger player. Who's worth more today. Take a look at their NPV. This will show you how much you can expect the older player to regress and younger player to progress.It was eye-opening to me to see when my instinct on these points didn't match up with the NPV math.If you want to test this out, I recommend trying to compare the NPV for Peyton Manning, Tom Brady, and Drew Brees with that for Big Ben, Rodgers, Rivers, and Ryan. At what point does age make up for differen in immediate production?
I can't get these calculations to work properly. The basic formula for NPV makes sense (NPV = .50*PFP10 + .33*PFP11 + .17*PFP12), but it's the formulas to obtain PFP11 and PFP12 that appear to be flawed, at least to me.PFP11 = PFP10*QYR11/QYR10: The end result of this number will always be less than PFP10, because QYR11 will always be less than QYR10, creating a multiplier of less than 1. I'm not sure if your "assume a percentage increase or decrease accordingly" means that you have to manually add a different multiplier for each player, but if it does, then IMO that's too much work. Maybe I'm just reading this incorrectly, but if you could clarify that statement I would appreciate it. Otherwise, you'll always have players who will score less in future years than in current years, even if their career performance trend is moving upwards. Since your NPV formula already puts less value on the 2011 and 2012 projections, I don't see the point in devaluing future years in the PFP calculations as well.Perhaps a better option would be to compare a player's current age against the peak age for that position, and adding in a multiplier depending on which side of the peak age a player is on. For example, for QBs the peak age listed by CP is 29. If a player is younger than 29, then each succeeding year his PFP should go up (theoretically, of course, since this entire discussion relies on generalizations). If a player is older than 29, then each succeeding year his PFP should go down. I think there are some problems with that, but at least it should provide a more accurate basis for future year projections. Ideally, I think a peak age range should be used, since most players tend to level out at peak performance for a period of years (longer for QBs, shorter for RBs). For QBs, maybe a range of 28-32 could be considered the peak range, where stats could be expected to be consistent over that period of time. Your formula would now need to use an IF statement, but it would probably provide a more accurate projection for NPV. Also, your formula only works if a player's QYR is greater than zero. Once a player's value gets to zero the math doesn't work (can't divide by zero), or if it's a negative number, future years' projections actually increase, not decrease. I'm not sure how to get around that one.