my method:

1. think about problem, and scribble down list of steps involved in solving it. Write down how long each step will take, keeping in mind 'breakage'. I.e. two six hour tasks are probably going to take me two days to do, unless I'm willing to put in a twelve hour day. Add up times.

2. refine guess by making sure I included time for debug,documentation, installation, testing, etc .... as appropriate.

3. If I feel pretty confident that I haven't forgot anything, double the estimate

4. If I think I might have forgot something, or done too much hand waving on any particular step, triple the estimate.

you might think there would be recursion problems, but this is the most accurate method I've ever used. And remember, this is not an upper bound, this is something like the median amount of time it will take. The original guess from step 1, in a very half assed way, is about 1 standard deviation. Don't know how much these multipliers vary on a person-to-person basis.

In reply to Re: On Improving One's Estimates by chance
in thread On Improving One's Estimates by dws

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.