Ufc 105

by admin on June 2, 2009

We hope you find the ufc 105 information that you are looking for.

Uniworld UFC-2500 French Fry Cutter - .25 Inch Cut Uniworld UFC-2500 French Fry Cutter - .25 Inch Cut
Sale Price: $72.75

Uniworld UFC-2500 French Fry Cutter - .25 Inch CutHeavy duty cast bodyRust proof Stainless Steel tray and bladesCut up to 50 lbs of potatoes per hourWall or table mounted

UFC 102: Couture vs. Nogueira UFC 102: Couture vs. Nogueira
List Price: $19.97
Sale Price: $2.98
Used From: $2.47

On the UFC 102 Couture vs. Nogueira DVD, The Natural takes on Minotauro in the heavyweight division. In the light heavyweight division, Keith ''The Dean of Mean'' Jardine battles Thiago Silva. Full of action, the UFC DVD 102 shouldnt be missing from any fans Ultimate Fighting collection...

Ufc 104/Ufc 105 Ufc 104/Ufc 105
List Price: $19.97
Sale Price: $2.09
Used From: $2.13

The UFC 104 DVD set also includes UFC 105, for 21 full fights that will keep MMA fans entertained for hours. Enjoy nonstop action on the two-disc collection that is jam-packed with hard-hitting superstars...


We"ve included some informative information on each page for your enjoyment.


Software Cost Estimation

Abstract

 

Software cost estimation is the process of predicting the effort required to develop a software system. This paper provides a general overview of software cost estimation methods including the recent advances in the field. As a number of these models rely on a software size estimate as input, we first provide an overview of common size metrics. We then highlight the cost estimation models that have been proposed and used successfully. Models may be classified into 2 major categories: algorithmic and non-algorithmic. Each has its own strengths and weaknesses. A key factor in selecting a cost estimation model is the accuracy of its estimates. Unfortunately, despite the large body of experience with estimation models, the accuracy of these models is not satisfactory. The paper includes comment on the performance of the estimation models and description of several newer

approaches to cost estimation.

 

Keywords: project estimation, effort estimation, cost models.

 

1.      Introduction

 

In recent years, software has become the most expensive component of computer system projects. The bulk of the cost of software development is due to the human effort, and most cost estimation methods focus on this aspect and give estimates in terms of person-months.

 

Accurate software cost estimates are critical to both developers and customers. They can be used for generating request for proposals, contract negotiations, scheduling, monitoring and control. Underestimating the costs may result in management approving proposed systems that then exceed their budgets, with underdeveloped functions and poor quality, and failure to complete on time. Overestimating may result in too many resources committed to the project, or, during contract bidding, result in not winning the contract, which can lead to loss of jobs

.

Accurate cost estimation is important because:

 

  • It can help to classify and prioritize development projects with respect to an overall business plan.
  • It can be used to determine what resources to commit to the project and how well these resources will be used.
  • It can be used to assess the impact of changes and support replanning.
  • Projects can be easier to manage and control when resources are better matched to real needs.
  • Customers expect actual development costs to be in line with estimated costs.
  • Software cost estimation involves the determination of one or more of the following estimates:
  • effort (usually in person-months)
  • project duration (in calendar time)
  • cost (in dollars)

 

Most cost estimation models attempt to generate an effort estimate, which can then be

converted into the project duration and cost. Although effort and cost are closely related, they are not necessarily related by a simple transformation function. Effort is often measured in person months of the programmers, analysts and project managers. This effort estimate can be converted into a dollar cost figure by calculating an average salary per unit time of the staff involved, and then multiplying this by the estimated effort required.

 

Practitioners have struggled with three fundamental issues:

 

  • Which software cost estimation model to use?
  • Which software size measurement to use – lines of code (LOC), function points (FP), or feature point?
  • What is a good estimate?

 

The widely practiced cost estimation method is expert judgment. For many years, project

managers have relied on experience and the prevailing industry norms as a basis to develop cost estimate. However, basing estimates on expert judgment is problematic:

 

  • This approach is not repeatable and the means of deriving an estimate are not explicit.
  • It is difficult to find highly experienced estimators for every new project.
  • The relationship between cost and system size is not linear. Cost tends to increase

exponentially with size. The expert judgment method is appropriate only when the sizes of the current project and past projects are similar.

  • Budget manipulations by management aimed at avoiding overrun make experience and data from previous projects questionable.

 

In the last three decades, many quantitative software cost estimation models have been developed. They range from empirical models such as Boehm’s COCOMO models to analytical models. An empirical model uses data from previous projects to evaluate the current project and derives the basic formulae from analysis of the particular database available. An analytical model, on the other hand, uses formulae based on global assumptions, such as the rate at which developer solve problems and the number of problems available.

 

Most cost models are based on the size measure, such as LOC and FP, obtained from size

estimation. The accuracy of size estimation directly impacts the accuracy of cost estimation. Although common size measurements have their own drawbacks, an organization can make good use of any one, as long as a consistent counting method is used.

A good software cost estimate should have the following attributes:

  • It is conceived and supported by the project manager and the development team.
  • It is accepted by all stakeholders as realizable.
  • It is based on a well-defined software cost model with a credible basis.
  • It is based on a database of relevant project experience (similar processes, similar

technologies, similar environments, similar people and similar requirements).

  • It is defined in enough detail so that its key risk areas are understood and the probability of success is objectively assessed.

 

Software cost estimation historically has been a major difficulty in software development.

Several reasons for the difficulty have been identified:

 

  • Lack of a historical database of cost measurement
  • Software development involving many interrelated factors, which affect development effort and productivity, and whose relationships are not well understood
  • Lack of trained estimators and estimators with the necessary expertise
  • Little penalty is often associated with a poor estimate

 

2. Process of estimation

 

Cost estimation is an important part of the planning process. For example, in the top-down planning approach, the cost estimate is used to derive the project plan:

 

  1. The project manager develops a characterization of the overall functionality, size,  process, environment, people, and quality required for the project.
  2. A macro-level estimate of the total effort and schedule is developed using a software cost estimation model.
  3. The project manager partitions the effort estimate into a top-level work breakdown structure. He also partitions the schedule into major milestone dates and determines a staffing profile, which together forms a project plan.

 

The actual cost estimation process involves seven steps

  1. Establish cost-estimating objectives
  2. Generate a project plan for required data and resources
  3. Pin down software requirements
  4. Work out as much detail about the software system as feasible
  5. Use several independent cost estimation techniques to capitalize on their combined strengths
  6. Compare different estimates and iterate the estimation process
  7. After the project has started, monitor its actual cost and progress, and feedback results to project management

 

No matter which estimation model is selected, users must pay attention to the following to get best results:

  • coverage of the estimate (some models generate effort for the full life-cycle, while others do not include effort for the requirement stage)
  • calibration and assumptions of the model
  • sensitivity of the estimates to the different model parameters
  • deviation of the estimate with respect to the actual cost

 

3. Software sizing

 

The software size is the most important factor that affects the software cost. This section

describes five software size metrics used in practice. The line of code and function point are the most popular metrics among the five metrics.

Line of Code: This is the number of lines of the delivered source code of the software, excluding comments and blank lines and is commonly known as LOC. Although LOC is programming language dependent, it is the most widely used software size metric. Most models relate this measurement to the software cost. However, exact LOC can only be obtained after the project has completed. Estimating the code size of a program before it is actually built is almost as hard as estimating the cost of the program.

A typical method for estimating the code size is to use experts' judgement together with a

technique called PERT. It involves experts' judgment of three possible code-sizes: Sl, the lowest possible size; Sh the highest possible size; and Sm, the most likely size. The estimate of the code-size S is computed as:

 

S = S1 + Sh +4Sm

                          6

PERT can also be used for individual components to obtain an estimate of the software system by summing up the estimates of all the components.

 

Software science: Halstead proposed the code length and volume metrics. Code length is used to measure the source code program length and is defined as:

 

N= N1+N2

 

where N1 is the total number of operator occurrences, and N2 is the total number of operand occurrences.

 

Volume corresponds to the amount of required storage space and is defined as:

V = N log(n1+n2)

 

where n1 is the number of distinct operators, and n2 is the number of distinct operands that appear in a program.

 

Function points: This is a measurement based on the functionality of the program and was first introduced by Albrecht. The total number of function points depends on the counts of distinct (in terms of format or processing logic) types in the following five classes:

 

  1. User-input types: data or control user-input types
  2. User-output types: output data types to the user that leaves the system
  3. Inquiry types: interactive inputs requiring a response
  4. Internal file types: files (logical groups of information) that are used and shared inside   the system
  5. External file types: files that are passed or shared between the system and other system. Each of these types is individually assigned one of three complexity levels of {1 = simple, 2 = medium, 3 = complex} and given a weighting value that varies from 3 (for simple input) to 15 (for complex internal files).

 

The unadjusted function-point counts (UFC) is given as

 

           5         3

UFC = ?   ?   N  W

                     i=1    j=1        ij      ij

 

where Nij and Wij are respectively the number and weight of types of class i with complexity j.

 

For example, if the raw function-point counts of a project are 2 simple inputs (Wij = 3), 2

complex outputs (Wij = 7) and 1 complex internal file (Wij = 15). Then UFC = 2*3 + 2*7 +1*15 = 35.

 

This initial function-point count is either directly used for cost estimation or is further modified by factors whose values depend on the overall complexity of the project. This will take into account the degree of distributed processing, the amount of reuse, the performance requirement, etc. The final function-point count is the product of the UFC and these project complexity factors. The advantage of the function-point measurement is that it can be obtained based on the system requirement specification in the early stage of software development.

 

The UFC is also used for code-size estimation using the following linear formula:

LOC = a * UFC + b

 

The parameters a, b can be obtained using linear regression and previously completed project data. The latest Function Point Counting Practices Manual is maintained by the IFPUG (International Function Point Users Group).

 

Extensions of function point: Feature point extends the function points to include algorithms as a new class. An algorithm is defined as the set of rules which must be completely expressed to solve a significant computational problem. For example, a square root routine can be considered as an algorithm. Each algorithm used is given a weight ranging from 1 (elementary) to 10 (sophisticated algorithms) and the feature point is the weighted sum of the algorithms plus the function points. This measurement is especially useful for systems with few input/output and high algorithmic complexity, such as mathematical software, discrete simulations, and military applications.

 

Another extension of function points is full function point (FFP) for measuring real-time

applications, by also taking into consideration the control aspect of such applications. FFP introduces two new control data function types and four new control transactional function types.

 

Object points: While feature point and FFP extend the function point, the object point measures the size from a different dimension. This measurement is based on the number and complexity of the following objects: screens, reports and 3GL components. Each of these objects is counted and given a weight ranging from 1 (simple screen) to 10 (3GL component) and the object point is the weighted sum of all these objects. This is a relatively new measurement and it has not been very popular. But because it is easy to use at the early phase of the development cycle and also measures software size reasonably well, this measurement has been used in major estimation models such as COCOMO II for cost estimation.

 

4.      Cost estimation

 

There are two major types of cost estimation methods: algorithmic and non-algorithmic.

Algorithmic models vary widely in mathematical sophistication. Some are based on simple arithmetic formulas using such summary statistics as means and standard deviations. Others are based on regression models and differential equations. To improve the accuracy of algorithmic models, there is a need to adjust or calibrate the model to local circumstances. These models cannot be used off-the-shelf. Even with calibration the accuracy can be quite mixed.

 

We first give an overview of non-algorithmic methods.

 

4.1 Non-algorithmic Methods

 

Analogy costing: This method requires one or more completed projects that are similar to the new project and derives the estimation through reasoning by analogy using the actual costs of previous projects. Estimation by analogy can be done either at the total project level or at subsystem level. The total project level has the advantage that all cost components of the system will be considered while the subsystem level has the advantage of providing a more detailed assessment of the similarities and differences between the new project and the completed projects. The strength of this method is that the estimate is based on actual project experience. However, it is not clear to what extend the previous project is actually representative of the constraints, environment and functions to be performed by the new system.

 

Expert judgment: This method involves consulting one or more experts. The experts provide estimates using their own methods and experience. Expert-consensus mechanisms such as Delphi technique or PERT will be used to resolve the inconsistencies in the estimates. The Delphi technique works as follows:

 

1)  The coordinator presents each expert with a specification and a form to record  estimates.

      2)  Each expert fills in the form individually (without discussing with others) and is    allowed to ask the coordinator questions.

3)  The coordinator prepares a summary of all estimates from the experts (including mean or median) on a form requesting another iteration of the experts’ estimates and the rationale for the estimates.

4)  Repeat steps 2)-3) as many rounds as appropriate.

 

A modification of the Delphi technique proposed by Boehm and Fahquhar seems to be more effective: Before the estimation, a group meeting involving the coordinator and experts is arranged to discuss the estimation issues. In step 3), the experts do not need to give any rationale for the estimates. Instead, after each round of estimation, the coordinator calls a meeting to have experts discussing those points where their estimates varied widely.

 

Parkinson: Using Parkinson's principle “work expands to fill the available volume”, the cost is determined (not estimated) by the available resources rather than based on an objective assessment. If the software has to be delivered in 12 months and 5 people are available, the effort is estimated to be 60 person-months. Although it sometimes gives good estimation, this method is not recommended as it may provide very unrealistic estimates. Also, this method does not promote good software engineering practice.

 

Price-to-win: The software cost is estimated to be the best price to win the project. The estimation is based on the customer's budget instead of the software functionality. For example, if a reasonable estimation for a project costs 100 person-months but the customer can only afford 60 person-months, it is common that the estimator is asked to modify the estimation to fit 60 person months’ effort in order to win the project. This is again not a good practice since it is very likely to cause a bad delay of delivery or force the development team to work overtime.

 

Bottom-up: In this approach, each component of the software system is separately estimated and the results aggregated to produce an estimate for the overall system. The requirement for this approach is that an initial design must be in place that indicates how the system is decomposed into different components.

 

Top-down: This approach is the opposite of the bottom-up method. An overall cost estimate for the system is derived from global properties, using either algorithmic or non-algorithmic methods. The total cost can then be split up among the various components. This approach is more suitable for cost estimation at the early stage.

 

4.2 Algorithmic methods

 

The algorithmic methods are based on mathematical models that produce cost estimate as a function of a number of variables, which are considered to be the major cost factors. Any algorithmic model has the form:

 

Effort = f(x1, x2, …, xn)

 

where {x1, x2, …, xn} denote the cost factors. The existing algorithmic methods differ in two aspects: the selection of cost factors, and the form of the function f. We will first discuss the cost factors used in these models, then characterize the models according to the form of the functions and whether the models are analytical or empirical.

 

4.2.1 Cost factors

 

Besides the software size, there are many other cost factors. The most comprehensive set of cost factors are proposed and used by Boehm et al in the COCOMO II model. These cost factors can be divided into four types:

 

Product factors: required reliability; product complexity; database size used; required

reusability; documentation match to life-cycle needs;

Computer factors: execution time constraint; main storage constraint; computer turnaround constraints; platform volatility;

Personnel factors: analyst capability; application experience; programming capability;

platform experience; language and tool experience; personnel continuity;

Project factors: multisite development; use of software tool; required development schedule.

The above factors are not necessarily independent, and most of them are hard to quantify. In many models, some of the factors appear in combined form and some are simply ignored. Also, some factors take discrete values, resulting in an estimation function with a piece-wise form.

 

4.2.2 Linear models

 

Linear models have the form:

n

Effort = a0 + å   ­­­­­­­­ a x

                          i=1     i   i

where the coefficients a1, …, an are chosen to best fit the completed project data. The work of Nelson belongs to this type of models. We agree with Boehm's comment that there are too many nonlinear interactions in software development for a linear model to work well".

 

4.2.3 Multiplicative models

 

Multiplicative models have the form:

 

 

                    n       xi

Effort = a0  ?     a

                    i=1      i                         

Again the coefficients a1, …, an are chosen to best fit the completed project data. Walston-Felix used this type of model with each xi taking on only three possible values: -1, 0, +1. Doty model also belongs to this class with each xi taking on only two possible values: 0, +1. These two models seem to be too restrictive on the cost factor values.

 

4.2.4 Power function models

 

Power function models have the general form:

Effort = a´S b

 

where S is the code-size, and a, b are (usually simple) functions of other cost factors. This class contains two of the most popular algorithmic models in use, as follows:

 

COCOMO (Constructive Cost Model) models

 

This family of models was proposed by Boehm. The models have been widely accepted in practice. In the COCOMOs, the code-size S is given in thousand LOC (KLOC) and Effort is in person-month.

 

A) Basic COCOMO. This model uses three sets of {a, b} depending on the     complexity of the software only:

 

(1) for simple, well-understood applications, a = 2.4, b = 1.05;

(2) for more complex systems, a = 3.0, b = 1.15;

(3) for embedded systems, a = 3.6, b = 1.20.

 

The basic COCOMO model is simple and easy to use. As many cost factors are not

considered, it can only be used as a rough estimate.

 

B) Intermediate COCOMO and Detailed COCOMO. In the intermediate COCOMO, a nominal effort estimation is obtained using the power function with three sets of {a, b}, with coefficient a being slightly different from that of the basic COCOMO:

 

(1) for simple, well-understood applications, a = 3.2, b = 1.05

(2) for more complex systems, a = 3.0, b = 1.15

(3) for embedded systems, a = 2.8, b = 1.20

 

Then, fifteen cost factors with values ranging from 0.7 to 1.66 (see Table 1) are determined [5]. The overall impact factor M is obtained as the product of all individual factors, and the estimate is obtained by multiplying M to the nominal estimate.

 

 

 

 

 

 

 

 

Table 1: The cost factors and their weights in COCOMO II

 

Cost Factors  

Description

Rating

Very low

low

nominal

High

Very high

 

Product

 

 

 

 

 

RELY

required software reliability

0.75

0.88

1.00

1.15

1.40

DATA

database size

-

0.94

1.00

1.08

1.16

CPLX

product complexity

0.75

0.85

1.00

1.15

1.30

 

Computer

 

 

 

 

 

TIME

execution time constraint

-

-

1.00

1.11

1.30

STOR

main storage constraint

-

-

1.00

1.06

1.21

VIRT

virtual machine volatility

-

0.87

1.00

1.15

1.30

TURN

computer turnaround time

-

0.87

1.00

1.07

1.15

 

Personnel

 

 

 

 

 

ACAP

analyst capability

1.46

1.19

1.00

0.86

0.71

AEXP

application experience

1.29

1.13

1.00

0.91

0.82

PCAP

programmer capability

1.42

1.17

1.00

0.86

0.70

VEXP

virtual machine experience

1.21

1.10

1.00

0.90

-

LEXP

language experience

1.14

1.07

1.00

0.95

-

 

Project

 

 

 

 

 

MODP

modern programming practice

1.24

1.10

1.00

0.91

0.82

TOOL

software tools

1.24

1.10

1.00

0.91

0.83

SCED

development schedule

1.23

1.08

1.00

1.04

1.10

 

While both basic and intermediate COCOMOs estimate the software cost at the system

level, the detailed COCOMO works on each sub-system separately and has an obvious

advantage for large systems that contain non-homogeneous subsystems.

 

C) COCOMO II. Perhaps the most significant difference from the early COCOMO models is that the exponent b changes according to the following cost factors: precedentedness, development flexibility, architecture or risk resolution, team cohesion, and process maturity. Other differences include newly added cost factors and models for solidifying software architecture and reducing risk.

 

Putnam's model and SLIM

 

Putnam derives his model based on Norden/Rayleigh manpower distribution and his finding in analyzing many completed projects. The central part of Putnam's model is called software equation as follows:

 

            S = E´(Effort)1/ 3td4/ 3

 

where td is the software delivery time; E is the environment factor that reflects the development capability, which can be derived from historical data using the software

equation. The size S is in LOC and the Effort is in person-year. Another important relationfound by Putnam is

 

            Effort = D0 ´ td3

 

where D0 is a parameter called manpower build-up which ranges from 8 (entirely new software with many interfaces) to 27 (rebuilt software). Combining the above equation with the software equation, we obtain the power function form:

 

            Effort = (D04/7 x E-9/7) X S9/7 and

            td = (D0-1/7 x E-3/7) x S3/7           

 

Putnam's model is also widely used in practice and SLIM is a software tool based on this model for cost estimation and manpower scheduling.

 

4.2.5 Model calibration using linear regression

 

A direct application of the above models does not take local circumstances into consideration.

 

  1. However, one can adjust the cost factors using the local data and linear regression method. We illustrate this model calibration using the general power function model:        Effort = a´Sb.

Take logarithm of both sides and let Y = log(Effort), A = log(a) and X = log(S). The formula is transformed into a linear equation:

            Y = A + b´X

Applying the standard least square method to a set of previous project data {Yi, Xi: i =1, …, k}, we obtain the required parameters b and A (and thus a) for the power function.

 

4.2.6 Discrete models

 

Discrete models have a tabular form, which usually relates the effort, duration, difficulty and other cost factors. This class of models contains Aron model, Wolverton model, and Boeing model. These models gained some popularity in the early days of cost estimation, as they were easy to use.

 

4.2.7 Other models

 

Many other models exist and the following have been used quite successfully in practice.

 

Price-S is proprietary software cost estimation model developed and maintained by RCA, New Jersey. Starting from an estimate of project size, type and difficulty, the model computes project cost and schedule.

 

SoftCost relates size, effort and duration to address risk using a form of the Rayleigh probability distribution. It contains heuristics to guide the estimators in dealing with new technology and complex relations among the parameters involved.

 

The algorithmic models can be grouped as shown in Table 2.

 

Table 2. Classification of algorithmic models

Algorithmic Models

 

Linear

Multiplicative

Power Function

Discrete

Others

Empirical

Nelson

Walston-Felix Herd et at

COCOMOS

Aron Boeing Wolverton

Price-S

Analytical

 

 

Putnam

 

Soft Cost

 

Table 3 compares the strengths and weaknesses of different methods. From the comparison, we can conclude that

 

  • No one method is the best for all projects.
  • Parkinson and Price-to-win methods are not suitable for organizations which aim to win more business.
  • Using a combination of techniques may provide the best estimation. For example, combining top-down estimation with expert judgement and analogy methods may provide a superior result.

 

Table 3. Summary of strengths and weaknesses of different methods

Methods

Strength

Weaknesses

Non-algorithmic

Expert Judgment

Expert with the relevant experience can provide good estimation;

Dependent on the ‘expert’;

May be bias;

Suffer from incomplete recall

Analogy

Based on actual project data and past experience

Similar projects may not exist;

Historical data may not be accurate

Parkinson Price-to-win

Often with the contract

Poor practice;

May have large overruns

Top-down

System level focus;

Faster and easier than bottom-up method;

Required minimal project detail

Provide little detail for justifying

estimates;

Less accurate than other methods

 

Bottom-up

Based on detailed analysis;

Support project tracking better than other method, as its estimates address low level tasks

May overlook system level cost factors;

Require more estimation effort

compared to Top-down;

Difficult to perform the estimate early in the lifecycle

Algorithmic

Objectives, repeatable results;

Gain a better understanding of the estimation method

Subjective inputs;

Calibrated to past projects and may not reflect the current environment;

Algorithms may be company specific and not be suitable for software

development in general

 

 

4.3 Measurement of model performance

Various researchers have used different error measurements. The most popular error measure is Mean Absolute Relative Error (MARE):

               n

MARE=å (|(estimatesi – actuali)/actuali|)/n

                 i=1

where estimatei is the estimated effort from the model, actuali is the actual effort, and n is the number of projects.

 

To establish whether models are biased, the Mean Relative Error (MRE) can be used:

MRE = =å (|(estimatesi – actuali)/actuali|)/n

 

A large positive MRE would suggest that the model generally overestimates the effort, while a large negative value would indicate the reverse.

 

The following criteria can be used for evaluating cost estimation models:

 

1)      Definition – Has the model clearly defined the costs it is estimating, and the costs it is excluding?

2)      Fidelity – Are the estimates close to the actual costs expended on the projects?

3)      Objectivity – Does the model avoid allocating most of the software cost variance to poorly calibrated subjective factors (such as complexity)? Is it hard to adjust the model to obtain any result the user wants?

4)      Constructiveness – Can a user tell why the model gives the estimates it does? Does it help the user understand the software job to be done?

5)      Detail – Does the model easily accommodate the estimation of a software system consisting of a number of subsystems and units? Does it give accurate phase and activity breakdowns?

6)      Stability – Do small differences in inputs produce small differences in output cost estimates?

7)      Scope – Does the model cover the class of software projects whose costs the user need to estimate?

8)      Ease of Use – Are the model inputs and options easy to understand and specify?

9)      Prospectiveness – Does the model avoid the use of information that will not be well known until the project is complete?

10)  Parsimony – Does the model avoid the use of highly redundant factors, or factors which make no appreciable contribution to the results?

 

 

5. Performance of estimation models

 

Many studies have attempted to evaluate the cost estimation models. Unfortunately, the results are not encouraging, as many of them were found to be not very accurate. Kemerer performed an empirical validation of four algorithmic models (SLIM, COCOMO, Estimacs, and FPA). No recalibration of models was performed on the project data, which was different from that used for model development. Most models showed a strong over estimation bias and large estimation errors, ranging from a MARE of 57% to 800%.

 

Vicinanza, Mukhopadhyay and Prietula used experts to estimate the project effort using Kemerer’s data set without formal algorithmic techniques and found the results outperformed the models in the original study. However, the MARE ranges from 32 to 1107%.

 

Ferens and Gurner evaluated three models (SPANS, Checkpoint, and COSTAR) using 22

projects from Albrecht’s database and 14 projects from Kemerer’s data set. The estimation error is also large, with MARE ranging from 46% for the Checkpoint model to 105% for the COSTAR model.

 

Another study on COCOMO also found high error rates, averaging 166%. Jeffery and Low investigated the need for model calibration at both the industry and organization levels. Without model calibration, the estimation error was large, with MARE ranging from 43% to 105%.

 

Jeffery, Low and Barnes later compared the SPQR/20 model to FPA using data from 64 projects from a single organization. The models were recalibrated to the local environment to remove estimation biases. Improvement in the estimate was observed with a MARE of 12%, reflecting the benefits of model calibration.

 

There were also studies based on the use of analogy. With the use of a program called

ANGEL that was based on the minimization of Euclidian distance in n-dimensional space, Shepperd and Schofield found that estimating by analogy outperformed estimation based on statistically derived algorithms.

 

Heemstra surveyed 364 organizations and found that only 51 used models to estimate effort and that the model users made no better estimate than the non-model users. Also, use of estimation models was no better than expert judgment.

 

A survey of software development within JPL found that only 7% of estimators use

algorithmic models as a primary approach of estimation.

 

6. New approaches

Cost estimation remains a complex problem, which continues to attract considerable research attention. Researchers have attempted different approaches. Recently, models based on artificial intelligence techniques have been developed. For example, Finnie and Wittig applied artificial neural networks (ANN) and case-based reasoning (CBR) to estimation of effort. Using a data set from the Australian Software Metrics Association, ANN was able to estimate development effort within 25% of the actual effort in more than 75% of the projects, and with a MARE of less than 25%. However, the results from CBR were less encouraging. In 73% of the cases, the estimates were within 50% of the actual effort, and for 53% of the cases, the estimates were within 25% of the actual.

 

In a separate study, Mukhopadhyay, Vicinanza and Prietula found that an expert system based on analogical reasoning outperformed other methods.

 

Srinivasan and Fisher used machine learning approaches based on regression trees and neural networks to estimate costs. The learning approaches were found to be competitive with SLIM, COCOMO, and function points, compared to the previous study by Kemerer. A primary advantage of learning systems is that they are adaptable and nonparametric.

 

Briand, El Eman, and Bomarius proposed a hybrid cost modeling method, COBRA: Cost

estimation, Benchmarking and Risk Analysis. This method was based on expert knowledge and quantitative project data from a small number of projects. Encouraging results were reported on a small data set.

About the Author

CURRICULUM VITAE

Objectives: -
Develop the desktop and Distributed Database Applications through the
application tools like :
C/C++, Visual Basic (Database Connectivity With Oracle or SQL Server2000,Ms-Access,Crystal Report)
Java, HTML, DHTML, Visual C++, ASP (Active Server Pages), VbScript, JavaScript.

Personal: - E-Mail: nomaniba@yahoo.com
Name: Muhammad Noman Siddiqui
F/Name: Muhammad Saeed Siddiqui
D.O.B: 13th June 1980

Sex: Male

Marital Status: Married

Nationality: Pakistani

Address: B-6/229 Indus Mehran Society,
Malir Extension Karachi.Pakistan
P.O.Box: 75080
Cell No: 0345-3623475
Experience: -
I have One year Teaching Experience in an Global Computer Institute.
C/C++,Visual Basic,Ms-Office(Ms-Word,Access,Excel)
SQL Server 2000,Crystal Report.

Qualification:-
Academic:-

Graduation:
MS (Network &Telecommunications;)
from Mohammad Ali Jinnah University

BS (Computer Science)
from Orasoft Training Institute
Affiliated With University Of Shah Abdul,Sindh
Intermediate: H.S.C from Govt Dehli Science College

Matric : S.S.C From F.J Grammar School

Strength:-
Handling and Design the Desktop Applications Through Visual Basic With Database Connectivity Like Sql Server-2000,Ms-Access and Oracle.
Handling and Design the Distributed Applications Through ASP and Jsp with the database connectivity like Ms-Access,Sql-Server-2000 and Oracle 8i.
Projects:-
• Library Information System
• Inventory Control System
• Sale/Purchase System (Designed in Visual Basic)
• Fixed Assets Management System(Under Process)
Reference:-
I have listened through my colleague.So consider me as an employee candidate in your concerned department of your organization.

Here are more ufc 105 products:
A great resource for ufc 105 products is Amazon. They have far more than just books!

Uniworld UFC-2500 French Fry Cutter - .25 Inch Cut Uniworld UFC-2500 French Fry Cutter - .25 Inch Cut
Sale Price: $72.75

Uniworld UFC-2500 French Fry Cutter - .25 Inch CutHeavy duty cast bodyRust proof Stainless Steel tray and bladesCut up to 50 lbs of potatoes per hourWall or table mounted

UFC 102: Couture vs. Nogueira UFC 102: Couture vs. Nogueira
List Price: $19.97
Sale Price: $2.98
Used From: $2.47

On the UFC 102 Couture vs. Nogueira DVD, The Natural takes on Minotauro in the heavyweight division. In the light heavyweight division, Keith ''The Dean of Mean'' Jardine battles Thiago Silva. Full of action, the UFC DVD 102 shouldnt be missing from any fans Ultimate Fighting collection...

Ufc 104/Ufc 105 Ufc 104/Ufc 105
List Price: $19.97
Sale Price: $2.09
Used From: $2.13

The UFC 104 DVD set also includes UFC 105, for 21 full fights that will keep MMA fans entertained for hours. Enjoy nonstop action on the two-disc collection that is jam-packed with hard-hitting superstars...

MMA Uncensored Live 105 HD [HD] MMA Uncensored Live 105 HD [HD]
Sale Price: $2.99

Deluxe UFC Figure Series #1 Evan Tanner Deluxe UFC Figure Series #1 Evan Tanner
List Price: $10.99
Sale Price: $2.78

EVAN TANNER - UFC DELUXE 1 JAKKS UFC TOY MMA ACTION FIGURE

UFC Evan Tanner Deluxe Action Figure UFC Evan Tanner Deluxe Action Figure
List Price: $11.95
Sale Price: $5.99

The Deluxe UFC Evan Tanner Action Figure captures the late fighter looking fierce and unbeatable in UFC 51. Part of the Jakks Wave 1 series, the legendary fighter is depicted in officially licensed fight wear and apparel...

Magic: the Gathering - Tunnel Ignus - Scars of Mirrodin - Foil Magic: the Gathering - Tunnel Ignus - Scars of Mirrodin - Foil
Sale Price: $0.49

Magic: the Gathering is a collectible card game created by Richard Garfield. In Magic, you play the role of a planeswalker who fights other planeswalkers for glory, knowledge, and conquest. Your deck of cards represents all the weapons in your arsenal...

Miss Wyoming: A Novel Miss Wyoming: A Novel
List Price: $23.00
Sale Price: $2.39
Used From: $0.01

The eponymous heroine of Miss Wyoming is one Susan Colgate, a teen beauty queen and low-rent soap actress. Dragooned into show business by her demonically pushy, hillbilly mother, Susan has hit rock bottom by the time Douglas Coupland's seventh book begins...

Everlast Mixed Martial Arts C3 Foam Heavy Bag (Red, 100-Pound) Everlast Mixed Martial Arts C3 Foam Heavy Bag (Red, 100-Pound)
List Price: $99.99
Sale Price: $99.99

EverlastĀ®'s MMA C3 foam heavy bag is stuffed with a specially blended filler mix of sanitized synthetic and natural fibers to provide shock absorbency. Premium synthetic leather with reinforced webbing provides long-lasting durability and functionality, while the resilient design maintains bag integrity.


Thanks for visiting!

Related Websites

    Leave a Comment

    Previous post:

    Next post: