Okay, so I ran into a problem today.
What in the heck do we really mean when we give an effort estimate and say...
"I think best case this will take me 4 days, worst case is 16 days, and the expected is 6 days."
Is that "expected" we talk about the mean, the median, the mode, the expected value?
Let me back up... we say that estimates are statements of probability. Let's assume for the sake of argument that our estimates have a confidence of 68%. So in the example above there is a 68% chance that the actual effort will be between 4 and 16 days. Now there are a buncha different ways that I can draw a probability curve so I come up with 68% of it being between 4 and 16. Assuming a Normal Distribution (yeah, yeah, I should be using some other distribution, but the math is easier with the Normal) I get plots like this...
And while that's all hunky-dory, the thing is that in order to fit it I needed to change the one free variable that I had, the standard deviation, from 4.1 if expected = 6, to 6 if expected = 10.
The PERT methodology uses (usually) the Beta distribution and in PERT they say "most likely" rather than "expected". In that case we are looking at the statistical mode if I'm not mistaken.
So what do we mean?
And why am I asking?
Well, I'm trying to figure out how to sum up the probabilities of completing a long chain of tasks to come up with the probable distribution of ed dates for a project. But in order to do that I need to know what the distributions are for the individual tasks. And to know the distributions for the end dates of the individual tasks I have only the effort estimates given to me by the team. I can ask the team to estimate anything I want as long as it come back as low estimate, high estimate, and expected.
In order to turn that into a probability distribution I need to answer, "So that expected... is it the mean, median, mode, or expectation value?"
How do you folks handle this?
I've noticed that I can't find any tools that handle estimating in ranges in a graceful way. Do you folks know of any?