See LoadFactorArithmetic et al.
Ron- what your wrote is what I wrote that was clobbered by what you wrote. kb
[Draft] LoadFactor relates a developer's estimate to real time. We (C3) tell developer, "Think how long this task would take you and your partner to test and code if you did it with no interruptions."
We track individual tasks by asking the developer: "How long did you originally estimate? How long did you actually work on it?"
Thus the developer gets to hear herself say "I thought this would take me one day. It took me one and a half." This provides feedback to the developer on how accurate her estimates are.
Note that so far we have not addressed LoadFactor, just developer estimation feedback.
At the end of the iteration, we see how many tasks were completed. We take the ratio of the elapsed days to the (original) estimates for those tasks. That's LoadFactor.
A measure of ProjectVelocity which C3 does not yet use would be the total of the estimated days for the tasks completed in the iteration.
Either LoadFactor or ProjectVelocity provide feedback to the project on how fast the overall pace of development is in terms of developer estimates. --rj
There are four measures relating to velocity:
So why track any actual time besides iteration length? -- Justin Francis