SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4945
Analysis of Software Cost Estimation Techniques
Dhwani Agrawal1, Dr. Satwinder Singh2
1M. Tech (Computer Science and Technology), Central University of Punjab, Bathinda.
2Assistant Professor, Dept. of Computer Science and Technology, Central University of Punjab, Bathinda.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The effort estimation is most important aspect for software project development. Accurate effort estimation is a
challenging task since inaccurate estimation can ruin the whole process of software development. This is because, it is most
important to estimate effort accurately. Currently available models are giving estimation for effort but it can be done more
precisely. By using machine learning algorithms, the modelscanperformbetterandgive moreaccuracytoeffortestimation. Inthis
paper, basic COCOMO and function point techniques are used with ZeroR and M5Rules classifier and average absolute error is
measured to compare both the techniques.
Key Words: Effort estimation, Machine Learning, COCOMO, Accurate estimation.
1. INTRODUCTION
Recently, software has become the most important and extortionate product for the system projects. The main cost of any
software development is mainly depended on the human effort, the cost estimation method/ technique used and then it will
give the estimate in person-month. However, accurate estimation of effort is very challenging task. Because, in case of over
estimation, the resources of particular organization will be wasted or in case of under estimation, the project will not be
delivered in time since it will lack resources.
There are multiple methods proposed to calculate the estimated effort for the software project development, but there are
some major models comes under the picture since last three decades. They are: COCOMO, Putnam, COCOMO II and Function
Point Analysis. Most of the cost models are based on the size measures, such as, LOC, FP count. LOC is dependent on the
programming language while FP count is independent from it.
In this paper, performance of M5 Rules and ZeroR classifier algorithm is discussed in comparison with the existing effort
estimation techniques by using publicly available NASA project datasets.
2. RELATED WORK
Software cost estimation is an essential step that support and guides the planning of software projects. Software cosy
estimation ready the blueprint of estimated amount of effort, time and development team size required to develop a software
project at very early stage of software development life cycle process. Accurate cost estimate activity is critical to both
developer and customer.
As, it is tough to map the relationship between the attributes in the effort estimation, that’s why machine learningalgorithmis
being used as an automatic tool. In this paper, it is proposed that a technique is build that estimate more accurate by using
machine learning methodology as compare to other existingtechniques.Themachinelearningalgorithmusedare M5rulesand
ZeroR classifier.
2.1 COCOMO MODEL
Known as Constructive Cost model, introduced in 1981 by Barry Boehm is a major technique to estimate software project
effort. It is an algorithmic software cost estimation model which estimates effort,costandscheduleforthesoftware projects.It
has three sub models named as: basic, intermediate and detailed. The basic idea for effort calculation is:
Months = a*KLOC^b*c
Where, a and b are domain-specific parameters, KSLOC is total number of source lines of code and c represents the product of
effort multipliers.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4946
2.2 FUNCTION POINT
Function point is a measure introduced in 1979 to hinder SLOC. It is independent of programming language unlike SLOC. It
regulates size and complexity of the software project in terms of functions. It consists of five weighted software components,
through which unadjusted function point is analysed. The adjustment of these function points are done by calculating the
technical complexity factors.
FP= UFP* (0.65 + 0.01 * TCF)
3. METHODOLOGY USED
In this experiment, datasets from promise data repository areusedtocompareandanalyzemodelsandtheirrespectiveefforts.
The datasets we used in this experiment are public domain datasetswhichwerecollectedbyNASAfromreal softwareprojects.
Some of the product metrics that are included in the dataset are: RELY, DATA, CPLX, AEXP, LEXP, MODP, SCED, KLOC,
ACT_EFFORT. They are effort multipliers for COCOMOdataset.Inthesemultipliers, wehavetoincreasethevalueofAEXP,LEXP
and MODP to decrease the effort and we have to decrease the value of CPLX, DATA and RELY to decrease the effort.
The experiments were performed on WEKA tool which is platform forconductingmachinelearningalgorithms.Theanalysisof
actual effort of COCOMO and function point data is examined in WEKA through 10-fold cross validation. The tests were
performed using M5-Rules and ZeroR classifier with the default settings in Weka. The analysis of software effort is examined
for all the datasets. Different values were obtained for each the dataset.
3.1 PERFORMANCE CRITERIA
Mean Absolute Error: It is difference between two variables in which one is predicted value and one is observed value. Mean
absolute error is average of difference of absolute errors.
Root Mean Squared Error: It also measure the average of error value. It is squared difference of mean absolute error.
Table 1: Performance Evaluation of ZeroR Classifier
Table 2: Performance Evaluation of M5Rules Classifier
Performance
Criteria
Techniques Used
cocomonasa nasa_numeric china2 albrecht
MAE 431.164 645.9132 3700.0519 20.3899
RMSE 665.9798 1142.4663 6492.7821 29.7585
Performance
Criteria
Techniques Used
cocomonasa nasa_numeric china2 albrecht
MAE 208.6431 389.9266 435.1973 8.0587
RMSE 414.4785 835.2982 1470.4572 13.4988
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4947
Table 1 and 2 shows that the M5-Rules learner has the least MAE and RMSE value in comparison to ZeroR classifier. Hencethe
M5-Rules algorithm is the best methodology for classification. The 70% data is used for training andtherestisused fortesting
the data in WEKA in default settings of both the machine learning algorithms.
4. CONCLUSION
In this experiment, two Machine learning Algorithms, M5-Rules algorithm and ZeroR Classifier are experimented to estimate
the software effort for projects. Performances of these models are tested on NASA Software Project Data and the results are
compared with the COCOMO and function point techniques with their two public datasets of each as mentioned in the
literature. The M5 Rule learner shows best resultsthanamongotheralgorithmsexperimentedinthestudy withlowervaluesof
MAE and RMSE for all the datasets and able to provide good estimation capabilities as compared to other models. Hence, it is
suggested to use of M5-Rules technique to build suitable model structure for the software effort.
REFERENCES
[1] Abedallah Zaid, M. H. (2008). Issues in Software Cost Estimation. IJCSNS International Journal of Computer Science and
Network Security, Vol 8, No. 11, pp 350-356.
[2] BaniMustafa, A. (2018). Predicting Software Effort Estimation Using Machine Learning Techniques. International
Conference on Computer Science and Information Technology (CSIT).
[3] Basha, S., & Ponnurangam, D. (2010). Analysis of empirical software effort estimation models. arXiv preprint
arXiv:1004.1239.
[4] Baskeles, B., Turhan, B., & Bener, A. (2007). Software effort estimation using machine learning methods. In 2007 22nd
international symposium on computer and information sciences (pp. 1-6). IEEE.
[5] Boehm, B., Clark, B., Horowitz, E., Westland, C., Madachy, R., & Selby, R. (1995). Cost models for future software life cycle
processes: COCOMO 2.0. Annals of software engineering, 1(1), pp 57-94.
[6] Boetticher, G. (2001). Using machine learning to predict project effort: Empirical case studies in data-starved domains.
In First international workshop on model-based requirements engineering.
[7] Eberendu, A. C. (2014). Software Project Cost Estimation:Issues,ProblemsandPossible Solutions. InternationalJournalof
Engineering Science Invention, Vol 3, Issue 6, pp 38-43.
[8] Galinina, A., Burceva, O., & Parshutin, S. (2012). The optimization of COCOMO Model coefficients using Genetic
Algorithms. Information Technology and Management Science, 15(1), pp 45-51.
[9] Heetika Duggal, P. S. (2012). Comparative Study of the Performance of M5-Rules Algorithm with Different Algorithms.
Journal of Software Engineering and Applications, pp 270-276.
[10] Jaswinder Kaur, S. S. (2008). Comparative Analysis of the Software Effort Estimation Models . International Journal of
Computer, Electrical, Automation, Control and Information Engineering, Vol 2, No 10, pp 3402-3404.
[11] Kemerer, C. F. (1987). An empirical validation of software cost estimation models. Communications of the ACM, 30(5),pp
416-429.
[12] Kim, Y., & Lee, K. (2005). A Comparison of Techniques for Software Development Effort Estimating. SYSTEM,pp407-417.
[13] Leung, H., & Fan, Z. (2002). Software cost estimation. In Handbook of Software Engineering and KnowledgeEngineering:
Volume II: Emerging Technologies pp. 307-324.
[14] Nasa, C., & Suman, S. (2012). Evaluation of different classification techniques for web data. International journal of
computer applications, 52(9), pp 34-40.
[15]
[16] Parmar, M. (June 2018). Comparative Analysis of Classification Techniques using WEKA on Different Datasets.
International Journal of Latest Engineering and Management Research (IJLEMR), Vol 3, Issue 6, pp 1-5.
[17] Rekha Tripathi, D. P. (January 2016). Comparative Study of Software Cost Estimation Techniques. InternationalJournalof
Advanced Research in Computer Science and Software Engineering, Vol 6, Issue 1, pp 323-328.
[18] Rshma Chawla, D. A. (2014). Software Development Effort Estimation Techniques: A Review. International Journal of
Electronics Communication and Computer Engineering,Vol 5, Issue 5, pp 1166-1170.
[19] S. Malathi, S. S. (2012). Analysis of Size Metrics and Effort Performance Criterion in Software Cost Estimation. Indian
Journal of Computer Science and Engineering, Vol 3, No. 1, pp 24-31.
[20] Shepperd, M. J. (2007). A Systematic Review of Software Cost Estimation Techniques. IEEE Transactions on Software
Engineering, Vol 33, pp 33-53.

More Related Content

What's hot

STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
IJSEA
 
Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence  Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence
IJECEIAES
 
Oo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metricOo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metric
IAEME Publication
 
Chapter 4 software project planning
Chapter 4 software project planningChapter 4 software project planning
Chapter 4 software project planning
Piyush Gogia
 

What's hot (20)

Optimizing Effort Parameter of COCOMO II Using Particle Swarm Optimization Me...
Optimizing Effort Parameter of COCOMO II Using Particle Swarm Optimization Me...Optimizing Effort Parameter of COCOMO II Using Particle Swarm Optimization Me...
Optimizing Effort Parameter of COCOMO II Using Particle Swarm Optimization Me...
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
STRUCTURAL VALIDATION OF SOFTWARE PRODUCT LINE VARIANTS: A GRAPH TRANSFORMATI...
 
FACTORS ON SOFTWARE EFFORT ESTIMATION
FACTORS ON SOFTWARE EFFORT ESTIMATION FACTORS ON SOFTWARE EFFORT ESTIMATION
FACTORS ON SOFTWARE EFFORT ESTIMATION
 
THE UNIFIED APPROACH FOR ORGANIZATIONAL NETWORK VULNERABILITY ASSESSMENT
THE UNIFIED APPROACH FOR ORGANIZATIONAL NETWORK VULNERABILITY ASSESSMENTTHE UNIFIED APPROACH FOR ORGANIZATIONAL NETWORK VULNERABILITY ASSESSMENT
THE UNIFIED APPROACH FOR ORGANIZATIONAL NETWORK VULNERABILITY ASSESSMENT
 
STATISTICAL ANALYSIS FOR PERFORMANCE COMPARISON
STATISTICAL ANALYSIS FOR PERFORMANCE COMPARISONSTATISTICAL ANALYSIS FOR PERFORMANCE COMPARISON
STATISTICAL ANALYSIS FOR PERFORMANCE COMPARISON
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)
 
Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)Extreme software estimation (xsoft estimation)
Extreme software estimation (xsoft estimation)
 
COCOMO MODEL
COCOMO MODELCOCOMO MODEL
COCOMO MODEL
 
Software effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN networkSoftware effort estimation through clustering techniques of RBFN network
Software effort estimation through clustering techniques of RBFN network
 
Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...Comparison of available Methods to Estimate Effort, Performance and Cost with...
Comparison of available Methods to Estimate Effort, Performance and Cost with...
 
Application of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A ReviewApplication of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A Review
 
Se notes
Se notesSe notes
Se notes
 
Function Point Software Cost Estimates using Neuro-Fuzzy technique
Function Point Software Cost Estimates using Neuro-Fuzzy techniqueFunction Point Software Cost Estimates using Neuro-Fuzzy technique
Function Point Software Cost Estimates using Neuro-Fuzzy technique
 
Harnessing deep learning algorithms to predict software refactoring
Harnessing deep learning algorithms to predict software refactoringHarnessing deep learning algorithms to predict software refactoring
Harnessing deep learning algorithms to predict software refactoring
 
Software Size Estimation
Software Size EstimationSoftware Size Estimation
Software Size Estimation
 
Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence  Using Data Mining to Identify COSMIC Function Point Measurement Competence
Using Data Mining to Identify COSMIC Function Point Measurement Competence
 
Oo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metricOo estimation through automation of the predictive object points sizing metric
Oo estimation through automation of the predictive object points sizing metric
 
Chapter 4 software project planning
Chapter 4 software project planningChapter 4 software project planning
Chapter 4 software project planning
 
Software Project Planning 1
Software Project Planning 1Software Project Planning 1
Software Project Planning 1
 

Similar to IRJET- Analysis of Software Cost Estimation Techniques

A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
ijfcstjournal
 
Analysis of software cost estimation using
Analysis of software cost estimation usingAnalysis of software cost estimation using
Analysis of software cost estimation using
ijfcstjournal
 
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
cscpconf
 

Similar to IRJET- Analysis of Software Cost Estimation Techniques (20)

A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 
IRJET - Hardware Benchmarking Application
IRJET - Hardware Benchmarking ApplicationIRJET - Hardware Benchmarking Application
IRJET - Hardware Benchmarking Application
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
Software Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer ScienceSoftware Engineering Fundamentals in Computer Science
Software Engineering Fundamentals in Computer Science
 
Aa03101540158
Aa03101540158Aa03101540158
Aa03101540158
 
IJSRED-V2I4P8
IJSRED-V2I4P8IJSRED-V2I4P8
IJSRED-V2I4P8
 
IRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom OperationIRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom Operation
 
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
 
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
A NEW HYBRID FOR SOFTWARE COST ESTIMATION USING PARTICLE SWARM OPTIMIZATION A...
 
Analysis of software cost estimation using
Analysis of software cost estimation usingAnalysis of software cost estimation using
Analysis of software cost estimation using
 
Integrating profiling into mde compilers
Integrating profiling into mde compilersIntegrating profiling into mde compilers
Integrating profiling into mde compilers
 
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
APPLYING REQUIREMENT BASED COMPLEXITY FOR THE ESTIMATION OF SOFTWARE DEVELOPM...
 
A METRICS -BASED MODEL FOR ESTIMATING THE MAINTENANCE EFFORT OF PYTHON SOFTWARE
A METRICS -BASED MODEL FOR ESTIMATING THE MAINTENANCE EFFORT OF PYTHON SOFTWAREA METRICS -BASED MODEL FOR ESTIMATING THE MAINTENANCE EFFORT OF PYTHON SOFTWARE
A METRICS -BASED MODEL FOR ESTIMATING THE MAINTENANCE EFFORT OF PYTHON SOFTWARE
 
Enhancing software development cost control by forecasting the cost of rework...
Enhancing software development cost control by forecasting the cost of rework...Enhancing software development cost control by forecasting the cost of rework...
Enhancing software development cost control by forecasting the cost of rework...
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine Learning
 
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 
IRJET- A Novel Approach on Computation Intelligence Technique for Softwar...
IRJET-  	  A Novel Approach on Computation Intelligence Technique for Softwar...IRJET-  	  A Novel Approach on Computation Intelligence Technique for Softwar...
IRJET- A Novel Approach on Computation Intelligence Technique for Softwar...
 
cost-estimation-tutorial
cost-estimation-tutorialcost-estimation-tutorial
cost-estimation-tutorial
 
Software Product Measurement and Analysis in a Continuous Integration Environ...
Software Product Measurement and Analysis in a Continuous Integration Environ...Software Product Measurement and Analysis in a Continuous Integration Environ...
Software Product Measurement and Analysis in a Continuous Integration Environ...
 
COCOMO methods for software size estimation
COCOMO methods for software size estimationCOCOMO methods for software size estimation
COCOMO methods for software size estimation
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Recently uploaded (20)

UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 

IRJET- Analysis of Software Cost Estimation Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4945 Analysis of Software Cost Estimation Techniques Dhwani Agrawal1, Dr. Satwinder Singh2 1M. Tech (Computer Science and Technology), Central University of Punjab, Bathinda. 2Assistant Professor, Dept. of Computer Science and Technology, Central University of Punjab, Bathinda. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The effort estimation is most important aspect for software project development. Accurate effort estimation is a challenging task since inaccurate estimation can ruin the whole process of software development. This is because, it is most important to estimate effort accurately. Currently available models are giving estimation for effort but it can be done more precisely. By using machine learning algorithms, the modelscanperformbetterandgive moreaccuracytoeffortestimation. Inthis paper, basic COCOMO and function point techniques are used with ZeroR and M5Rules classifier and average absolute error is measured to compare both the techniques. Key Words: Effort estimation, Machine Learning, COCOMO, Accurate estimation. 1. INTRODUCTION Recently, software has become the most important and extortionate product for the system projects. The main cost of any software development is mainly depended on the human effort, the cost estimation method/ technique used and then it will give the estimate in person-month. However, accurate estimation of effort is very challenging task. Because, in case of over estimation, the resources of particular organization will be wasted or in case of under estimation, the project will not be delivered in time since it will lack resources. There are multiple methods proposed to calculate the estimated effort for the software project development, but there are some major models comes under the picture since last three decades. They are: COCOMO, Putnam, COCOMO II and Function Point Analysis. Most of the cost models are based on the size measures, such as, LOC, FP count. LOC is dependent on the programming language while FP count is independent from it. In this paper, performance of M5 Rules and ZeroR classifier algorithm is discussed in comparison with the existing effort estimation techniques by using publicly available NASA project datasets. 2. RELATED WORK Software cost estimation is an essential step that support and guides the planning of software projects. Software cosy estimation ready the blueprint of estimated amount of effort, time and development team size required to develop a software project at very early stage of software development life cycle process. Accurate cost estimate activity is critical to both developer and customer. As, it is tough to map the relationship between the attributes in the effort estimation, that’s why machine learningalgorithmis being used as an automatic tool. In this paper, it is proposed that a technique is build that estimate more accurate by using machine learning methodology as compare to other existingtechniques.Themachinelearningalgorithmusedare M5rulesand ZeroR classifier. 2.1 COCOMO MODEL Known as Constructive Cost model, introduced in 1981 by Barry Boehm is a major technique to estimate software project effort. It is an algorithmic software cost estimation model which estimates effort,costandscheduleforthesoftware projects.It has three sub models named as: basic, intermediate and detailed. The basic idea for effort calculation is: Months = a*KLOC^b*c Where, a and b are domain-specific parameters, KSLOC is total number of source lines of code and c represents the product of effort multipliers.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4946 2.2 FUNCTION POINT Function point is a measure introduced in 1979 to hinder SLOC. It is independent of programming language unlike SLOC. It regulates size and complexity of the software project in terms of functions. It consists of five weighted software components, through which unadjusted function point is analysed. The adjustment of these function points are done by calculating the technical complexity factors. FP= UFP* (0.65 + 0.01 * TCF) 3. METHODOLOGY USED In this experiment, datasets from promise data repository areusedtocompareandanalyzemodelsandtheirrespectiveefforts. The datasets we used in this experiment are public domain datasetswhichwerecollectedbyNASAfromreal softwareprojects. Some of the product metrics that are included in the dataset are: RELY, DATA, CPLX, AEXP, LEXP, MODP, SCED, KLOC, ACT_EFFORT. They are effort multipliers for COCOMOdataset.Inthesemultipliers, wehavetoincreasethevalueofAEXP,LEXP and MODP to decrease the effort and we have to decrease the value of CPLX, DATA and RELY to decrease the effort. The experiments were performed on WEKA tool which is platform forconductingmachinelearningalgorithms.Theanalysisof actual effort of COCOMO and function point data is examined in WEKA through 10-fold cross validation. The tests were performed using M5-Rules and ZeroR classifier with the default settings in Weka. The analysis of software effort is examined for all the datasets. Different values were obtained for each the dataset. 3.1 PERFORMANCE CRITERIA Mean Absolute Error: It is difference between two variables in which one is predicted value and one is observed value. Mean absolute error is average of difference of absolute errors. Root Mean Squared Error: It also measure the average of error value. It is squared difference of mean absolute error. Table 1: Performance Evaluation of ZeroR Classifier Table 2: Performance Evaluation of M5Rules Classifier Performance Criteria Techniques Used cocomonasa nasa_numeric china2 albrecht MAE 431.164 645.9132 3700.0519 20.3899 RMSE 665.9798 1142.4663 6492.7821 29.7585 Performance Criteria Techniques Used cocomonasa nasa_numeric china2 albrecht MAE 208.6431 389.9266 435.1973 8.0587 RMSE 414.4785 835.2982 1470.4572 13.4988
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4947 Table 1 and 2 shows that the M5-Rules learner has the least MAE and RMSE value in comparison to ZeroR classifier. Hencethe M5-Rules algorithm is the best methodology for classification. The 70% data is used for training andtherestisused fortesting the data in WEKA in default settings of both the machine learning algorithms. 4. CONCLUSION In this experiment, two Machine learning Algorithms, M5-Rules algorithm and ZeroR Classifier are experimented to estimate the software effort for projects. Performances of these models are tested on NASA Software Project Data and the results are compared with the COCOMO and function point techniques with their two public datasets of each as mentioned in the literature. The M5 Rule learner shows best resultsthanamongotheralgorithmsexperimentedinthestudy withlowervaluesof MAE and RMSE for all the datasets and able to provide good estimation capabilities as compared to other models. Hence, it is suggested to use of M5-Rules technique to build suitable model structure for the software effort. REFERENCES [1] Abedallah Zaid, M. H. (2008). Issues in Software Cost Estimation. IJCSNS International Journal of Computer Science and Network Security, Vol 8, No. 11, pp 350-356. [2] BaniMustafa, A. (2018). Predicting Software Effort Estimation Using Machine Learning Techniques. International Conference on Computer Science and Information Technology (CSIT). [3] Basha, S., & Ponnurangam, D. (2010). Analysis of empirical software effort estimation models. arXiv preprint arXiv:1004.1239. [4] Baskeles, B., Turhan, B., & Bener, A. (2007). Software effort estimation using machine learning methods. In 2007 22nd international symposium on computer and information sciences (pp. 1-6). IEEE. [5] Boehm, B., Clark, B., Horowitz, E., Westland, C., Madachy, R., & Selby, R. (1995). Cost models for future software life cycle processes: COCOMO 2.0. Annals of software engineering, 1(1), pp 57-94. [6] Boetticher, G. (2001). Using machine learning to predict project effort: Empirical case studies in data-starved domains. In First international workshop on model-based requirements engineering. [7] Eberendu, A. C. (2014). Software Project Cost Estimation:Issues,ProblemsandPossible Solutions. InternationalJournalof Engineering Science Invention, Vol 3, Issue 6, pp 38-43. [8] Galinina, A., Burceva, O., & Parshutin, S. (2012). The optimization of COCOMO Model coefficients using Genetic Algorithms. Information Technology and Management Science, 15(1), pp 45-51. [9] Heetika Duggal, P. S. (2012). Comparative Study of the Performance of M5-Rules Algorithm with Different Algorithms. Journal of Software Engineering and Applications, pp 270-276. [10] Jaswinder Kaur, S. S. (2008). Comparative Analysis of the Software Effort Estimation Models . International Journal of Computer, Electrical, Automation, Control and Information Engineering, Vol 2, No 10, pp 3402-3404. [11] Kemerer, C. F. (1987). An empirical validation of software cost estimation models. Communications of the ACM, 30(5),pp 416-429. [12] Kim, Y., & Lee, K. (2005). A Comparison of Techniques for Software Development Effort Estimating. SYSTEM,pp407-417. [13] Leung, H., & Fan, Z. (2002). Software cost estimation. In Handbook of Software Engineering and KnowledgeEngineering: Volume II: Emerging Technologies pp. 307-324. [14] Nasa, C., & Suman, S. (2012). Evaluation of different classification techniques for web data. International journal of computer applications, 52(9), pp 34-40. [15] [16] Parmar, M. (June 2018). Comparative Analysis of Classification Techniques using WEKA on Different Datasets. International Journal of Latest Engineering and Management Research (IJLEMR), Vol 3, Issue 6, pp 1-5. [17] Rekha Tripathi, D. P. (January 2016). Comparative Study of Software Cost Estimation Techniques. InternationalJournalof Advanced Research in Computer Science and Software Engineering, Vol 6, Issue 1, pp 323-328. [18] Rshma Chawla, D. A. (2014). Software Development Effort Estimation Techniques: A Review. International Journal of Electronics Communication and Computer Engineering,Vol 5, Issue 5, pp 1166-1170. [19] S. Malathi, S. S. (2012). Analysis of Size Metrics and Effort Performance Criterion in Software Cost Estimation. Indian Journal of Computer Science and Engineering, Vol 3, No. 1, pp 24-31. [20] Shepperd, M. J. (2007). A Systematic Review of Software Cost Estimation Techniques. IEEE Transactions on Software Engineering, Vol 33, pp 33-53.