After I wrote my post on software estimation using the quick method first developed by the navy I decided to build a simple app that lets you play with the concept. To use it, break down your project into a few tasks and give each one three estimates—optimistic (μ), nominal(ψ), pessimistic (ω). More explanation on these at the bottom of the page
The result:
How to use the result
In any software estimation process you have to balance uncertainty with the need to give people some level of information to work from. The range given above is designed to give you something you can have a 95% level of confidence in (of course this depends on you being suitably optimistic / pessimistic in your estimates). So now, the next time someone asks you how long something will take, you can tell them:
The estimates
When you’re going through this software estimation exercise, use these definitions to guide your estimates
μ: Optimistic (Mu-nicorn)
How long this would take if the stars aligned, unicorns pair programmed with you and generally everything went so well you have to check yourself.The one in a thousand dream scenario
ψ: Nominal
This is the standard issue estimate, what you are used to giving—the amount of time you would expect a task to take under normal circumstances.
ω: Nukem
This is the longest it could take if pretty much everything went wrong. This is the one in a thousand worst case scenario; the Nukem (for more on this read about Nukem here).
[…] Skip to content How long will your project take? « Software Estimation — A good simple way courtesy of the Navy and the cold war Try […]
[…] Skip to content How long will your project take? « Try this, my mini-application for software estimation Have you been hurt by code […]
Thanks. Will Use it and see how it works.
Oddly this doesn’t seem to work in Firefox 10. The graphs don’t update as I enter values. I get the following JS errror on page load
Error: eventObj.srcElement is undefined
Source File: http://www.eyefodder.com/js/pertstimator.js
Line: 301
Hi,
Thanks for the heads-up on ff10. I’m travelling at the moment, but will take a look when I get back to New York in April. Hopefully you can give it a shot on another browser before then!
Oh yea works fine in Chrome. I’ve been using it almost every day for the past week and as someone who has never been all that comfortable giving time estimates I’m finding this app incredibly useful.
However, I’ve been craving some features like saving to local storage or exporting to a file. I was wondering if you’d be alright with me adding in some of these features and posting the results on my own Blog or alternatively getting a small github project going.
Let me know if you’re interested.
[…] figured somebody ought to have created an online calculator for the purpose. And indeed, there is a how long will your project take software estimation app, complete with an extended history of the method, instructions and graphs (try hovering over the […]