A Decision Support System for the Assessment of Higher Education Degrees in Portugal

Size: px
Start display at page:

Download "A Decision Support System for the Assessment of Higher Education Degrees in Portugal"

Transcription

1 A Decision Support System for the Assessment of Higher Education Degrees in Portugal José Paulo Santos, José Fernando Oliveira, Maria Antónia Carravilla, Carlos Costa Faculty of Engineering of the University of Porto (FEUP) Portugal Abstract The Foundation of Portuguese Universities (FUP) is a private institution of public interest, created in 1993 and subscribed both by Public Universities and the Catholic Portuguese University, all of them members of the Council of the Portuguese Universities Rectors (CRUP). The assessment of higher education degrees in Portugal is coordinated by FUP. The degrees are grouped by scientific areas and for each area an evaluation panel is designated. The evaluation panels are composed by representatives of the Portuguese universities and by representatives of independent institutions. The task of the evaluation panels is the assessment of the degrees belonging to a scientific area, considering, on the one hand, the self-evaluation reports presented by each school and, on the other hand, a 2 or 3-day visit to the degree site. The assessment is accomplished considering several pre-defined criteria. Recently, the results of the assessment of higher education in Portugal started to be expressed in a quantitative way, complementing the qualitative evaluation. A first phase of this process intended to obtain, for each group of degrees, assessed by the same evaluation panel, a rating for each evaluation criterion. In a second phase, after the definition of a methodology to weight each one of the evaluation criteria, an absolute ranking of the degrees belonging to a certain scientific area may be obtained. We will present a first approach to a Decision Support System (DSS) that intended to help the Foundation of the Portuguese Universities in the task of managing part of the process. The prototype of this DSS was built on an Excel sheet using VBA and it incorporates a methodology to obtain the rating of the degrees for each criterion. Keywords: DSS; Higher Education Degrees; Rating 1 Introduction 1.1 Objective One of the objectives of the Bologna declaration is the assessment of teaching quality. The process of assessment of higher education degrees in Portugal was built with this objective in mind. This is a process of great dimension and complexity, generator of conflicts regarding fundamental questions of the decision model, such as: what is evaluated, how it is evaluated, who evaluates and when it is done. It is therefore necessary, in an initial phase, to clearly define a series of rules, agreed on by all participating elements of this process, that eliminates or at least reduces the inconsistency of the results. This project aims at building a support system for the decision process related to the assessment of higher education degrees. To obtain this objective a statistically robust Decision Support System (DSS) was created. This system should include support tools for the following phases of the assessment process: Input and handle the information; Methodology to obtain a degree rating within each of the assessment criteria. 1.2 Organization and Summary This document is divided into three sections, including this introduction. Section 2 addresses the assessment support system of higher education degrees (AHED) and it is subdivided in three subsections, beginning with a brief introduction to AHED, followed by a description on how the information is input and the methodologies used in the different phases of the process. The third and last section includes a summary of the results and some future work to be done. 1.3 General Overview The decision support system presented in this paper is based on pair wise comparisons between degrees. Each assessor that visited a pair of institutions just has to say if, for each criterion, degree i is better, similar or worse than degree j. The evaluations of all assessors are merged and a global evaluation is computed based on the most frequent score given by all assessors. To much low levels of agreement among assessors and lack of evaluations for a certain pair of degrees are situations that are automatically detected and tools to aid their resolution are implemented. The final step is the rating of the degrees, i.e., deciding to which group each degree should belong. The decision of accepting or rejecting a degree in a group is based on a test of hypothesis over the distance of a degree to the best of the good groups and to the worst of the bad groups. These tests are performed over a normalized sum of the scores obtained by each degree.

2 2 AHED 2.1 Introduction The support system for the assessment of higher education degrees (AHED) is composed by two modules, which correspond to the two phases of the assessment process. In a first phase, the definition of methodologies to input and handle information supplied by each element of the evaluation panel; in a second phase the definition of methodologies in order to obtain the degree rating within each of the assessment criteria. 2.2 Input and Treatment of Information The Worksheet Setup To start the process it is necessary to insert some initial data. These data define the number of degrees, the criteria and the assessors and their designations. Suppose that you fill in the data sheet with the values shown in Figure 1: Figure 1: Data Sheet To start the process the macro StartUp should be executed. This macro will generate one sheet for each assessor s data, an auxiliary sheet and RS m rating sheets, where m is the number of degrees. RS m is given by the following expression: RS m = m 2 if m even Inserting the Assessor s Data m if m odd (1) The next step is the insertion of the information given by each one of the assessors (Figure 2). Figure 2: Example - Assessor s Data For each criterion, there is a square matrix of dimension equal to the number of degrees. The values to put in the cells of the referred matrix can be 0 (worst), 0.5 (similar) or 1 (best). It is important to refer that it is not necessary to fill in all the cells, as generally an assessor does not visit all the degrees. In this case the assessor should leave the cells blank ( ). In order to explain the meaning of these values, the matrix of criterion1, for assessor1, presented in Figure 2, will be used: the (1) in element (1,2) of the matrix means that degree1 is better than degree2; the (0.5) in element (1,3) of the matrix means that degree1 is similar than degree3; the (0) in element (2,3) of the matrix means that degree2 is worse than degree3. In this same table it can be noticed that it is only necessary to fill in the upper triangular matrix. In fact, when classifying element (1,2) of the matrix with value 1, i.e., classifying degree1 as being better than degree2, then element (2,1) of the same matrix automatically receives the information that degree2 is worse than degree1, i.e, it receives the value 0. In general, if Element ij = 1/0 then Element ji = 0/1, else if Element ij = 0.5 then Element ji = 0.5, else Element ij = Element ji =. 2.3 Obtaining the Degree s Rating for Each Criterion The Vote Count We will use the following notation: d assessor {1,...D} k criterion {1,...K} i degree {1,...I} j degree {1,...I} w score {0, 0.5, 1} The votes of each assessor d are input and for each criterion k, each pair of degrees (i,j) and each score w, the votes are counted V kwij. The total number of votes TV kij are also obtained. These partial sums are represented in Figure 3 of our example. The calculation of V kwij and TV kij is done by the following expressions: 1 if d scored with w the relation ij for k P dkwij = 0 if not kwij V kwij = (2) D P dkwij (3) d=1

3 kij TV kij = V kwij (4) w {0,0.5,1} The level of confidence (c) parameter is related to the statistic tests performed in the rating process will be explained in subsection In Figure 5, R kij, the summary of the assessors scores for each criterion k and for each pair of degrees (i,j) is presented. R kij is calculated by the following expression: kij if TV kij < (a) R kij = V otes? else if w V kwij TV kij (b) R kij = w (5) Figure 3: Example - VoteCount Sheet else R kij = Decision! Tuning the Parameters Before starting the rating process it is necessary to adjust three parameters: (a) - minimum total of votes; (b) - minimum percentage of votes to decide; (c) - level of confidence. Figure 4 shows the values used in the example. Figure 5: Example - Rating1 Sheet - Selection Figure 4: Example - Rating1 Sheet- Setup The level of confidence parameter (c) allows to immediately determine the field Cut Value (right tail), corresponding to the percentage value for the t distribution with (I-1) degrees of freedom (where I is the total number of degrees). The parameter minimum total of votes (a) is directly related to the minimum number of assessors that must be common to each pair of evaluation groups, i.e., the minimum number of assessors that can compare two degrees as they have visited both institutions. The minimum value for this parameter is, of course, 1. The parameter minimum percentage of votes to decide (b) is related to the level of agreement necessary to have a final score for each pair of degrees. For instance, a value of 75% means that at least 3/4 of the assessors have to give the same score for that score to be considered in the final tableau. If it doesn t happen this decision is left to be taken during a general meeting of the assessors. In this phase, if for all k,i,j, R kij V otes? and R kij Decision!, according to Canter [1], the values LineSum (LS ki ) and NormLineSum ( LS ki ) are calculated Figure 5. The expressions used to calculate LS ki, T k and LS ki are respectively: LS ki = T k = I R kij (6) j=1 I LS ki (7) i=1 LS ki = LS ki T k (8) The expression LS ki can also assume the label Lack of Decisions if, in the row related to degree i there are one or more Votes? (insufficiency of votes) or Decision! (decisions to make). In order to proceed to the rating process both situations have to be solved.

4 2.3.3 Insufficiency of Votes When the votes are insufficient it is necessary to verify which pairs of degrees have insufficient votes and for each one of these pairs, a pair of assessors that have visited at least one of these degrees and a third in common need to be found. In fact, not having direct information about how to compare degrees α and γ, because there isn t a common element in the committees that visited the respective institutions, makes it necessary to estimate a relation between theses degrees through an indirect comparison, ie, using a third degree β which serves as a pivot in the transitivity relation: e.g. if α is better than β and β is better than γ then α is better than γ. All possible situations for the relation of order are represented in Table 1, together with the respective result. Value 0 expresses a worst relation, value 0.5 expresses a similar relation and value 1 expresses a better relation. Finally, a * represents a wildcard meaning any value of the relation of order. The wildcard is used when the value placed in that position is indifferent for the resulting relation (α,γ) and has the objective of simplifying the table. (α,β) (β,γ) (α,γ) Table 1: Transitivity Table The use of different pivots can originate different conclusions for the relation (α,γ), given a natural degree of inconsistency in the evaluations. So, whenever there is more than one possible pivot for the relation it is necessary to collect different values in order to generate a single relation. The usage of a measure that results in a value not belonging to set V={0, 0.5, 1} is naturally eliminated. It was decided to use the average of the obtained values, rounded to the closest value of set V. Special attention should be given to values 0.25 and So, assuming that whatever can not be decided may be considered as equivalent, as has been done in the transitivity table for the cases where (α,β) (β,γ), both 0.25 and 0.75 will be rounded to 0.5. In order to unravel this transitivity process the Negotiation macro should be executed. After executing this macro the Negotiation sheet is created, where the pairs of degrees with insufficient votes are represented. This sheet indicates for each criterion, which pair or pairs of assessors visited one of the two degrees involved and a third in common, and presents as a result of the transitivity process, the relation of the degrees. To simulate a situation with insufficiency of votes, admit that, for criterion1, a set of assessors classified the degrees as illustrated in Figure 6(a). These classifications lead to the values presented in Figure 6(b), leading to the conclusion that there is an insufficiency of votes in the relation of degree2 with degree3. Through the analysis of Figure 6(a) it is said that assessor1 and assessor2 visited degree2, assessor3 visited degree3, all visited degree1 and none scored the relation of degree2 with degree3. (a) Votes (b) Selection Figure 6: Example - Insufficiency of Votes Figure 7 shows the result of the application of the transitivity process to the data present in Figure 6. Figure 7: Example - Negotiation Sheet - Insufficiency of Votes In order to determine the values presented in Figure 7, consider that (degree2, degree1, degree3) corresponds to (α, β, γ). Given that assessor1 and assessor2 scored (α, β) value 0 (if (β,α) = 1 then (α,β) = 0), and, assessor3 scored (β, γ) value 1, then, see transitivity table, (α, γ) results in value 0.5. Calculating the average of both values we obtain 0.5, score for the relation of degree2 and degree Decisions to Make When there are decisions to make for any pair of degrees, because there is not a minimum level of agreement among the assessors, then the assessors that visited those pairs of degrees should meet in order to define the relation for the pairs of degrees in question and increase the level of agreement. Now we will simulate a situation where decisions need to be made, considering that, for criterion2, the set of assessors scored the degrees as illustrated in Figure 8(a). Figure 8(b) reflects the results of these classifications, leading to a situation of doubt in the relation of degree1 with degree3. This situation is a consequence of the lack of agreement in the evaluations, given that assessor1, assessor2 and assessor3 classified the relation of degree1 with degree3, respectively with 0, 0.5 and 1. To define the relation for the pairs of degrees in question a meeting among the assessors is needed.

5 (a) Votes (b) Selection Figure 8: Example - Decisions to Make The Rating Process After defining the scores for all pairs of degrees it is possible to start the rating process, by executing the Rating macro. The degrees are ordered both in decreasing and increasing order of LS ki. Considering that degree l is such that LS kl = max i LSki the differences R klj R kij are calculated together with the mean j (R klj R kij )/I and the standard deviation for each i. The same is done for degree u, where LS ku = min i LSki (see Figure 9). Figure 9: Example - Best and Worst (criterion1) Since this situation is dealt with sample pairs of small dimension and according to Guimarães and Cabral [2] we must test the hypothesis of the expected value of a normal population µ = 0. The value t of the t-distribution is calculated by the following expression: t = d µ s m (9) The value t for the best degree is not calculated (because s = 0) and is automatically accepted. The remaining is compared with the cut value (for example ) and if they are inferior to this value they are Accepted, if not they are Rejected. The analysis for the Worst table is similar to the analysis relative to the Best. If a degree is rejected by both groups, i.e., by the Best and the Worst, then it is evaluated in the following Rating sheet. Considering the degree is accepted by one of the groups (Best or Worst) then it will be immediately rated. For each Rating i sheet, the degrees belonging to the Best group are labelled i, while the degrees belonging to the Worst group is labelled m i+1. At a final stage the numbers are converted to classes labelled by letters in alphabetical sequence. It should be printed out that the number of rating classes obtained in this process is dependent on the level of confidence defined for the hypothesis test. A high level of confidence (near 1) means that we want to be very sure when rejecting a degree from a group and so we will end up with just one group: nothing is excluded, all the degrees are equal. On the other hand, a low value for the level of confidence will originate a rating where each group will have just one element, i.e, all the degrees are very different but we may be very wrong. A few trial runs should be performed in order to tune an adequate value for this parameter. 3 Conclusions and Future Work Some important results obtained in this investigation and some future work to be done will now be summarized. The Decision Support System (DSS) for the Assessment of Higher Education Degrees is an extremely important tool to manage the whole assessment process. During the meetings, whenever there are situations of uncertainty, it determines which assessors should meet to complete the rating of degrees for the different criteria. This DDS, which is based on the analysis of sample pairs, was used to obtain the rating of engineering degrees in Portugal, having produced valuable results. As for future work, the search for theoretical results that may eventually lead to more efficient systems emerges, as a way of improving the statistical robustness of the evaluation process. Another topic includes the implementation and testing of methodologies to weight the evaluation criteria, leading to the determination of an absolute ranking. References [1] Larry W. Canter. Environmental Impact Assessment, pages McGraw-Hil, 2nd edition, [2] Rui Campos Guimarães and José A. Sarsfield Cabral. Estatística, pages McGraw-Hill, José Paulo Santos José Paulo Santos graduated in Electrical and Computer Engineering and awarded a MSc in Computational Methods in Sciences and Engineering in the area of Simulation at the Faculty of Engineering of the University of Porto (FEUP), Portugal. Recently he is attending a PhD in Electrical and Computer Engineering at the same faculty. José Fernando Oliveira José Fernando Oliveira is Auxiliary Professor at the Department of Electrical and Computers Engineering of the Faculdade de Engenharia da

6 Universidade do Porto and Senior Researcher in the Manufacturing Systems Engineering Unit at INESC-Porto, in Portugal. He received his PhD by the Faculdade de Engenharia da Universidade do Porto, in His primary area of interest is the application of Decision and Optimization Methods to industrial and organizational problems. The main application areas have been Cutting and Packing Problems and Decisions Support Systems for the government of Higher Education schools. Maria Antónia Carravilla Maria Antónia Carravilla graduated in Electrical Engineering and finished her MSc in Electrical and Computer Engineering in the area of Control Theory, both in the Faculty of Engineering of the University of Porto (FEUP). In 1996 she concluded her PhD in Operations Research and Production Planning at FEUP. She is Auxiliary Professor at the Department of Electrical and Computers Engineering of FEUP and Senior Researcher in the Manufacturing Systems Engineering Unit at INESC-Porto, in Portugal. In the last years, her main research areas have been Logistics, Decision Support Systems and Constraint Logic Programming. Carlos Costa Carlos Costa is a Full Professor of Chemical Engineering at the Faculty of Engineering of the University of Porto, Portugal since He obtained his PhD in Chemical Engineering from the Faculty of Engineering of the University of Porto, in His current research interests centre on Process and Environmental Systems Engineering. He is the author of over 50 publications in refereed journals and presented over 50 communications at international conferences with refereeing. He is, since 2001, Dean of the Faculty of Engineering of the University of Porto.

ANALYTIC HIERARCHY PROCESS (AHP) TUTORIAL

ANALYTIC HIERARCHY PROCESS (AHP) TUTORIAL Kardi Teknomo ANALYTIC HIERARCHY PROCESS (AHP) TUTORIAL Revoledu.com Table of Contents Analytic Hierarchy Process (AHP) Tutorial... 1 Multi Criteria Decision Making... 1 Cross Tabulation... 2 Evaluation

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

PUBLIC NOTICE. II - Workplace Faculdade de Ciências da Universidade de Lisboa, located in Campo Grande, 1749-016 Lisboa.

PUBLIC NOTICE. II - Workplace Faculdade de Ciências da Universidade de Lisboa, located in Campo Grande, 1749-016 Lisboa. PUBLIC NOTICE National and international applications are open by Faculdade de Ciências da Universidade de Lisboa (FCUL), for a period of 30 (thirty) working days counted from the day immediately following

More information

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing.

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing. Introduction to Hypothesis Testing CHAPTER 8 LEARNING OBJECTIVES After reading this chapter, you should be able to: 1 Identify the four steps of hypothesis testing. 2 Define null hypothesis, alternative

More information

Project Management Organization

Project Management Organization Project Management Organization Article Info:, Vol. 3 (2008), No. 1, pp. 003-009 Received 12 Januar 2008 Accepted 24 April 2008 UDC 005.8 Summary In our work we will try to show, according to recent and

More information

PERFORMANCE MEASUREMENT OF INSURANCE COMPANIES BY USING BALANCED SCORECARD AND ANP

PERFORMANCE MEASUREMENT OF INSURANCE COMPANIES BY USING BALANCED SCORECARD AND ANP PERFORMANCE MEASUREMENT OF INSURANCE COMPANIES BY USING BALANCED SCORECARD AND ANP Ronay Ak * Istanbul Technical University, Faculty of Management Istanbul, Turkey Email: akr@itu.edu.tr Başar Öztayşi Istanbul

More information

Statistics Review PSY379

Statistics Review PSY379 Statistics Review PSY379 Basic concepts Measurement scales Populations vs. samples Continuous vs. discrete variable Independent vs. dependent variable Descriptive vs. inferential stats Common analyses

More information

PUBLIC NOTICE. In accordance with Articles 37 to 51 and 62 A of ECDU, the following requirements shall apply: I Admission requirements:

PUBLIC NOTICE. In accordance with Articles 37 to 51 and 62 A of ECDU, the following requirements shall apply: I Admission requirements: PUBLIC NOTICE National and international applications are invited by the Faculty of Sciences of the University of Lisbon, for a period of 30 (thirty) working days from the day immediately following the

More information

Teaching Logistics without Formal Classes: a case study

Teaching Logistics without Formal Classes: a case study Teaching Logistics without Formal Classes: a case study Maria Antónia Carravilla, José Fernando Oliveira Faculty of Engineering, University of Porto {mac,jfo}@fe.up.pt Abstract In this paper we will present

More information

MULTICRITERIA MAKING DECISION MODEL FOR OUTSOURCING CONTRACTOR SELECTION

MULTICRITERIA MAKING DECISION MODEL FOR OUTSOURCING CONTRACTOR SELECTION 2008/2 PAGES 8 16 RECEIVED 22 12 2007 ACCEPTED 4 3 2008 V SOMOROVÁ MULTICRITERIA MAKING DECISION MODEL FOR OUTSOURCING CONTRACTOR SELECTION ABSTRACT Ing Viera SOMOROVÁ, PhD Department of Economics and

More information

Using Excel for Statistical Analysis

Using Excel for Statistical Analysis Using Excel for Statistical Analysis You don t have to have a fancy pants statistics package to do many statistical functions. Excel can perform several statistical tests and analyses. First, make sure

More information

Using Excel for Statistics Tips and Warnings

Using Excel for Statistics Tips and Warnings Using Excel for Statistics Tips and Warnings November 2000 University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 1.1 Data Entry and

More information

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

More information

Almost all spreadsheet programs are based on a simple concept: the malleable matrix.

Almost all spreadsheet programs are based on a simple concept: the malleable matrix. MS EXCEL 2000 Spreadsheet Use, Formulas, Functions, References More than any other type of personal computer software, the spreadsheet has changed the way people do business. Spreadsheet software allows

More information

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon t-tests in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com www.excelmasterseries.com

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Keywords: Business Process Management, Implementation Methodologies, Blinds Manufacturing Company.

Keywords: Business Process Management, Implementation Methodologies, Blinds Manufacturing Company. Business Process Management and its results in a Blinds Manufacturing Company Eduarda Espindola eduarda.espindola@engenharia.ufjf.br Luiz Henrique Dias Alves luiz.alves@ufjf.edu.br Universidade Federal

More information

Recommendations and Precautions to Prevent Accidents in Construction

Recommendations and Precautions to Prevent Accidents in Construction Recommendations and Precautions to Prevent Accidents in Construction Soeiro, Alfredo Departamento de Construções Civis / Faculdade de Engenharia da Universidade do Porto / Rua Dr. Roberto Frias, S/ n.º

More information

RANKING REFACTORING PATTERNS USING THE ANALYTICAL HIERARCHY PROCESS

RANKING REFACTORING PATTERNS USING THE ANALYTICAL HIERARCHY PROCESS RANKING REFACTORING PATTERNS USING THE ANALYTICAL HIERARCHY PROCESS Eduardo Piveta 1, Ana Morra 2, Maelo Penta 1 João Araújo 2, Pedro Guerrro 3, R. Tom Price 1 1 Instituto de Informática, Universidade

More information

Thermo Scientific Dionex Chromeleon 7 Chromatography Data System Software

Thermo Scientific Dionex Chromeleon 7 Chromatography Data System Software Thermo Scientific Dionex Chromeleon 7 Chromatography Data System Software Frank Tontala, Thermo Fisher Scientific, Germering, Germany Technical Note 708 Key Words Chromeleon Chromatography Data System,

More information

Using MS Excel to Analyze Data: A Tutorial

Using MS Excel to Analyze Data: A Tutorial Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and

More information

A Case Study in Software Enhancements as Six Sigma Process Improvements: Simulating Productivity Savings

A Case Study in Software Enhancements as Six Sigma Process Improvements: Simulating Productivity Savings A Case Study in Software Enhancements as Six Sigma Process Improvements: Simulating Productivity Savings Dan Houston, Ph.D. Automation and Control Solutions Honeywell, Inc. dxhouston@ieee.org Abstract

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

APPENDIX N. Data Validation Using Data Descriptors

APPENDIX N. Data Validation Using Data Descriptors APPENDIX N Data Validation Using Data Descriptors Data validation is often defined by six data descriptors: 1) reports to decision maker 2) documentation 3) data sources 4) analytical method and detection

More information

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

More information

How to Write a Formal Lab Report

How to Write a Formal Lab Report Union College Physics and Astronomy How to Write a Formal Lab Report A formal lab report is essentially a scaled-down version of a scientific paper, reporting on the results of an experiment that you and

More information

Recall this chart that showed how most of our course would be organized:

Recall this chart that showed how most of our course would be organized: Chapter 4 One-Way ANOVA Recall this chart that showed how most of our course would be organized: Explanatory Variable(s) Response Variable Methods Categorical Categorical Contingency Tables Categorical

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Paper Airplanes & Scientific Methods

Paper Airplanes & Scientific Methods Paper Airplanes 1 Name Paper Airplanes & Scientific Methods Scientific Inquiry refers to the many different ways in which scientists investigate the world. Scientific investigations are done to answer

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

An approach to accreditation: the path of the Italian Higher Education

An approach to accreditation: the path of the Italian Higher Education An approach to accreditation: the path of the Italian Higher Education Carlo Calandra Buonaura CNVSU Board and University of Modena and Reggio Emilia, calandra@unimo.it Primiano Di Nauta CNVSU Technical

More information

Calculating the Probability of Returning a Loan with Binary Probability Models

Calculating the Probability of Returning a Loan with Binary Probability Models Calculating the Probability of Returning a Loan with Binary Probability Models Associate Professor PhD Julian VASILEV (e-mail: vasilev@ue-varna.bg) Varna University of Economics, Bulgaria ABSTRACT The

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

The Friedman Test with MS Excel. In 3 Simple Steps. Kilem L. Gwet, Ph.D.

The Friedman Test with MS Excel. In 3 Simple Steps. Kilem L. Gwet, Ph.D. The Friedman Test with MS Excel In 3 Simple Steps Kilem L. Gwet, Ph.D. Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document

More information

USC Marshall School of Business Academic Information Services. Excel 2007 Qualtrics Survey Analysis

USC Marshall School of Business Academic Information Services. Excel 2007 Qualtrics Survey Analysis USC Marshall School of Business Academic Information Services Excel 2007 Qualtrics Survey Analysis DESCRIPTION OF EXCEL ANALYSIS TOOLS AVAILABLE... 3 Summary of Tools Available and their Properties...

More information

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Jamie DeCoster Department of Psychology University of Alabama 348 Gordon Palmer Hall Box 870348 Tuscaloosa, AL 35487-0348 Phone:

More information

Chapter 6: The Information Function 129. CHAPTER 7 Test Calibration

Chapter 6: The Information Function 129. CHAPTER 7 Test Calibration Chapter 6: The Information Function 129 CHAPTER 7 Test Calibration 130 Chapter 7: Test Calibration CHAPTER 7 Test Calibration For didactic purposes, all of the preceding chapters have assumed that the

More information

Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation

Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation Leslie Chandrakantha lchandra@jjay.cuny.edu Department of Mathematics & Computer Science John Jay College of

More information

Module 4 (Effect of Alcohol on Worms): Data Analysis

Module 4 (Effect of Alcohol on Worms): Data Analysis Module 4 (Effect of Alcohol on Worms): Data Analysis Michael Dunn Capuchino High School Introduction In this exercise, you will first process the timelapse data you collected. Then, you will cull (remove)

More information

NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES

NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES NEW VERSION OF DECISION SUPPORT SYSTEM FOR EVALUATING TAKEOVER BIDS IN PRIVATIZATION OF THE PUBLIC ENTERPRISES AND SERVICES Silvija Vlah Kristina Soric Visnja Vojvodic Rosenzweig Department of Mathematics

More information

Internet-Based Learning Tools: Development and Learning Psychology (DLP) Experience

Internet-Based Learning Tools: Development and Learning Psychology (DLP) Experience Internet-Based Learning Tools: Development and Learning Psychology (DLP) Experience José Tavares Ana Paula Cabral Isabel Huet Silva Rita Carvalho Anabela Pereira Isabel Lopes Educational Sciences Department,

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

http://www.p-hd.com.ar

http://www.p-hd.com.ar http://www.p-hd.com.ar February 2012 revision Pág. 1 de 19 Table of contents 1 Introduction.... 3 2 Installation and initial setup.... 4 2.1 Screens language.... 4 2.2 Data base conection parameters....

More information

José Egidio M.Tondin 1, Mario O. de Menezes 1, Marina B.A.Vasconcellos 1 and João A.Osso Jr. 1 ABSTRACT 1. INTRODUCTION

José Egidio M.Tondin 1, Mario O. de Menezes 1, Marina B.A.Vasconcellos 1 and João A.Osso Jr. 1 ABSTRACT 1. INTRODUCTION PROSPECTION OF IMPLEMENTATION OF DISTANCE LEARNING AT IPEN CNEN/SP FOR THE COURSE ON FUNDAMENTALS OF NUCLEAR PHYSICS USING INFRASTRUCTURE OF FREE SOFTWARE José Egidio M.Tondin 1, Mario O. de Menezes 1,

More information

Integrated Municipal Asset Management tool (IMAM)

Integrated Municipal Asset Management tool (IMAM) Integrated Municipal Asset Management tool (IMAM) Integrated Municipal Asset Management tool that makes it easy for decision makers to use and implement the developed Models. This tool is developed using

More information

Analysis of Variance. MINITAB User s Guide 2 3-1

Analysis of Variance. MINITAB User s Guide 2 3-1 3 Analysis of Variance Analysis of Variance Overview, 3-2 One-Way Analysis of Variance, 3-5 Two-Way Analysis of Variance, 3-11 Analysis of Means, 3-13 Overview of Balanced ANOVA and GLM, 3-18 Balanced

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

How to do AHP analysis in Excel

How to do AHP analysis in Excel How to do AHP analysis in Excel Khwanruthai BUNRUAMKAEW (D) Division of Spatial Information Science Graduate School of Life and Environmental Sciences University of Tsukuba ( March 1 st, 01) The Analytical

More information

REGULATION OF THIRD CYCLE STUDIES IN ECONOMICS OF THE SCHOOL OF ECONOMICS, UNIVERSITY OF PORTO. Article 1 Legal Framework

REGULATION OF THIRD CYCLE STUDIES IN ECONOMICS OF THE SCHOOL OF ECONOMICS, UNIVERSITY OF PORTO. Article 1 Legal Framework REGULATION OF THIRD CYCLE STUDIES IN ECONOMICS OF THE SCHOOL OF ECONOMICS, UNIVERSITY OF PORTO Article 1 Legal Framework This regulation seeks to develop and complement the legal framework introduced by

More information

User Manual for Sustainable Development Interactive Tutorial Software

User Manual for Sustainable Development Interactive Tutorial Software User Manual for Sustainable Development Interactive Tutorial Software copyright December 2008 Philippine Council for Sustainable Development (PCSD) TABLE OF CONTENTS User Manual for Sustainable Development

More information

Simulating Chi-Square Test Using Excel

Simulating Chi-Square Test Using Excel Simulating Chi-Square Test Using Excel Leslie Chandrakantha John Jay College of Criminal Justice of CUNY Mathematics and Computer Science Department 524 West 59 th Street, New York, NY 10019 lchandra@jjay.cuny.edu

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Intelligent Log Analyzer. André Restivo <andre.restivo@portugalmail.pt>

Intelligent Log Analyzer. André Restivo <andre.restivo@portugalmail.pt> Intelligent Log Analyzer André Restivo 9th January 2003 Abstract Server Administrators often have to analyze server logs to find if something is wrong with their machines.

More information

Chi-square test Fisher s Exact test

Chi-square test Fisher s Exact test Lesson 1 Chi-square test Fisher s Exact test McNemar s Test Lesson 1 Overview Lesson 11 covered two inference methods for categorical data from groups Confidence Intervals for the difference of two proportions

More information

Scheduling Algorithm for Delivery and Collection System

Scheduling Algorithm for Delivery and Collection System Scheduling Algorithm for Delivery and Collection System Kanwal Prakash Singh Data Scientist, DSL, Housing.com Abstract Extreme teams, large-scale agents teams operating in dynamic environments are quite

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information

Macros allow you to integrate existing Excel reports with a new information system

Macros allow you to integrate existing Excel reports with a new information system Macro Magic Macros allow you to integrate existing Excel reports with a new information system By Rick Collard Many water and wastewater professionals use Microsoft Excel extensively, producing reports

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

CREATING LEARNING OUTCOMES

CREATING LEARNING OUTCOMES CREATING LEARNING OUTCOMES What Are Student Learning Outcomes? Learning outcomes are statements of the knowledge, skills and abilities individual students should possess and can demonstrate upon completion

More information

Format for Experiment Preparation and Write-Up

Format for Experiment Preparation and Write-Up Format for Experiment Preparation and Write-Up Scientists try to answer questions by applying consistent, logical reasoning to describe, explain, and predict observations; and by performing experiments

More information

PROJECT RISK MANAGEMENT

PROJECT RISK MANAGEMENT PROJECT RISK MANAGEMENT DEFINITION OF A RISK OR RISK EVENT: A discrete occurrence that may affect the project for good or bad. DEFINITION OF A PROBLEM OR UNCERTAINTY: An uncommon state of nature, characterized

More information

An Introduction to Excel Pivot Tables

An Introduction to Excel Pivot Tables An Introduction to Excel Pivot Tables EXCEL REVIEW 2001-2002 This brief introduction to Excel Pivot Tables addresses the English version of MS Excel 2000. Microsoft revised the Pivot Tables feature with

More information

Data Preprocessing. Week 2

Data Preprocessing. Week 2 Data Preprocessing Week 2 Topics Data Types Data Repositories Data Preprocessing Present homework assignment #1 Team Homework Assignment #2 Read pp. 227 240, pp. 250 250, and pp. 259 263 the text book.

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

3.4 Statistical inference for 2 populations based on two samples

3.4 Statistical inference for 2 populations based on two samples 3.4 Statistical inference for 2 populations based on two samples Tests for a difference between two population means The first sample will be denoted as X 1, X 2,..., X m. The second sample will be denoted

More information

Comparables Sales Price

Comparables Sales Price Chapter 486 Comparables Sales Price Introduction Appraisers often estimate the market value (current sales price) of a subject property from a group of comparable properties that have recently sold. Since

More information

E-LEARNING IN COMPUTER SCIENCE EDUCATION. Rostislav Fojtík and Hashim Habiballa

E-LEARNING IN COMPUTER SCIENCE EDUCATION. Rostislav Fojtík and Hashim Habiballa E-LEARNING IN COMPUTER SCIENCE EDUCATION Rostislav Fojtík and Hashim Habiballa Abstract. The article describes the history and current state of computer science education in distance and e-learning forms

More information

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are content-rich and that serve as useful reference documents after a class has ended. Previews of TDWI course books are provided as an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews can not be printed. TDWI strives

More information

ANALYTICAL HIERARCHY PROCESS AS A TOOL FOR SELECTING AND EVALUATING PROJECTS

ANALYTICAL HIERARCHY PROCESS AS A TOOL FOR SELECTING AND EVALUATING PROJECTS ISSN 1726-4529 Int j simul model 8 (2009) 1, 16-26 Original scientific paper ANALYTICAL HIERARCHY PROCESS AS A TOOL FOR SELECTING AND EVALUATING PROJECTS Palcic, I. * & Lalic, B. ** * University of Maribor,

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

José M. F. Moura, Director of ICTI at Carnegie Mellon Carnegie Mellon Victor Barroso, Director of ICTI in Portugal www.cmu.

José M. F. Moura, Director of ICTI at Carnegie Mellon Carnegie Mellon Victor Barroso, Director of ICTI in Portugal www.cmu. José M. F. Moura, Director of ICTI at Victor Barroso, Director of ICTI in Portugal www.cmu.edu/portugal Portugal program timeline 2005: Discussions and meeting with Ministry of Science Technology, Higher

More information

Statistical Functions in Excel

Statistical Functions in Excel Statistical Functions in Excel There are many statistical functions in Excel. Moreover, there are other functions that are not specified as statistical functions that are helpful in some statistical analyses.

More information

Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC Coimbra

Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC Coimbra Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC Coimbra João Clímaco and Marta Pascoal A new method to detere unsupported non-doated solutions

More information

Certificate In Project Management (CIPM)

Certificate In Project Management (CIPM) Conceptualize Plan Plan & Deliver Organize Implement Control Change if Required Integrate Deliver & Closeout Knowledge Leverage Certificate In Project Management (CIPM) Course Overview The Certificate

More information

Goodness of fit assessment of item response theory models

Goodness of fit assessment of item response theory models Goodness of fit assessment of item response theory models Alberto Maydeu Olivares University of Barcelona Madrid November 1, 014 Outline Introduction Overall goodness of fit testing Two examples Assessing

More information

Errors in Operational Spreadsheets: A Review of the State of the Art

Errors in Operational Spreadsheets: A Review of the State of the Art Errors in Operational Spreadsheets: A Review of the State of the Art Stephen G. Powell Tuck School of Business Dartmouth College sgp@dartmouth.edu Kenneth R. Baker Tuck School of Business Dartmouth College

More information

Statistical tests for SPSS

Statistical tests for SPSS Statistical tests for SPSS Paolo Coletti A.Y. 2010/11 Free University of Bolzano Bozen Premise This book is a very quick, rough and fast description of statistical tests and their usage. It is explicitly

More information

TEACHING SIMULATION WITH SPREADSHEETS

TEACHING SIMULATION WITH SPREADSHEETS TEACHING SIMULATION WITH SPREADSHEETS Jelena Pecherska and Yuri Merkuryev Deptartment of Modelling and Simulation Riga Technical University 1, Kalku Street, LV-1658 Riga, Latvia E-mail: merkur@itl.rtu.lv,

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

Creating A Grade Sheet With Microsoft Excel

Creating A Grade Sheet With Microsoft Excel Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and

More information

10 th PRACTICAL COURSE

10 th PRACTICAL COURSE 10 th PRACTICAL COURSE PROSTATE ULTRASOUND AND BIOPSY 1 st international workshop on prostate biopsy Final Programme HOSPITAL MILITAR PRINCIPAL April, 29-30, 2010 Objectives Perform Prostate Ultrasound

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

The structure of accounting systems: how to store accounts Lincoln Stoller, Ph.D.

The structure of accounting systems: how to store accounts Lincoln Stoller, Ph.D. The structure of accounting systems: how to store accounts Lincoln Stoller, Ph.D. balances In my most recent article I considered the simplest accounting system consisting of a single file of general ledger

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information

Factoring Polynomials

Factoring Polynomials Factoring Polynomials Hoste, Miller, Murieka September 12, 2011 1 Factoring In the previous section, we discussed how to determine the product of two or more terms. Consider, for instance, the equations

More information

Introduction to Support Vector Machines. Colin Campbell, Bristol University

Introduction to Support Vector Machines. Colin Campbell, Bristol University Introduction to Support Vector Machines Colin Campbell, Bristol University 1 Outline of talk. Part 1. An Introduction to SVMs 1.1. SVMs for binary classification. 1.2. Soft margins and multi-class classification.

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

PivotTable and PivotChart Reports, & Macros in Microsoft Excel

PivotTable and PivotChart Reports, & Macros in Microsoft Excel PivotTable and PivotChart Reports, & Macros in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1

More information

Teaching guide ECONOMETRICS

Teaching guide ECONOMETRICS Teaching guide ECONOMETRICS INDEX CARD Subject Data Código Titulación Nombre Carácter Ciclo 1313.- Grado en Administración y Dirección de Empresas, Mención Creación y Dirección de Empresas, Itinerario

More information

APPLICATION OF ANALYTIC HIERARCHY PROCESS METHOD IN THE EVALUATION OF MANAGERS OF INDUSTRIAL ENTERPRISES IN SLOVAKIA

APPLICATION OF ANALYTIC HIERARCHY PROCESS METHOD IN THE EVALUATION OF MANAGERS OF INDUSTRIAL ENTERPRISES IN SLOVAKIA Trendy v podnikání, 5(3) 28-35 The Author(s) 2015 ISSN 1805-0603 Publisher: UWB in Pilsen http://www.fek.zcu.cz/tvp/ APPLICATION OF ANALYTIC HIERARCHY PROCESS METHOD IN THE EVALUATION OF MANAGERS OF INDUSTRIAL

More information

Quantrix & Excel: 3 Key Differences A QUANTRIX WHITE PAPER

Quantrix & Excel: 3 Key Differences A QUANTRIX WHITE PAPER Quantrix & Excel: 3 Key Differences A QUANTRIX WHITE PAPER Abstract This whitepaper is designed to educate spreadsheet users about three key conceptual and practical differences between Quantrix Modeler

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

The Interactivity in the New Engineering Education Tools

The Interactivity in the New Engineering Education Tools The Interactivity in the New Engineering Education Tools Fernando G. Martins * and Sebastião Feyo de Azevedo Departamento de Engenharia. Química, Faculdade de Engenharia, Rua Dr. Roberto Frias s/n, 4200-465

More information

Using Analytic Hierarchy Process (AHP) Method to Prioritise Human Resources in Substitution Problem

Using Analytic Hierarchy Process (AHP) Method to Prioritise Human Resources in Substitution Problem Using Analytic Hierarchy Process (AHP) Method to Raymond Ho-Leung TSOI Software Quality Institute Griffith University *Email:hltsoi@hotmail.com Abstract In general, software project development is often

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Which Soft? Decision Support Software

Which Soft? Decision Support Software Which Soft? Decision Support Software Anabela Tereso, Ricardo Macedo, Rafael Abreu, João Brandão, Henrique Martins University of Minho, School of Engineering, 4710-057 Braga, Portugal anabelat@dps.uminho.pt;

More information