How To Define Software Metrics
|
|
|
- Deborah Walsh
- 5 years ago
- Views:
Transcription
1 Software Metrics An Overview Version 1.0 Simon Alexandre CETIC asbl - University of Namur Software Quality Lab Belgium July 2002
2 Contents 1 History and Definitions Abriefhistoryofthemetrics Definitions Measurementactivity Softwaremetrics Theory of Measure Theory Directmeasurement Indirectmeasurement Measurementscales Validation Software measures Classesandattributes Processes Products Externalattributes Internalattributes Resources Models MeasuresandModels Goal-Question-Metricparadigm Origins Theparadigm Othermodels:qualitymodels Function Points GoalsoftheFunctionPoints Historyandevolutionoffunctionpoints Reliability of the function point s method Object Oriented Measurement Introduction Sizemeasures Designmeasures
3 CONTENTS 2 7 Collect, store, analyze and comment metrics Thedata Data properties Data collection Analyzeandcomments Glossary 21
4 Chapter 1 History and Definitions 1.1 A brief history of the metrics Software metrics lies on the ancient discipline of measurement mainly developed by scientists (physicians). On this basis, some take up measurement principles in order to measure software activities. So metrics origin goes back to the sixties with the Lines of Code (LOC) metric used to measure programmer s productivity and program quality (e.g. number of defects per KLOC 1 ). The main aim was to provide information to support quantitative managerial decision-making during the software lifecycle [20, p.357]. 1.2 Definitions There s two main concepts to define at this point : the measurement activity and the software metrics Measurement activity Norman Fenton gives the two following definitions of the measurement activity [22, p.28]: Formally, we define measurement as a mapping from the empirical world to the formal, relational world. Consequently, a measure is the number or symbol assigned to an entity by this mapping in order to characterize an attribute. He gives this second definition introducing the numerical aspect [22, p.5]: Measurement is the process by which numbers or symbols are assigned to attributes of entities in the real world in such a way as to describe them according to clearly defined rules. 1 KLOC for thousands of lines of codes 3
5 CHAPTER 1. HISTORY AND DEFINITIONS Software metrics The first definition of software metrics is proposed by Norman Fenton [20, p.358]: (...)software metrics is a collective term used to describe the very wide range of activities concerned with measurement in software engineering. These activities range from producing numbers that characterize properties of software code (these are the classic software metrics ) through to models that help predict software resource requirement and software quality. The subject also includes the quantitative aspects of quality control and assurance - and this covers activities like recording and monitoring defects during development and testing. An other definition of software metrics is due to Paul Goodman [25] : The continuous application of measurement-based techniques to the software development process and its products to supply meaningful and timely management information, together with the use of those techniques to improve that process and its products". Applied To Engineering & Management Processes, Products & To Supply
6 Chapter 2 Theory of Measure 2.1 Theory Measurement theory has first been developed as a particular discipline of physics. Physicians defined fundamental rules in order to use correctly the new framework of measures. Further research led to develop several theories of measures. Among them the representational theory of measurement has been used to build the software metrics [22, p.24]. The representational theory of measurement aims at formalizing our intuition about the way the world works. We collect a set of data, the measures, which should represent attributes of the entities observed. Manipulation of these data must preserve the relationship observed among these entities [22, p.24-25]. Actually we collect measures about the real world and try to understand these measures by comparing them. By example, we observe that certain people are taller than others without measuring them. In fact, says Fenton, our observation reflects a set of rules that we are imposing on the set of people.[22, p.25]. So we define some binary relations between these entities. Example 1 : When we say that X is taller than Y we define a binary relation between X and Y. In this case, "taller than" is an empirical relation for height. The measurement activity is then defined as the mapping between the empirical and the formal world 1.Soameasureisanumberorsymbolassignedto an entity in order to characterize an attribute. Basic rules are simple : the real world is the domain and the mathematical world, the range. When we map an attribute to a mathematical system the following rules must be respected : (...)the representation condition asserts that a measurement mapping M must map entities into numbers and empirical relations into numerical relations in such a way that the empirical relations preserve and are preserved by the numerical relations.[22, p.31] 1 See Section
7 CHAPTER 2. THEORY OF MEASURE 6 The key stages of the formal measurement are easily representable : Identify attribute for some real world entities. Identify empirical relations for Attribute. Identify numerical relations corresponding to each empirical relation. Define mapping from real world entities to numbers. Representation condition Check that numerical relations preserve and are preserved by empirical relations. figure 2.1: Formal measurement [22, p.33] To avoid traps (compare measures from entities which are not comparable) several models have been introduced 2. A model is an abstraction of reality, allowing us to strip details away and view an entity or concept from a particular perspective. [22, p.36-37] Several models are likely to interest software metrics : cost-estimation model, quality models, capability-maturity model,... The use for such models avoid to focus only on the formal and mathematical systems and neglect the empirical one. A model will show fundamental characteristics and how they are articulate. This will allow to define a metric for each characteristic.[22, p.38] The model chosen, entities and attributes defined, measures can be defined too. But when there are complex relationships among attributes, or when an attributes must be measured by combining several of its aspects, then we need a model for how to combine the related measures. For this reason, direct and indirect measurements are distinguished Direct measurement Direct measurement of an entity attribute involves no other attribute or entity. For example, we can measure the length of a physical object without any other object. Measures below are direct measures used in software engineering : 2 More details on models in chapter 3
8 CHAPTER 2. THEORY OF MEASURE 7 Length of source code (LOC) Duration of testing process (Hours) Number of defects discovered (counting defects) Time a programmer spent on a project (Months) Indirect measurement Indirect measurement are measures of an attribute obtained by comparing different measurements. For example, Number of defects divided by module size gives the Module defect density.[22, p.40] 2.2 Measurement scales Previous section shows how direct measurement assigns a representation or mapping from observed relation system to numerical relation system. These kind of measures are done in order to extract relationship between data and to draw conclusion about them. However all the mappings are not the same. Differences between them restrict the possible kind of comparison and analysis. To avoid unappropriate analysis, measurement scale concept has been introduced as a principle by scientists.[22, 45-47] Five major measurement scales are identified[37][22] : Nominal Ordinal Interval Ratio Absolute A nominal scale puts each entity into a particular category, based on the value of the attributes. It s the same process when we identify a programming language. By reading the code you can recognize it and classify it. This scale has two major characteristics : The empirical relation system only consists of different classes ; there is no notion of ordering among the classes. Any distinct numbering or symbolic representation of the classes is an acceptable measure. But there isn t any notion of magnitude associated with the number or symbol. Example : For instance, we try to classify the set of software faults in the code. We choose a measurement scale where faults are entities and their location are attributes. So fault location could be in three different sets : specification, design or code. Then we can define a mapping M that assign the different classes to a particular number. 45 if x is a specification fault, 2 if x is a design fault and 37 if x is a code fault. The value is not important here.
9 CHAPTER 2. THEORY OF MEASURE 8 An ordinal scale ranks items in an order, such as when we assign failures a progressive severity like minor, major, and catastrophic. This scale has three characteristics : Empirical relation system consists of ordered classes with respect to the attribute. Any mapping that preserves the ordering is acceptable. Numbers represent only ranks, so addition, and other mathematical operations have no sense. Example : You want to classify the different modules of your software in three classes which denote the complexity (trivial, simple, complex). Then you choose a mapping M like in the nominal scale : 1 if x is trivial, 2 if x is simple and 3 if x is complex. The difference with the previous scale lies in the fact that the measurement mapping must preserve the complexity order. 3 is bigger than 1 preserve the relation more complex. An interval scale defines a distance from one point to another, so that there are equal intervals between consecutive numbers. This property permits computations not available with the ordinal scale, such as calculating the mean value. However, there is no absolute zero point in an interval scale, and thus ratios do not make sense. Care is thus needed when you make comparisons. The three main characteristics are : Order are preserved. Differences are preserved but not ratios. Addition and substraction are acceptable but not multiplication and division. Example : Take the temperature measurement on a Celsius or Fahrenheit where each degree is a class related to heat. We say that the temperature in a place X is 20 degrees Celsius and, at the same time, 30 degrees Celsius in place Y. If the temperature move, in X, from 20 to 21 the heat will increase exactly in the same way if it change from 30 to 31 in place Y. So the relationship is preserved. The scale with more information and flexibility is the ratio scale, which incorporates an absolute zero, preserves ratios, and permits the most sophisticated analysis. Measures such as lines of codes or numbers of defects are ratio measures. It is for this scale that we can say that A is twice the size of B. There are four characteristics : Ordering, size of the intervals between entities and ratios are preserved. There is a zero element (represents total lack of attribute). Measurement mapping start at zero and increases at equal intervals (units).
10 CHAPTER 2. THEORY OF MEASURE 9 All arithmetic can be applied to the classes in the range of the mapping. Example : You use a ratio scale when you measure the physical size of entities. The scale start at zero which represent the total lack of size (theoretical - no existence). You can measure size in centimeters, meters,... The absolute scale of measurement is the more restrictive scale. For any two measures, M and M, there is only one admissible transformation : the identity transformation. So there s only one way in which the measurement can be made, so M and M must be equal. The absolute scale respects the four following properties : The measurement is made simply by counting the number of elements in the entity set. The Attribute always takes the form "number of occurrences of x in the entity". There s only one measurement mapping, namely the actual count. All arithmetic analysis of the resulting count is meaningful. Example : Lines Of Codes (LOC) is an absolute scale measurement of the attribute "number of lines of codes" of a program. But "number of centimeters" is not an absolute scale measurement of an person s size because you can also use inches, meters, Validation Validation of the measures is necessary to do before analysis. It aims prove that metrics used are actually measuring what they claim they do. Pfleeger[37] say that a measure is valid if it satisfies the representation condition : if it captures in the mathematical world the behavior we perceive in the empirical world. For example, we must show that if H is a measure of height, and if A is taller than B, thenh(a) is larger than H(b). But such a proof must, by nature, be empirical and is difficult to demonstrate. So, we must consider wether we are using direct measure (size) or an indirect measure (number of decision points as measure of size) and which entity and attribute are being addressed.currently there isn t any accepted standard for validating a measure [22, p ].
11 Chapter 3 Software measures 3.1 Classes and attributes In the previous section measurement basis and rules have been presented. The first activity to achieve in measurement is the entity and attribute identification. In software there are three classes : Processes : collection of software-related activities. Products : artifacts, deliverables and documents resulting from processes Resources : entities required by a process activity. In each class of entity, we distinguish between internal and external attributes : Internal attributes of a product, process or resource are those that can be measured purely in terms of the product, process or resource itself. In other words, an internal attribute can be measured by examining the product, process or resource on its own, separate from its behavior.[22, p.74] External attributes of a product, process or resources are those that can be measured only with respect to how the product, process or resource relates to its environment. Here, the behavior of the process, product or resource is important, rather than the entity itself.[22, p.74] 3.2 Processes Processes are measured to inform on duration, cost, effectiveness and efficiency of software development activities. There is several internal process attributes which can be measured directly : the duration of the process or activity the effort associated with process or activity the number of incidents of a specified type arising during process or activity 10
12 CHAPTER 3. SOFTWARE MEASURES 11 Example 1 of measure for a process [22, p.77]: (...)we may be reviewing our requirements to ensure their quality before turning them over to the designers. To measure the effectiveness of the review process, we can measure the number of requirements errors found during specification. Likewise, we can measure the number of faults found during integration testing to determine how well we are doing. And the number of personnel working on the project between May 1 and September 30 can give us insight into resources needed for the development process. Example 2 of measures from AT&T [22, p.77] : AT&T developers wanted to know the effectiveness of their software inspections. In particular, managers needed to evaluate the cost of the inspections against the benefits received. To do this, they measured the average amount of effort expended per thousand lines of code reviewed. As we will see later in this chapter, this information, combined with measures of the number of faults discovered during the inspections, allowed the managers to perform a cost-benefit analysis. 3.3 Products Products can be also measured. By products we mean not only items delivered to customer. All the artifacts, documents and prototypes produced during the process are considered as products. All these process outputs can be measured in term of quality, size,... For all of them we distinguish both external and internal attributes External attributes External product attributes depend on product behavior and environment that influence the measure. Example of external attributes are : usability, integrity, efficiency, testability, reusability, portability, operability[22, p.78] Internal attributes Internal products attributes are easy to measure in terms of size, length, functionality, correctness.[22, p.78] Code clarity is an example of internal attribute according to defined rules like "avoid GOTO". 3.4 Resources Last measurable entities are the resources like personnel, materials and methods.[22, p.82] Measuring resources help managers to understand and control the process. Programmer s productivity is often measured in terms of lines of code.
13 Chapter 4 Models 4.1 Measures and Models As explained in chapter 2 models must be used with metrics to avoid metrics misuse. A Model is an abstraction of reality, allowing us to strip away detail and view an entity or concept from a particular perspective[22, p.36]. Models can take the form of equations, mapping or diagrams. It allow to understand relationship between the component parts related one to another in the model. Fenton gives an example of this kind of relation highlighted in a model : To measure length of programs using lines of code, we need a model of a program. The model would specify how a program differs from a subroutine, wether or not to treat separate statements on the same line as distinct lines of code, wether or not to count comment lines, wether or not to count data declarations, and so on. The model would also tell us what to do when we have programs written in a combination of different languages. It might distinguish delivered operational programs from those under development, and it would tell us how to handle situations where different versions run on different platforms.[22, p.37] A model gives the domain and range of the measure mapping and it describes the entity and attribute being measured, the set of possible resulting measures, and the relationship among several measures. Another characteristic of models is that they distinguish the prediction from the assessment (measure to estimate future characteristics from previous ones or the determination of the current condition of a process, product or resource). 4.2 Goal-Question-Metric paradigm Origins The Goal Question Metrics approach (GQM) has been suggested by Basili and his colleagues in 1984.[5][4] They proposed an original approach to selecting and implementing metrics. The GQM principle consists first in expressing overall goals of the organization. On this basis, questions whose answer to these goals 12
14 CHAPTER 4. MODELS 13 are derived. Finally each question is analyzed in terms of what measurement is needed to answer each question The paradigm GQM provides a measurement framework involving three steps : 1. List the major goals of the development or maintenance projects. 2. Derive from each goal the questions that must be answered to to determine if the goals are being met. 3. Decide what must be measured to answer the questions adequately. The following figures illustrate how metrics are generated : figure 4.1: GQM example tree Fenton gives an example [22, p. 84]: Suppose your overall goal is to evaluate the effectiveness of using a coding standard (...). That is, you want to know if code produced by following the standard is superior in some way to code produced without it. To decide if the standard is effective, you must ask several key questions. first, it is important to know who is using the standard, so that you can compare the productivity of the coders who use the standard with the productivity of those who do not. Likewise, you probably want to compare the quality of the code produced with the standard with the quality of non-standard code. Once these questions are identified, you must analyse each question to determine what mst be measured in order to answer the question. For example, to understand who is using the standard, it is necessary to
15 CHAPTER 4. MODELS 14 know what proportion of coders is using the standard. However, it is also important to have an experience profile of the coders, explaining how long they have worked with the standard, the environment, the language, and other factors that will help to evaluate the effectiveness of the standard. The productivity question requires a definition of productivity, which is usually some measure of effort divided by some measure of product size. (...) the metric can be in terms of lines of code, function points, or any other metrics that will be useful to you. Similary, quality may be measured in terms of the number of errors found in the code, plus any other quality measures that you would like to use. In this way, you generate only those measures that are related to the goal. Notice that, in many cases, several measurements may be needed to answer a single question. likewise, a single measurement may apply to more than one question; the goal provides the purpose for collecting the data, and the questions tell you and your project how to use the data. 4.3 Other models : quality models Quality models aims at capturing the composite characteristics and their relationship in order to measure quality. Among them, the McCall [32]and Boehm [9]software quality model propose a decompositional approach. Since 1992 ISO [28] proposes the Software Product Evaluation : Quality Characteristics and Guidelines for their use also know as ISO9126.
16 Chapter 5 Function Points 5.1 Goals of the Function Points In 1979, Allan J. Albrecht proposed the first function point s model and analysis method called Function Point Analysis[1]. 1 This method s goals were to measure achievement and refine valuation. Albrecht proposes the three following definitions for the function points : Function points are a measurement of the software product based on the user s function information treatment. Function points measure software by counting number of functionality of the information s treatment associated with external and control data, output and files types. This particular treatment is adjusted for the global function of information treatment by applying an adjustment based on the software characteristics. So function points are essentially based on the software s number of functionality proposed to the user. The goal was to obtain a technique to measure productivity among different IBM s projects from 1974 to These projects had been developed with different programming languages and tools. So the objective was to provide a fitted method to measure services provided to the users. 5.2 History and evolution of function points Albrecht began his research on this topic in the 70 s. In the same time, Tom DeMarco has also leading research on the same topic. His results are quite the same in the concepts but not on the form. DeMarco s function points have been recently used as basis for new research like : FFP (Full Function Points), COSMIC-FFP (Common Software Measurement International Consortium - Full Function Points)[16]. 1 A large part of the content of this chapter comes from the following thesis :[35] 15
17 CHAPTER 5. FUNCTION POINTS 16 In November 1983 Symons published a simplified version of Albrecht s function points called Mark II function points.[45] In 1984 IBM proposed a major review of the function points counting rules. They added a evaluation procedure to assess complexity. This method became the basic one to count function points taken by the IFPUG (International Function Points User Group 2 ). The function point s success and expansion and the IFPUG creation contributed to the normalization of the function points measurement method. 5.3 Reliability of the function point s method Navlaka proposes two fundamental rules that must be respected by measurement method [34]: Correctness : from the same data and rules, the same results must always be obtained. Repetitiveness : it doesn t matter the person who makes the measurement, results must always be exactly the same at different time. According industrial experiments the observed accuracy is more or less 95%.[48] 2
18 Chapter 6 Object Oriented Measurement 6.1 Introduction This section present several concepts on Object Oriented metrics. The importance of the current research lead on this subject conduct us to devote it a particular chapter. 6.2 Size measures Object-Oriented systems generally grow in size between requirements analysis and the testing phase. So different research have been done on this topics. Pfleeger used objects and methods as a basic size measurements which is more accurate than COCOMO according to commercial applications [38, p.294]. An other method has been developed by Lorenz and Kidd [31]. They defined nine aspects of size that reflect how the class characteristics affect the product. They propose the following aspects : Number of scenario scripts (NSS) : It s the number of scenario scripts counted in the use cases. This measure is correlated with application size and the number of tests. NSS mainly allow to predict development and testing efforts. Number of key classes : This measure evaluate the high-design effort. Number of support classes : This measures evaluates the low-level design. Average number of support classes per key class : This measure gives an idea of the system s structure. Number of subsystems : This one provide more information on the system s structure. Class size : This measure include the number of operations and attributes. 17
19 CHAPTER 6. OBJECT ORIENTED MEASUREMENT 18 Number of operations overridden by a class : Allow to evaluate inheritance effects. Number of operations added by a subclass : Measures also the inheritance effects. Specialization index 6.3 Design measures Chidamber and Kemerer have also provide a suite of metrics for object-oriented developments [15]. They focuse their work more on design than on size so they complement the Lorenz and Kidd s method. They focuse on the coupling between objects, the response of a class and the lack of cohesion in methods[38, p.297]. They calculate weighted methods per class in order to measure complexity. They also define a class s depth of inheritance (It s the maximum length of the path in the hierarchy from the class to the root of the inheritance tree). So more deeper is a class in the hierarchy, more methods are inherited by this class. Similarly, the number of children is the number of immediate subclasses subordinated to the given class.
20 Chapter 7 Collect, store, analyze and comment metrics 7.1 The data Data properties Before analyzing the data collection process there are several points to clarify. Data that will be collected must satisfy several essential properties [22]: Correctness The data were collected according to the exact rules of definition of the metrics. For example, if comments are not supposed to be included in the lines of codes count, then a check for correctness assures that no comments were counted. Accuracy This property refers to the differences between the data and the actual value. For example, time measurement will be less accurate on an analog clock than on a digital one. Precision It deals with the number of decimal places needed to express the data. Consistent In fact data must be consistent from one measuring device or person to another, without large differences in value. Time-Stamped We must know exactly when data has been collected in order to allow comparison. Replicated Last fundamental property hat assumes that the data definition must be very accurate to allow other person to replicate the same measurement. 7.2 Data collection There are two ways to collect data : the manual and the automatic. Manual collection often conduct to bias, error, omission and delay. The automatic data collection is preferable but often more difficult to implement. Fenton gives the following guidelines to collect data : 19
21 CHAPTER 7. COLLECT, STORE, ANALYZE AND COMMENT METRICS20 keep procedures simple; avoid unnecessary recording; train staff in the need to record data and in the procedures to be used; provide the results of data capture and analysis to the original providers promptly and in a useful form that will assist them in their work; validate all data collected at a central point. Data collection forms are interesting because they provide a frame to collect data. But this form must be self-explanatory. 1 The GQM method previously explained also provides methodology to collect data. The data collection must be planned as ordinary project which is linked to other projects to measure. The collected data could be stored in database to allow further manipulations[22]. 7.3 Analyze and comments Data analysis and comment implies statistic methods and tools. They must be used in an appropriate way. According to Fenton Data sets of software attributes values must be analyzed with care, because software measures are not usually normally distributed[22, p.235] There are different techniques that address a wide variety of situations. Fenton gives the following advice : describe a set of attribute values using box plot statistics (based on median and quartiles) rather than on mean and variances; inspect a scatter plot visually when investigating the relationship between two variables; use robust correlation coefficients to confirm whether or not a relationship exists between two attributes; use robust regression in the presence of atypical values to identify a linear relationship between two attributes, or remove the atypical values before analysis; always check the residuals by plotting them against the dependant variable; use Tukey s ladder to assist in the selection of transformations when faced with non-linear relationships; use principal component analysis to investigate the dimensionality of data sets with large numbers of correlated attributes. In fact, the most important point, underlined by Fenton is the correlation between the choice of the analysis technique and the goals of the investigation. In this way you can support or refute the hypothesis you are testing. 1 For recent experiences of web-based data collection see [41].
22 Chapter 8 Glossary Attribute (An) is a feature or property of an entity.typical attributes include the area or color (of a room), the cost (of a journey), or the elapsed time (of the testing phase). [22] Class is a particular set of entities. In software there are three classes : processes, products and resources. COCOMO COnstructive COst MOdel. software cost estimation model developed by Boehm. Entity (An) is an object (such a person or a room) or an event (such a journey or testing phase of a software project) in the real world. [22] Measurement is the process by which numbers or symbols are assigned to attributes of entities in the real world in such a way as to describe them according to clearly defined rules. [22] 21
23 Bibliography [1] Albrecht, A. Measuring application development. In Proceedings of IBM Applications Development Joint SHARE/GUIDE Symposium (1979), pp [2] Albrecht, A., and Gaffney, J. Software Function, source Lines of Code, and Development Effort Prediction : A Software Science Validation. IEEE Transaction On Software Engineering SE-9, 6 (1983), [3] Archer, C., and Stinson, M. Object-oriented software measures. Tech. Rep. ESC-TR , [4] Basili, V. R., and Rombach, H. D. The TAME project: Towards improvement-oriented software environments. tose 14, 6 (June 1988), [5] Basili, V. R., and Weiss, D. M. A methodology for collecting valid software engineering data. IEEE Transactions on Software Engineering 10, 6 (Nov. 1984), [6] Bennett, W. R., and Jr. Predicting software system development effort very early in the life-cycle using idef0 and idef1x models. [7] Bieman, J., and Kang, B. Measuring design-level cohesion. IEEE Transactions on Software Engineering 24, 2 (1998), [8] Boehm, B. Metrics-based feedback cycles for software life-cycle management and process improvement. [9] Boehm, B. W., Brown, J. R., Kaspar, H., Lipow, M., Macleod, G., and Merritt, M. Characteristics of Software Quality. TRW Series of Software Technology. North-Holland, [10] Briand, L., Daly, J., Porter, V., and Wst, J. A comprehensive empirical validation of product measures for object-oriented systems, [11] Briand, L., Morasca, S., and et al. An operational process for goaldriven definition of measures. [12] Briand, L. C., Differding, C., and Rombach, H. D. Practical guidelines for measurement-based process improvement. Special issue of International Journal of Software Engineering & Knowledge Engineering (1997). 22
24 BIBLIOGRAPHY 23 [13] Briand, L. C., Morasca, S., and Basili, V. R. Property-based software engineering measurement. Software Engineering 22, 1 (1996), [14] Chidamber, S. R., Darcy, D. P., and Kemerer, C. F. Managerial use of metrics for object-oriented software: An exploratory analysis. Software Engineering 24, 8 (1998), [15] Chidamber, S. R., and Kemerer, C. F. A Metric Suite for Object- Oriented Design. IEEE Transactions on Software Engineering 20, 6 (June 1994), [16] Desharnais, A. A. J.-M. Measurement manual. version 2.1, [17] Emam, K. E. A methodology for validating software product metrics. [18] Fenton, N., Krause, P., and Neil, M. Software Metrics: Uncertainty and Causal Modelling. In Proc 2nd European Software Measurement Conference (FESMA 99) (2001). EuroSPI conference,limerick Institute of Technology, Limerick, 10th-12th October [19] Fenton, N., and Neil, M. Software Metrics and Risk. In Proc 2nd European Software Measurement Conference (FESMA 99) (1999), pp [20] Fenton, N., and Neil, M. Software metrics: roadmap. In ICSE - Future of SE Track (2000), pp [21] Fenton, N., and Ohlsson, N. Quantitative analysis of faults and failures in a complex software system. IEEE Transactions on Software Engineering 26, 8 (Aug. 2000), [22] Fenton, N., and Pfleeger, S. L. Software Metrics - A Rigorous and Practical Approach, 2 ed. International Thomson Computer Press, London, [23] Florac, W. Software quality measurement:a framework for counting problems and defects. Technical Report ESC-TR , CMU, [24] Goethert, W., and Hayes, W. Experiences in implementing measurement programs. CMU/SEI, [25] Goodman, P. Practical Implementation of Software Metrics. McGRAW HILL, New-York, [26] Hitz, M., and Montazeri, B. Measuring Product Attributes of Object- Oriented Systems. In Proc. 5th European Software Engineering Conf. (ESEC 95) (Sitges, Spain, 1995), W. Schafer and P. Botella, Eds., vol. 989, Springer-Verlag, Berlin, pp [27] Idri, A., Kjiri, L., and Abran, A. COCOMO Cost Model Using Fuzzy Logic. In 7th International Conference on Fuzzy Theory & Technology (2000). Atlantic City, New Jersey. [28] ISO. Information technology - software product evaluation - quality characteristics and guide lines for their use. iso/iec 9126, 1991.
25 BIBLIOGRAPHY 24 [29] Lamb, D., and Abounader, J. Data model for object-oriented design metrics, [30] Lewerentz, C., and Simon, F. A product metrics tool integrated into a software development environment. In ECOOP Workshops (1998), pp [31] Lorenz, M., and Kidd, J. Object-Oriented Software Metrics: A Practical Guide. Prentice-Hall, [32] McCall, J. A., Richards, P. K., and Walters, G. F. Factors in software quality, volume I: Concepts and definitions of software quality. Tech. Rep. RADC-TR , vol. I, II, III, Rome Air Development Center, Griffiss AFB, Rome, NY , July Available from Defense Technical Information Center, Cameron Station, Alexandria, VA , order number AD-A [33] Mills, E. Software metrics. sei curriculum module. CMU/SEI, [34] Navlaka, J. Software productivity metrics : some candidates and their evaluation. In proceedings of National computer Conferences (1986), pp [35] Ndagijimana, S. Etude de la mesure des points de fonction : application de la méthode de mesure fonctionnelle cosmic-ffp et analyse de la documentation fonctionnelle. Master s thesis, University of Namur, rue Grandgagnage, Namur(Belgium), June [36] Park, R. Software size measurement: A framework for counting source statements, [37] Pfleeger, S., Jefferey, R., and Kitchenham, B. C. B. Status report on software measurement. IEEE Software 14 (march/april 1997), [38] Pfleeger, S. L. Software Engineering: Theory and Practice. Prentice- Hall, Upper Saddle River, NJ, [39] Poels, G. Towards a size measurement framework for object-oriented specifications. [40] Poels, G., and Dedene, G. Complexity metrics for formally specified business requirements, [41] Rob Pooley, D. S., and Christie, D. Collecting and analyzing webbased project metrics. IEEE Software 19, 1 (Jan. 2002), [42] Robert Park, W. G., and Florac, W. Goal-driven software measurement a guidebook. CMU/SEI, [43] Robert Park, W. G., and Webb, J. T. Software cost and schedule estimating: A process improvement initiative. CMU/SEI, [44] Strike, K., Emam, K. E., and Madhavji, N. H. Software cost estimation with incomplete data. Software Engineering 27, 10 (2001),
26 BIBLIOGRAPHY 25 [45] Symons, C. Software ii fpa, sizing and estimating mark wiley series. Software Engineering Practice (1991). [46] University, V. C. Cocomo ii model definition manual. [47] W. Goethert, E. B., and Busby, M. Software effort & schedule measurement: A framework for counting staff-hours and reporting schedule information. Tech. Rep. ESC-TR , CMU/SEI. [48] Whisehunt, C. How to implement function points both ways (right and wrong) and still survive. In 8th QAI international conference on Measuring (1990), pp
Measurement and Metrics Fundamentals. SE 350 Software Process & Product Quality
Measurement and Metrics Fundamentals Lecture Objectives Provide some basic concepts of metrics Quality attribute metrics and measurements Reliability, validity, error Correlation and causation Discuss
Unit 11: Software Metrics
Unit 11: Software Metrics Objective Ð To describe the current state-of-the-art in the measurement of software products and process. Why Measure? "When you can measure what you are speaking about and express
The «SQALE» Analysis Model An analysis model compliant with the representation condition for assessing the Quality of Software Source Code
The «SQALE» Analysis Model An analysis model compliant with the representation condition for assessing the Quality of Software Source Code Jean-Louis Letouzey DNV IT Global Services Arcueil, France [email protected]
Mahmoud Khraiwesh Faculty of Science and Information Technology Zarqa University Zarqa - Jordan [email protected]
World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 1, No. 2, 26-33, 2011 Validation Measures in CMMI Mahmoud Khraiwesh Faculty of Science and Information Technology
Software Metrics: Roadmap
Software Metrics: Roadmap By Norman E. Fenton and Martin Neil Presentation by Karim Dhambri Authors (1/2) Norman Fenton is Professor of Computing at Queen Mary (University of London) and is also Chief
Definitions. Software Metrics. Why Measure Software? Example Metrics. Software Engineering. Determine quality of the current product or process
Definitions Software Metrics Software Engineering Measure - quantitative indication of extent, amount, dimension, capacity, or size of some attribute of a product or process. Number of errors Metric -
Software project cost estimation using AI techniques
Software project cost estimation using AI techniques Rodríguez Montequín, V.; Villanueva Balsera, J.; Alba González, C.; Martínez Huerta, G. Project Management Area University of Oviedo C/Independencia
Usability metrics for software components
Usability metrics for software components Manuel F. Bertoa and Antonio Vallecillo Dpto. Lenguajes y Ciencias de la Computación. Universidad de Málaga. {bertoa,av}@lcc.uma.es Abstract. The need to select
A Study on Software Metrics and Phase based Defect Removal Pattern Technique for Project Management
International Journal of Soft Computing and Engineering (IJSCE) A Study on Software Metrics and Phase based Defect Removal Pattern Technique for Project Management Jayanthi.R, M Lilly Florence Abstract:
Comparison of most adaptive meta model With newly created Quality Meta-Model using CART Algorithm
International Journal of Electronics and Computer Science Engineering 2492 Available Online at www.ijecse.org ISSN- 2277-1956 Comparison of most adaptive meta model With newly created Quality Meta-Model
SOFTWARE MEASUREMENT
SOFTWARE MEASUREMENT SANDRO MORASCA Università dell'insubria Dipartimento di Scienze Chimiche, Fisiche e Matematiche Sede di Como Via Valleggio Como, I-00, Italy Email: [email protected] This article
Status Report: Practical Software Measurement
Status Report: Practical Software David N. Card, Software Productivity Consortium Cheryl L. Jones, US Army [email protected] Abstract This article summarizes the basic concepts of Practical Software (PSM),
Software Metrics and Measurements
Software Metrics and Measurements Michalis Xenos School of Sciences and Technology, Hellenic Open University, 23 Saxtouri Str, Patras, GR 262 22, Greece [email protected] Tel: +30 2610 367405 Fax: +30 2610
Empirical Software Engineering Introduction & Basic Concepts
Empirical Software Engineering Introduction & Basic Concepts Dietmar Winkler Vienna University of Technology Institute of Software Technology and Interactive Systems [email protected]
Software Cost Estimation: A Tool for Object Oriented Console Applications
Software Cost Estimation: A Tool for Object Oriented Console Applications Ghazy Assassa, PhD Hatim Aboalsamh, PhD Amel Al Hussan, MSc Dept. of Computer Science, Dept. of Computer Science, Computer Dept.,
Program Understanding in Software Engineering
Taming the complexity: The need for program understanding in software engineering Raghvinder S. Sangwan, Ph.D. Pennsylvania State University, Great Valley School of Graduate Professional Studies Robert
Software Metrics & Software Metrology. Alain Abran. Chapter 4 Quantification and Measurement are Not the Same!
Software Metrics & Software Metrology Alain Abran Chapter 4 Quantification and Measurement are Not the Same! 1 Agenda This chapter covers: The difference between a number & an analysis model. The Measurement
Domain Analysis for the Reuse of Software Development Experiences 1
Domain Analysis for the Reuse of Software Development Experiences 1 V. R. Basili*, L. C. Briand**, W. M. Thomas* * Department of Computer Science University of Maryland College Park, MD, 20742 USA ** CRIM
How To Calculate Class Cohesion
Improving Applicability of Cohesion Metrics Including Inheritance Jaspreet Kaur 1, Rupinder Kaur 2 1 Department of Computer Science and Engineering, LPU, Phagwara, INDIA 1 Assistant Professor Department
SOFTWARE QUALITY MODELS: A COMPARATIVE STUDY
SOFTWARE QUALITY MODELS: A COMPARATIVE STUDY Mrs. Manisha L. Waghmode Assistant Professor Bharati Vidyapeeth Deemed University, Institute of Management and Rural Development Administration, Sangli Dr.
Quality prediction model for object oriented software using UML metrics
THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. UML Quality prediction model for object oriented software using UML metrics CAMARGO CRUZ ANA ERIKA and KOICHIRO
How To Validate An Isos 9126 Quality Model
Validation of a Standard- and Metric-Based Software Quality Model Rüdiger Lincke and Welf Löwe School of Mathematics and Systems Engineering, Växjö University, 351 95 Växjö, Sweden {rudiger.lincke welf.lowe}@msi.vxu.se
Software Project Management Matrics. Complied by Heng Sovannarith [email protected]
Software Project Management Matrics Complied by Heng Sovannarith [email protected] Introduction Hardware is declining while software is increasing. Software Crisis: Schedule and cost estimates
Measurement Information Model
mcgarry02.qxd 9/7/01 1:27 PM Page 13 2 Information Model This chapter describes one of the fundamental measurement concepts of Practical Software, the Information Model. The Information Model provides
Goal Question Metric (GQM) and Software Quality
Goal Question Metric (GQM) and Software Quality Howie Dow SQGNE November 14, 2007 Copyright (C) 2007 H. Dow - V: 2.3 1 Topics Relationship to software quality GQM in a nutshell Types of goals Mechanics
Optimal Resource Allocation for the Quality Control Process
Optimal Resource Allocation for the Quality Control Process Pankaj Jalote Department of Computer Sc. & Engg. Indian Institute of Technology Kanpur Kanpur, INDIA - 208016 [email protected] Bijendra
Baseline Code Analysis Using McCabe IQ
White Paper Table of Contents What is Baseline Code Analysis?.....2 Importance of Baseline Code Analysis...2 The Objectives of Baseline Code Analysis...4 Best Practices for Baseline Code Analysis...4 Challenges
AN EMPIRICAL REVIEW ON FACTORS AFFECTING REUSABILITY OF PROGRAMS IN SOFTWARE ENGINEERING
AN EMPIRICAL REVIEW ON FACTORS AFFECTING REUSABILITY OF PROGRAMS IN SOFTWARE ENGINEERING Neha Sadana, Surender Dhaiya, Manjot Singh Ahuja Computer Science and Engineering Department Shivalik Institute
Design and Analysis in Software Engineering. Part 1: The Language of Case Studies and Formal Experiments
ACM SIGSOFT Software Engineering Notes vol 19 no 4 October 1994 Page 16 contest. Members of the winning IBM team were Feng-hsinng Hsu, Murray S. Campbell and Arthur J. Hoane, Jr. Running five times faster
Risk Knowledge Capture in the Riskit Method
Risk Knowledge Capture in the Riskit Method Jyrki Kontio and Victor R. Basili [email protected] / [email protected] University of Maryland Department of Computer Science A.V.Williams Building
Automated Software Sizing From Use Case Points
Automated Software Sizing From Use Case Points And Requirements Repositories Daniel D. Galorath, Galorath, Inc. 3 10-4 14-3222 Galorath(i$galorath.com Daniel V. Ferens, Air Force Research Laboratory (AFRL)
EXTENDED ANGEL: KNOWLEDGE-BASED APPROACH FOR LOC AND EFFORT ESTIMATION FOR MULTIMEDIA PROJECTS IN MEDICAL DOMAIN
EXTENDED ANGEL: KNOWLEDGE-BASED APPROACH FOR LOC AND EFFORT ESTIMATION FOR MULTIMEDIA PROJECTS IN MEDICAL DOMAIN Sridhar S Associate Professor, Department of Information Science and Technology, Anna University,
Using Productivity Measure and Function Points to Improve the Software Development Process
Using Productivity Measure and Function Points to Improve the Software Development Process Eduardo Alves de Oliveira and Ricardo Choren Noya Computer Engineering Section, Military Engineering Institute,
Full Function Points for Embedded and Real-Time Software. UKSMA Fall Conference
Full Function Points for Embedded and Real-Time Software UKSMA Fall Conference London (UK) Oct. 30-31, 1998 Software Engineering Management Research Laboratory Université du Québec à Montréal & Software
EVALUATING METRICS AT CLASS AND METHOD LEVEL FOR JAVA PROGRAMS USING KNOWLEDGE BASED SYSTEMS
EVALUATING METRICS AT CLASS AND METHOD LEVEL FOR JAVA PROGRAMS USING KNOWLEDGE BASED SYSTEMS Umamaheswari E. 1, N. Bhalaji 2 and D. K. Ghosh 3 1 SCSE, VIT Chennai Campus, Chennai, India 2 SSN College of
CHAPTER 10 Software Metrics
CHAPTER 10 Software Metrics Introduction When, Why and What? + Measurement Theory + GQM Paradigm Effort Estimation Algorithmic Cost Modeling COCOMO Putnam s model (SLIM) Size Measures + Lines of Code,
Function Point Measurement from Java Programs
Function Point Measurement from Java Programs Shinji Kusumoto, Masahiro Imagawa, Katsuro Inoue Graduate School of Engineering Science Osaka University Toyonaka, Osaka, Japan {kusumoto, imagawa, inoue}@icsesosaka-uacjp
Basic Testing Concepts and Terminology
T-76.5613 Software Testing and Quality Assurance Lecture 2, 13.9.2006 Basic Testing Concepts and Terminology Juha Itkonen SoberIT Contents Realities and principles of Testing terminology and basic concepts
Fundamentals of Measurements
Objective Software Project Measurements Slide 1 Fundamentals of Measurements Educational Objective: To review the fundamentals of software measurement, to illustrate that measurement plays a central role
SOFTWARE ESTIMATING RULES OF THUMB. Version 1 - April 6, 1997 Version 2 June 13, 2003 Version 3 March 20, 2007
SOFTWARE ESTIMATING RULES OF THUMB Version 1 - April 6, 1997 Version 2 June 13, 2003 Version 3 March 20, 2007 Abstract Accurate software estimating is too difficult for simple rules of thumb. Yet in spite
Behavioral Entropy of a Cellular Phone User
Behavioral Entropy of a Cellular Phone User Santi Phithakkitnukoon 1, Husain Husna, and Ram Dantu 3 1 [email protected], Department of Comp. Sci. & Eng., University of North Texas [email protected], Department
More than functional insights from comparison among functional methods of software measurement
More than functional insights from comparison among functional methods of software measurement Martellucci Margherita, Cavallo Anna, Stilo Francesco Maria Sapienza Università di Roma, via del Castro Laurenziano
Quantitative Evaluation of Software Quality Metrics in Open-Source Projects
Quantitative Evaluation of Software Quality Metrics in Open-Source Projects Henrike Barkmann Rüdiger Lincke Welf Löwe Software Technology Group, School of Mathematics and Systems Engineering Växjö University,
An Introduction to. Metrics. used during. Software Development
An Introduction to Metrics used during Software Development Life Cycle www.softwaretestinggenius.com Page 1 of 10 Define the Metric Objectives You can t control what you can t measure. This is a quote
Quantitative and qualitative methods in process improvement and product quality assessment.
Quantitative and qualitative methods in process improvement and product quality assessment. Anna Bobkowska Abstract Successful improvement of the development process and product quality assurance should
The Challenge of Productivity Measurement
Proceedings: Pacific Northwest Software Quality Conference, 2006 The Challenge of Productivity Measurement David N. Card Q-Labs, Inc [email protected] Biography- David N. Card is a fellow of Q-Labs, a subsidiary
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Coupling and Cohesion
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
A Comparison of Calibrated Equations for Software Development Effort Estimation
A Comparison of Calibrated Equations for Software Development Effort Estimation Cuauhtemoc Lopez Martin Edgardo Felipe Riveron Agustin Gutierrez Tornes 3,, 3 Center for Computing Research, National Polytechnic
Simulating the Structural Evolution of Software
Simulating the Structural Evolution of Software Benjamin Stopford 1, Steve Counsell 2 1 School of Computer Science and Information Systems, Birkbeck, University of London 2 School of Information Systems,
CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA
We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical
ISO/IEC 9126 in practice: what do we need to know?
ISO/IEC 9126 in practice: what do we need to know? P. Botella, X. Burgués, J.P. Carvallo, X. Franch, G. Grau, J. Marco, C. Quer Abstract ISO/IEC 9126 is currently one of the most widespread quality standards.
A Specific Effort Estimation Method Using Function Point
JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 27, 1363-1376 (2011) A Specific Effort Estimation Method Using Function Point BINGCHIANG JENG 1,*, DOWMING YEH 2, DERON WANG 3, SHU-LAN CHU 2 AND CHIA-MEI
Estimation of the COCOMO Model Parameters Using Genetic Algorithms for NASA Software Projects
Journal of Computer Science 2 (2): 118-123, 2006 ISSN 1549-3636 2006 Science Publications Estimation of the COCOMO Model Parameters Using Genetic Algorithms for NASA Software Projects Alaa F. Sheta Computers
MEASURING THE SIZE OF SMALL FUNCTIONAL ENHANCEMENTS TO SOFTWARE
MEASURING THE SIZE OF SMALL FUNCTIONAL ENHANCEMENTS TO SOFTWARE Marcela Maya, Alain Abran, Pierre Bourque Université du Québec à Montréal P.O. Box 8888 (Centre-Ville) Montréal (Québec), Canada H3C 3P8
Object Oriented Design
Object Oriented Design Kenneth M. Anderson Lecture 20 CSCI 5828: Foundations of Software Engineering OO Design 1 Object-Oriented Design Traditional procedural systems separate data and procedures, and
Using Measurement to translate Business Vision into Operational Software Strategies
Using Measurement to translate Business Vision into Operational Software Strategies Victor R. Basili University of Maryland and Fraunhofer Center - Maryland BUSINESS NEEDS Any successful business requires:
PROCESS AND PRODUCT QUALITY ASSURANCE MEASURES IN CMMI
PROCESS AND PRODUCT QUALITY ASSURANCE MEASURES IN CMMI Mahmoud Khraiwesh Faculty of Science and Information Technology, Zarqa University, Zarqa Jordan ABSTRACT Process and product quality assurance are
Software Engineering Introduction & Background. Complaints. General Problems. Department of Computer Science Kent State University
Software Engineering Introduction & Background Department of Computer Science Kent State University Complaints Software production is often done by amateurs Software development is done by tinkering or
The Software Process. The Unified Process (Cont.) The Unified Process (Cont.)
The Software Process Xiaojun Qi 1 The Unified Process Until recently, three of the most successful object-oriented methodologies were Booch smethod Jacobson s Objectory Rumbaugh s OMT (Object Modeling
Software Engineering Compiled By: Roshani Ghimire Page 1
Unit 7: Metric for Process and Product 7.1 Software Measurement Measurement is the process by which numbers or symbols are assigned to the attributes of entities in the real world in such a way as to define
Software Engineering. Introduction. Software Costs. Software is Expensive [Boehm] ... Columbus set sail for India. He ended up in the Bahamas...
Software Engineering Introduction... Columbus set sail for India. He ended up in the Bahamas... The economies of ALL developed nations are dependent on software More and more systems are software controlled
Software quality measurement Magne Jørgensen University of Oslo, Department of Informatics, Norway
Software quality measurement Magne Jørgensen University of Oslo, Department of Informatics, Norway Abstract: This paper analyses our ability to measure software quality. The analysis is based on the representational
A Metrics-Based Approach to Technical Documentation Quality
A Metrics-Based Approach to Technical Documentation Quality Anna Wingkvist, Morgan Ericsson, Rüdiger Lincke and Welf Löwe School of Computer Science, Physics, and Mathematics, Linnaeus University, Sweden
How To Run Statistical Tests in Excel
How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting
Fuzzy Cognitive Map for Software Testing Using Artificial Intelligence Techniques
Fuzzy ognitive Map for Software Testing Using Artificial Intelligence Techniques Deane Larkman 1, Masoud Mohammadian 1, Bala Balachandran 1, Ric Jentzsch 2 1 Faculty of Information Science and Engineering,
Quotes from Object-Oriented Software Construction
Quotes from Object-Oriented Software Construction Bertrand Meyer Prentice-Hall, 1988 Preface, p. xiv We study the object-oriented approach as a set of principles, methods and tools which can be instrumental
C. Wohlin, "Is Prior Knowledge of a Programming Language Important for Software Quality?", Proceedings 1st International Symposium on Empirical
C. Wohlin, "Is Prior Knowledge of a Programming Language Important for Software Quality?", Proceedings 1st International Symposium on Empirical Software Engineering, pp. 27-36, Nara, Japan, October 2002.
Software Testing & Analysis (F22ST3): Static Analysis Techniques 2. Andrew Ireland
Software Testing & Analysis (F22ST3) Static Analysis Techniques Andrew Ireland School of Mathematical and Computer Science Heriot-Watt University Edinburgh Software Testing & Analysis (F22ST3): Static
II. TYPES OF LEVEL A.
Study and Evaluation for Quality Improvement of Object Oriented System at Various Layers of Object Oriented Matrices N. A. Nemade 1, D. D. Patil 2, N. V. Ingale 3 Assist. Prof. SSGBCOET Bhusawal 1, H.O.D.
Teaching model: C1 a. General background: 50% b. Theory-into-practice/developmental 50% knowledge-building: c. Guided academic activities:
1. COURSE DESCRIPTION Degree: Double Degree: Derecho y Finanzas y Contabilidad (English teaching) Course: STATISTICAL AND ECONOMETRIC METHODS FOR FINANCE (Métodos Estadísticos y Econométricos en Finanzas
Efficient Indicators to Evaluate the Status of Software Development Effort Estimation inside the Organizations
Efficient Indicators to Evaluate the Status of Software Development Effort Estimation inside the Organizations Elham Khatibi Department of Information System Universiti Teknologi Malaysia (UTM) Skudai
Analysis of Load Frequency Control Performance Assessment Criteria
520 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 3, AUGUST 2001 Analysis of Load Frequency Control Performance Assessment Criteria George Gross, Fellow, IEEE and Jeong Woo Lee Abstract This paper presents
PROBABILITY AND STATISTICS. Ma 527. 1. To teach a knowledge of combinatorial reasoning.
PROBABILITY AND STATISTICS Ma 527 Course Description Prefaced by a study of the foundations of probability and statistics, this course is an extension of the elements of probability and statistics introduced
Quality Management. Managing the quality of the software process and products
Quality Management Managing the quality of the software process and products Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 24 Slide 1 Objectives To introduce the quality management process
INTEGRATED PROJECT MANAGEMENT MEASURES IN CMMI
INTEGRATED PROJECT MANAGEMENT MEASURES IN CMMI ABSTRACT Mahmoud Khraiwesh Faculty of Information Technology, Zarqa University, Zarqa Jordan Project management is quite important to execute projects effectively
Visualizing e-government Portal and Its Performance in WEBVS
Visualizing e-government Portal and Its Performance in WEBVS Ho Si Meng, Simon Fong Department of Computer and Information Science University of Macau, Macau SAR [email protected] Abstract An e-government
Foundation of Quantitative Data Analysis
Foundation of Quantitative Data Analysis Part 1: Data manipulation and descriptive statistics with SPSS/Excel HSRS #10 - October 17, 2013 Reference : A. Aczel, Complete Business Statistics. Chapters 1
An Integrated Quality Assurance Framework for Specifying Business Information Systems
An Integrated Quality Assurance Framework for Specifying Business Information Systems Frank Salger 1, Stefan Sauer 2, Gregor Engels 1,2 1 Capgemini sd&m AG, Carl-Wery-Str. 42, D-81739 München, Germany
Chapter 7: Simple linear regression Learning Objectives
Chapter 7: Simple linear regression Learning Objectives Reading: Section 7.1 of OpenIntro Statistics Video: Correlation vs. causation, YouTube (2:19) Video: Intro to Linear Regression, YouTube (5:18) -
Measuring the Coherence of Software Product Line Architectures
Measuring the Coherence of Software Product Line Architectures Vojislav B. Mišić 1 technical report TR 06/03 Department of Computer Science, University of Manitoba Winnipeg, Manitoba, Canada R3T 2N2 June
