Software Cost Estimation

Slides:



Advertisements
Similar presentations
Software Cost Estimation
Advertisements

COST ESTIMATION TECHNIQUES AND COCOMO. Cost Estimation Techniques 1-)Algorithmic cost modelling 2-)Expert judgement 3-)Estimation by analogy 4)-Parkinsons.
Estimation using COCOMO More Science, Less Art. COCOMO History COCOMO History Constructive Cost Model Dr. Barry Boehm TRW in 1970s COCOMO
Early Effort Estimation of Business Data-processing Enhancements CS 689 November 30, 2000 By Kurt Detamore.
Software Cost Estimation Main issues:  What factors determine cost/effort?  How to relate effort to development time?
Project Planning and Control Main issues:  How to plan a project?  How to control it? ©2008 John Wiley & Sons Ltd. vliet.
Cocomo II Constructive Cost Model [Boehm] Sybren Deelstra.
Software project management (intro)
Ch8: Management of Software Engineering. 1 Management of software engineering  Traditional engineering practice is to define a project around the product.
1 COST ESTIMATION Basics, COCOMO, FP. 2 What is estimated? TIME MONEY TIME: –duration, chronological weeks, months, years –effort, person-month (man-month)
Measuring process attributes. Good Estimates Predictions are needed for software development decision-making (figure 12.1) A prediction is useful only.
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Chapter 23 – Project planning Part 2. Estimation techniques  Organizations need to make software effort and cost estimates. There are two types of technique.
1 Cost Estimation CIS 375 Bruce R. Maxim UM-Dearborn.
Cost Estimation Van Vliet, chapter 7 Glenn D. Blank.
Information System Economics Software Project Cost Estimation.
© The McGraw-Hill Companies, Software Project Management 4th Edition Software effort estimation Chapter 5.
Estimation Why estimate? What to estimate? When to estimate?
©Ian Sommerville 2000Software Engineering, 6th edition. Chapter 23Slide 1 Chapter 23 Software Cost Estimation.
CEN th Lecture CEN 4021 Software Engineering II Instructor: Masoud Sadjadi Effort estimation.
A Brief Introduction to COCOMO Hossein Saiedian EECS810: Software Engineering.
1 UseCase-based effort estimation of software projects TDT 4290 Customer-driven project IDI, NTNU, 14. Sept Bente Anda, Simula Research Lab., Oslo,
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Software cost estimation Predicting the resources required for a software development process 1.
1 Chapter 23 Estimation for Software Projects. 2 Software Project Planning The overall goal of project planning is to establish a pragmatic strategy for.
10/27/20151Ian Sommerville.  Fundamentals of software measurement, costing and pricing  Software productivity assessment  The principles of the COCOMO.
Cost Estimation. Problem Our ability to realistically plan and schedule projects depends on our ability to estimate project costs and development efforts.
Cost Estimation What is estimated? –resources (humans, components, tools) –cost (person-months) –schedule (months) Why? –Personnel allocation –Contract.
Project Estimation Model By Deepika Chaudhary. Factors for estimation Initial estimates may have to be made on the basis of a high level user requirements.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 26 Slide 1 Software cost estimation 2.
SFWR ENG 3KO4 Slide 1 Management of Software Engineering Chapter 8: Fundamentals of Software Engineering C. Ghezzi, M. Jazayeri, D. Mandrioli.
Software Project Estimation IMRAN ASHRAF
Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,
Estimation using COCOMO
Function Points Synthetic measure of program size used to estimate size early in the project Easier (than lines of code) to calculate from requirements.
Estimating “Size” of Software There are many ways to estimate the volume or size of software. ( understanding requirements is key to this activity ) –We.
Effort Estimation In WBS,one can estimate effort (micro-level) but needed to know: –Size of the deliverable –Productivity of resource in producing that.
The COCOMO model An empirical model based on project experience. Well-documented, ‘independent’ model which is not tied to a specific software vendor.
Cost Estimation Cost Estimation “The most unsuccessful three years in the education of cost estimators appears to be fifth-grade arithmetic. »Norman.
Chapter 5: Software effort estimation
بشرا رجائی برآورد هزینه نرم افزار.
Chapter 33 Estimation for Software Projects
Project Cost Management
כ"ז/שבט/תשע"ח An Overview of Software Development Effort and Cost Estimation Techniques Professor Ron Kenett Tel Aviv University School of Engineering.
PROJECT LIFE CYCLE AND EFFORT ESTIMATION
Software Project Sizing and Cost Estimation
Software Engineering: A Practitioner’s Approach, 6/e Chapter 23 Estimation for Software Projects copyright © 1996, 2001, 2005 R.S. Pressman & Associates,
Constructive Cost Model
Software Development & Project Management
Software cost estimation
Software Cost Estimation
Component-Based Software Engineering
COCOMO Model Basic.
Chapter 5: Software effort estimation- part 2
Chapter 5: Software effort estimation
Software Metrics “How do we measure the software?”
More on Estimation In general, effort estimation is based on several parameters and the model ( E= a + b*S**c ): Personnel Environment Quality Size or.
COCOMO Models.
Cost Estimation Van Vliet, chapter 7 Glenn D. Blank.
COCOMO 2 COCOMO 81 was developed with the assumption that a waterfall process would be used and that all software would be developed from scratch. Since.
Chapter 23 Software Cost Estimation
Chapter 33 Estimation for Software Projects
Software metrics.
Software Engineering: A Practitioner’s Approach, 6/e Chapter 23 Estimation for Software Projects copyright © 1996, 2001, 2005 R.S. Pressman & Associates,
Software Sizing and Costing
COnstructive COst MOdel
Software Cost Estimation
Software cost estimation
Chapter 26 Estimation for Software Projects.
COCOMO MODEL.
Presentation transcript:

Software Cost Estimation Main issues: What factors determine cost/effort? How to relate effort to development time? ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet © SE, Cost estimation, Hans van Vliet

Cost estimation, topics Quantitative models (E = 2.5 KLOC1.05) Qualitative models (e.g. expert estimation) Agile cost estimation Relate cost to development time ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

On productivity Even if quantitative models are not that good, the cost drivers of these models learn us about productivity: Writing less code helps Reuse helps Quality of people is important Tools help … ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Algorithmic models Base formula: E = a + bKLOCc C usually is around 1 C > 1: diseconomy of scale C < 1: economy of scale This nominal cost is multiplied by a number of cost drivers (volatility of requirements, amount of documentation required, CMM level, quality of people, …) ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Walston-Felix One of the early algorithmic models (1977) Many factors (29 out of 51 projects) Only three alternatives (high, medium, low) per factor Its form influenced many later models ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

COCOMO (COnstructive COst MOdel) Very well-documented (Boehm book, 1981) Basic form: E = bKLOCc, where b (~3) and c (1+ε) depend on the type of project (mode): Organic: relatively small and well-known Embedded: inflexible environment with many constraints Semidetached: somewhere in between More complex form: takes into account 15 multiplicative cost drivers ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Putnam model, Rayleigh curve ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Function Point Analysis (FPA) Size (=cost) is based on number of data structures used: I: number of input types O: number of output types E: number of enquiry types L: number of logical internal types F: number of interfaces Then, magically, UFP = 4I + 5O + 10E + 4L + 7F ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

FPA cnt’d Somewhat more complex model: constants depend on complexity level (simple, average, complex) Cost drivers (application characteristics) next adjust the value of UFP by at most +/- 40% Extensive guidelines for counting Function Points Reflects data-centric world of the 1970’s Widely used ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

COCOMO2 Successor to COCOMO Three, increasingly complex models: Application composition model; counting components of large granularity, using object points (objects are: screens, reports, and the like); FPA-like, with 3 levels of complexity for each object. Early design model: same, but uses 7 cost drivers (project characteristics, combinations of cost drivers from the post-architecture version) instead of 3 simple complexity levels Post-architecture model: like COCOMO, with updated set of 17 cost drivers Rather than having 3 modes (COCOMO), COCOMO2 has a more elaborate scaling model ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Use Case Points FPA-like model, starting from use cases Counting depends on the use case How many steps in success scenario How many classes in the implementation Complexity of the actors involved Next, corrections for the technical and environmental complexity ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Difficulties with applying these models People do not collect numbers, so: This project costs the same as the last project We have 6 months, so it will take 6 months …and other political estimates These models require calibration ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Guidelines Estimation  planning  bidding Combine methods Ask justification Select experts with similar experience Accept and assess uncertainty Provide earning opportunities Try to avoid, or postpone, effort estimation ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Cone of uncertainty ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

From total effort to  number of months A lot of consensus between models: T  2.5E1/3 Compressing this value has a price: Team larger  more communication New people first slows down productivity Combined: Brooks’ law: Adding manpower to a late project makes it later ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Impossible region ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Agile cost estimation Estimate size of features in story points These are relative sizes: one feature is twice as large as another one, etc. Use a few simple relative sizes, e.g., 1, 2, 4, and 8 Use a Delphi-like procedure to get consensus ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet

Agile cost estimation, cnt’d Translation of story points to real time: velocity: number of function points completed in one iteration Start: yesterday’s weather: productivity is the same as that for the last project If the outcome is wrong: adjust the velocity, not the story points ©2008 John Wiley & Sons Ltd. www.wileyeurope.com/college/van vliet