10/27/20151ian sommerville. fundamentals of software measurement, costing and pricing software...

40
06/21/22 1 Ian Sommerville

Upload: britton-goodman

Post on 20-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

04/21/23 1Ian Sommerville

Page 2: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Fundamentals of software measurement, costing and pricing

Software productivity assessment The principles of the COCOMO 2 algorithmic

cost estimation model

04/21/23 2

Page 3: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Software productivity Estimation techniques Algorithmic cost modelling

04/21/23 3Ian Sommerville

Page 4: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

1. Software Measurement Fundamentals

04/21/23 4Ian Sommerville

Page 5: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

How much effort and time are required to deliver a software? Cost estimation

What is the total cost of a software? Cost estimation

What’s the productivity rate of developer x? Productivity estimation

Project estimation and scheduling are interleaved management activities.

04/21/23 5Ian Sommerville

Page 6: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Size related measures based on some output from the software process. This may be lines of delivered source code, object code instructions, etc.

Function-related measures based on an estimate of the functionality of the delivered software. Function-points are the best known of this type of measure.

04/21/23 6Ian Sommerville

Page 7: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

What's a line of code (SLOC)?◦ Problem: one statement can span several lines, several

statements can be on one line.

This model assumes that there is a linear relationship between system size and volume of documentation.

04/21/23 7Ian Sommerville

Page 8: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Object points (alternatively named application points)

The number of object points in a program is a weighted estimate of e.g.◦ The number of separate screens that are displayed;◦ The number of reports that are produced by the system;

They can be estimated at a early point in the development process, compared with SLOC.

04/21/23 8Ian Sommerville

Page 9: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Based on a combination of program characteristics◦ Database transactions;◦ user interactions;◦ external interfaces;◦ files used by the system;◦ communication transactions.

A weight is associated with each of these and the function point count is computed by multiplying each raw count by the weight and summing all values.

04/21/23 9Ian Sommerville

Page 10: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

UFC – Unadjusted Function-point Count You then have to adjust the count (FC) by

multiplying UFC by other weights that express:◦ Complexity of the system,◦ Amount of reuse,◦ Etc.

04/21/23 10Ian Sommerville

Page 11: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

FPs can be used to estimate SLOC (LOC) depending on the average number of SLOC per FP for a given language◦ LOC = AVC * number of function points; ◦ AVC is a language-dependent factor varying from 200-

300 for assemble language, to 2-40 for a 4GL; FPs are very subjective. They depend on the

estimator◦ Automatic function-point counting is impossible.

04/21/23 11Ian Sommerville

Page 12: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

2. Software Productivity(we started/ finished developing the SW)

04/21/23 12

Page 13: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Two concepts:◦ Duration or time = the amount of calendar time◦ Effort = is the number of working hours (or

months or years) One week of effort is 40 hours, one month of effort is

about 168 hours. May have units of man-months

SW productivity = rate at which developers produce software and associated documentation.

04/21/23 13

Page 14: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Real-time embedded systems, 40-160 LOC/P-month.

Systems programs, 150-400 LOC/P-month. Commercial applications, 200-900

LOC/P-month. In object points, productivity has been

measured between 4 and 50 object points/month depending on tool support and developer capability.

04/21/23 14Ian Sommerville

Page 15: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

04/21/23 15Ian Sommerville

Page 16: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

3. Software Estimation(we are in the beginning of the SW project)

04/21/23 16

Page 17: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

No simple way to make an accurate estimate of the effort◦ Initial estimates are based on incomplete requirements;◦ May be new technology;◦ The people in the project may be unknown.

Pricing to win. Top-down/ bottom-up Estimation by analogy. Expert judgement. Algorithmic cost modelling.

04/21/23 17Ian Sommerville

Page 18: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

The project costs whatever the customer has to spend on it.

Advantages: ◦ You get the contract.

Disadvantages: ◦ The customer may not get the system he wants.

04/21/23 18Ian Sommerville

Page 19: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Any of these approaches may be used top-down or bottom-up.

Top-down◦ Start at the system level and assess the overall

system functionality and how this is delivered through sub-systems.

Bottom-up◦ Start at the component level and estimate the

effort required for each component. Add these efforts to reach a final estimate.

04/21/23 19Ian Sommerville

Page 20: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Takes into account costs such as integration and documentation.

Can underestimate the cost of solving difficult low-level technical problems.

04/21/23 20Ian Sommerville

Page 21: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

This can be an accurate method if the system has been designed in detail.

It may underestimate the costs of system level activities such as integration and documentation.

04/21/23 21Ian Sommerville

Page 22: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

This technique is applicable when other projects in the same application domain have been completed. The cost of a new project is estimated by analogy with these completed projects.

04/21/23 22Ian Sommerville

Page 23: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Several experts on the proposed software development techniques and the application domain are consulted. They each estimate the project cost. These estimates are compared and discussed. The estimation process iterates until an agreed estimate is reached.

04/21/23 23Ian Sommerville

Page 24: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Cost is estimated as a mathematical function of product, project and process attributes whose values are estimated by project managers:◦ Effort = A SizeB M

◦ A is an organisation-dependent constant, B reflects the effort for large projects and M is a multiplier reflecting product, process and people attributes.

The most commonly used product attribute for cost estimation is code size.

Most models are similar but they use different values for A, B and M.

04/21/23 24Ian Sommerville

Page 25: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

An empirical model based on project experience. Well-documented, ‘independent’ model which is

not tied to a specific software vendor. Long history from initial version published in 1981

(COCOMO-81) through various instantiations to COCOMO 2.

COCOMO 2 takes into account different approaches to software development, reuse, etc.

04/21/23 25Ian Sommerville

Page 26: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

04/21/23 26Ian Sommerville

Page 27: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

COCOMO 81 was developed with the assumption that a waterfall process would be used and that all software would be developed from scratch.

Since its formulation, there have been many changes in software engineering practice and COCOMO 2 is designed to accommodate different approaches to software development.

04/21/23 27Ian Sommerville

Page 28: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

COCOMO 2 incorporates a range of sub-models that produce increasingly detailed software estimates.

The sub-models in COCOMO 2 are:◦ Application composition model. Used when software is

composed from existing parts.◦ Early design model. Used when requirements are

available but design has not yet started.◦ Reuse model. Used to compute the effort of integrating

reusable components.◦ Post-architecture model. Used once the system

architecture has been designed and more information about the system is available.

04/21/23 28Ian Sommerville

Page 29: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Number ofapplication points

Number of functionpoints

Based on Used for

Used for

Used for

Used for

Based on

Based on

Based on

Number of lines ofcode reused or

generated

Number of lines ofsource code

Applicationcomposition model

Early design model

Reuse model

Post-architecturemodel

Prototype systemsdeveloped using

scripting, DBprogramming etc.

Initial effortestimation based onsystem requirementsand design options

Effort to integratereusable components

or automaticallygenerated code

Development effortbased on system

design specification

04/21/23 29Ian Sommerville

Page 30: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Supports prototyping projects and projects where there is extensive reuse.

Based on standard estimates of developer productivity in application (object) points/month.

Takes CASE tool use into account. Formula is

◦ PM = ( NAP (1 - %reuse/100 ) ) / PROD

◦ PM is the effort in person-months, NAP is the number of application points and PROD is the productivity.

04/21/23 30Ian Sommerville

Page 31: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

04/21/23 31Ian Sommerville

Page 32: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Estimates can be made after the requirements have been agreed.

Based on a standard formula for algorithmic models◦ PM = A SizeB M where◦ M = PERS RCPX (Relblty and cmplxty) RUSE

PDIF (pltfrm diffclty) PREX (Psnel exp) FCIL (fclty supprt) SCDL ;

◦ A = 2.94 in initial calibration, Size in KLOC, B varies from 1.1 to 1.24 depending on novelty of the project, development flexibility, risk management approaches and the process maturity.

04/21/23 32Ian Sommerville

Page 33: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Exponent value 1.17System size (including factors for reuseand requirements volatility)

128, 000 DSI

Initial COCOMO estimate withoutcost drivers

730 person-months

Reliability Very high, multiplier = 1.39Complexity Very high, multiplier = 1.3Memory constraint High, multiplier = 1.21Tool use Low, multiplier = 1.12Schedule Accelerated, multiplier = 1.29Adjusted COCOMO estimate 2306 person-months

Reliability Very low, multiplier = 0.75Complexity Very low, multiplier = 0.75Memory constraint None, multiplier = 1Tool use Very high, multiplier = 0.72Schedule Normal, multiplier = 1Adjusted COCOMO estimate 295 person-months

04/21/23 33Ian Sommerville

Page 34: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Applying COCOMO2 needs a lot of experience and accurate past project data

The organization has to calibrate the model A few organizations adopted this model

04/21/23 34Ian Sommerville

Page 35: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

The size of a software system can only be known accurately when it is finished.

Several factors influence the final size◦ Use of COTS and components;◦ Programming language;◦ Distribution of system.

As the development process progresses then the size estimate becomes more accurate.

04/21/23 35Ian Sommerville

Page 36: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

x

2x

4x

0.5x

0.25x

Feasibility Requirements Design Code Delivery

04/21/23 36Ian Sommerville

Page 37: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

4. Software costing and pricing

04/21/23 37Ian Sommerville

Page 38: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

Hardware and software costs. Travel and training costs. Effort costs (the dominant factor in most

projects)◦ The salaries of engineers involved in the project;

Effort costs must take into account◦ Costs of building, heating, lighting.◦ Costs of networking and communications.◦ Costs of shared facilities (e.g. library, staff restaurant,

etc.).

04/21/23 38Ian Sommerville

Page 39: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

No simple relationship between the development cost and the price charged to the customer.

Broader organisational, economic and business considerations influence the price charged.

04/21/23 39Ian Sommerville

Page 40: 10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO

04/21/23 40Ian Sommerville