Software cost estimation
Posted
by
David Conde
on Programmers
See other posts from Programmers
or by David Conde
Published on 2011-06-21T19:17:15Z
Indexed on
2011/06/22
0:31 UTC
Read the original article
Hit count: 312
I've seen on my work place (a University) most students making the software estimation cost of their final diploma work using COCOMO. My guessing is that this way of estimating costs is somewhat old (COCOMO dates of 1981), hence my question:
How do you estimate costs in your software?
I've seen things like :
Cost = ( HoursOfWork + EstimatedIddle ) * HourlyRate
That's not what I want, I'm looking for a properly (scientifically) defined cost model
EDIT I've found some related questions on SO:
© Programmers or respective owner