algorithmic cost estimation model | has definition An approach to cost estimation such as COCOMO or function points, that use mathematical formulas whose parameters are based on industrial experience | |
has example formula E = a + bNc where - E is the effort estimate
- N is the estimate or measure being used as the basis for the effort estimate (e.g. number of use cases or lines of code)
- a, b and c are obtained by extensive analysis of past projects and comparisons with the current project
| |
is a subtopic of 11.3 - Cost Estimation | |
is a kind of subject | |
provides provide formulas to compute anticipated cost of a project, taking into account various aspects of the project's size and complexity | |
uses formula | |
was developed by looking at a wide range of software development projects | |