Articles → PROJECT MANAGEMENT → 3 Point And PERT Estimation Technique In Agile
3 Point And PERT Estimation Technique In Agile
Scenario
- How long will the task take to complete in the normal scenario?
- How long will the task take to complete in the best-case scenario?
- How long will the task take to complete in the worst-case scenario?
3-Point Estimation
Normal(N) | Optimistic (O) | Pessimistic (P) | Estimation formula | Estimated hours |
---|
16 | 12 | 30 | (N + O + P)/3 | (16 + 12 + 30)/3 = 19 hours. |
PERT Estimation
Normal(N) | Optimistic (O) | Pessimistic (P) | Estimation formula | Estimated hours |
---|
16 | 12 | 30 | (4N + O + P)/6 | (64 + 12 + 30)/3 = 18 hours. |
Standard Deviation
Normal(N) | Optimistic (O) | Pessimistic (P) | Standard Deviation (Formula) | Standard Deviation |
---|
16 | 12 | 30 | (P - O)/3 | (30-12)/3 = 6 hours |
16 | 12 | 30 | (P - O)/6 | (30-12)/6 = 3 hours |