Cost estimation in software engineering

From Wikipedia, the free encyclopedia
Jump to: navigation, search

The use of a repeatable, clearly defined and well understood software development process has, in recent years, shown itself to be the most effective method of gaining useful historical data that can be used for statistical estimation. In particular, the act of sampling more frequently, coupled with the loosening of constraints between parts of a project, has allowed more accurate estimation and more rapid development times.

One method of estimating software cost is to count the lines of code times functions will give a good number for what the source code is worth. The retail cost can be calculated by dividing the software cost by 30 or such.


              Sc = loc * funcs 

              RC= sc / 30

Methods [edit]

Popular methods for estimation in software engineering include:

See also [edit]

External links [edit]