The estimate-confidence relation is not linear. In my experience it follows some kind of S-curve, with 0% confidence approaching impossibly short times and 100% approaching infinity (like a logistic function).
I think software projects are best estimated as gamma distributions. To express that as confidence levels, you use the cumulative distribution function of the gamma, which are kind of S shaped, but stretched to the right.
trashtester|2 years ago
https://en.wikipedia.org/wiki/Gamma_distribution
trashtester|2 years ago
https://www.wolframalpha.com/input?i=gamma+distribution+with...
And the confidence distribution would be:
https://www.wolframalpha.com/input?i=cumulative+gamma+distri...
staunton|2 years ago
trashtester|2 years ago