The main principle is to give 3 estimates for each functionality/feature/module, etc. that has to be implemented:
Expected Case = [Best Case + 4xMost Likely Case + Worst Case]/6
Usually, the estimators (like any other human being) are more on the optimism side and, more than this, they use to identify in the very beginning only few of the possible risks and dependencies. This why an adapted PERT formula has been put in place (and I recommend it's usage especially when the estimates come from engineers):
Expected Case = [Best Case + 3xMost Likely Case + 2xWorst Case]/6
References:
Steve McConnell - "Software Estimations - Demystifying the Black Art"
References:
Steve McConnell - "Software Estimations - Demystifying the Black Art"
No comments:
Post a Comment