SLIM Estimation
SLIM Estimation
SLIM Estimation
Advantages of SLIM
I. Uses linear programming to consider development constraints on both
cost and effort.
II. SLIM has fewer parameters needed to generate an estimate over
COCOMO’81 and COCOMO’II.
III. A commercial tool is available(www.qsm.org).
IV. The SLIM model is a good guide to estimate the requirements and
maintenance of software.
Drawbacks of SLIM
I. Estimates are extremely sensitive to the technology factor.
II. Not suitable for small projects.
Example:
Rating: C = 2000 -- poor, C = 8000 -- good, C = 12000 it is excellent.
Assume C=4000
E=(size/C)3 /t4
Size=200000 LOC
E=(200000/4000)3/(2)4
E=7812.5 staff/year
Development Effort=0.3935*E
Development Effort=0.3935*7812.5