Estimating activity duration is a key part of project planning. Different methods are used depending on data availability, project size, and uncertainty.
Estimation based on the experience and knowledge of experts.
A senior developer estimates that coding a login module will take 3 days.
Uses data from similar past projects to estimate duration.
Previous website project took 5 days for testing, so a similar estimate is used.
Uses mathematical formulas and productivity rates to calculate duration.
Duration = Work / Productivity Rate
Uses three different estimates to handle uncertainty.
TE = (O + 4M + P) / 6
Estimate each small task (work package) and then combine them.
| Method | Accuracy | Speed | Best Use |
|---|---|---|---|
| Expert Judgment | Medium | Fast | When expert available |
| Analogous | Low–Medium | Very Fast | Early planning |
| Parametric | Medium–High | Medium | When data available |
| Three-Point (PERT) | High | Medium | Uncertain tasks |
| Bottom-Up | Very High | Slow | Detailed projects |
There are five main methods to estimate activity duration:
Choice depends on project complexity and data availability
The five methods of estimating activity duration are expert judgment, analogous estimation, parametric estimation, three-point (PERT), and bottom-up estimation. These methods vary in accuracy and are selected based on project needs and available data.
Open this section to load past papers