Problem Set on Unidimensional Inequality and Poverty Measures

Size: px
Start display at page:

Download "Problem Set on Unidimensional Inequality and Poverty Measures"

Transcription

1 Problem Set on Unidimensional Inequality and Poverty Measures A) Paper-Based Problems: 1. Compare the following pairs of distributions: X=(1,5,7,2,14) Y=(2,3,2,8,2) M=(2,4,8,6) S=(2,5,8,5) a) Graph the cdf, the Lorenz curves and the GL curves. Is there an FSD or SSD relationship between them? b) For the second pair of distributions, calculate the range, the Coefficient of Variation and the Theil 2 Index (Mean Log Deviation). How do these measures evaluate the two distributions? What problems do you find with the first measure? d) Suppose now two additional distributions obtained from M: L=(7,7,4,2) and P=(3,3,6,8). Calculate the Coefficient of Variation and the Theil 2 Index for these distribution and compare the three. What can you say in terms of the sensitivity to transfers in each of these measures? e) Suppose another distribution T=(3,6,4,7). Calculate the Gini Coefficient for M, L and T, What can you say in terms of the sensitivity to transfers in each of these measure? 2. For these two pairs of distributions: a) x=(2,8) y=(4.10) b) x=(2,4) Y=(8,10) a) Calculate the Gini coefficient: G(x), G(y) and G(x,y). Verify the decomposition formula in each case. What is the value of R in the second pair of distributions? Why? b) Graph the Lorenz Curve for the overall distribution (2,8,4,10), and verify the value of the Gini, calculating it graphically. 3. Given distribution X=(2,3,4,11) and assume z=10 calculate: IGR, FGT0, FGT1, FGT2, the Watt s Index, the CHU indices (with Beta=0.5) and the decomposable version of the CHU Indices (with Beta=-1). a) If the distribution is changed to X =(2,3,3,11), which measures will show an increase in poverty and why? Verify it. 1

2 b) If the distribution is changed to X =(3,3,3,11), which measures will show a decrease in poverty and why? Verify it. c) How much is the contribution of the subgroup of the two people to overall decomposable CHU measure? d) Suppose that there were a fund of money that could be allocated to reduce poverty. How would you do it if the poverty measure were: (i) the headcount ratio, (ii) the income gap ratio (iii)the FGT with alfa=2? B) Computer-Based Problems (Using Stata): First make sure to count with enough memory to work with the data: set memory 256m Open the data set distributed to you, called Half_Sample_Bhutan.dta B.1) Exercises on inequality 1. Which is the mean income? The income variable is pce_real which is the per capita expenditure in real terms. Do it without weights and with weights. (The weights in this survey are the type of importance weights. You need to tell Stata which type of weights your are using). Is there a significative difference between the two? 2. Repeat (1) but distinguishing between urban and rural areas. (Ignore the weights in this case) (You will need to use the option by, and sort the data first by area ): a) Which areas have the higher mean? b) Calculate the range for each area. According to this measure of inequality, which area is more unequal? Would you feel confident about this assertion? What problem does the range have as an inequality measure? c) Which area has higher variance in the income distribution? d) If we used the variance as a measure of inequality, which area would you say that it has higher inequality? Would you feel confident about this assertion? What problem does the variance have as an inequality measure? e) Which measure related to the variance- could be used that is Lorenz consistent? With this measure, which area is more unequal? 2

3 3. Using the command glcurve of the Inequal package, do the following: a) Obtain the Generalized Lorenz (GL) curve for the whole sample. (Use the options pvar and glvar to be able to see the variables that are generated to construct the curve). b) Obtain the GL for rural and urban areas. (You will need to use the by(area) split option). c) What is the value of each of these curves when p=1? Is this coincident with what you analysed in Excercises 1 and 2? (check the content of your glvar variable). d) According to the GL curves, which area has higher inequality? Why can you say this? Is this consistent with your answer in 2d)? Why? What can you conclude in terms of stochastic dominance (cite the corresponding theorem)? e) Using the lorenz option in the glcurve, you can get the Lorenz curves. Do this for rural and urban areas. Comparing this graph with the one of the GL, what can you say about the additional information that the GL curves provide? 4. Obtain the Lorenz and GL curves for the districts of Haa (dcode=15) and Trashiyangste (dcode=26). What can you say about inequality in these two districts? Why? Can you conclude that one of the districts SSD the other? Why? What type of ranking does the Lorenz criterion provide? (Lorenz and GL curves can also be obtained with DASP. You can find the command for this clicking in user/dasp/ curves/ Lorenz concentration: Curves. For more details, check the DASP manual. As an exercise you can try to replicate the previous results with DASP). 5. Using the command ainequal from the Inequal package obtain the following inequality measures for the whole sample and also distinguishing urban and rural areas: Relative Mean Deviation Coefficient of Variation Standard Deviation of Logarithms Gini Coefficient Generalized Entropy Measures for =-1,1,0,2 3

4 Atkinson s Measures for =-1,-0.5,0 (Note that in the command they request you to give the value of, where =1-. Therefore you need to provide the values: =2,1,1.5 correspondngly.) (Type all at the end of the command so that it reports all the measures). a) Which of these measures are Lorenz Consistent and which are not? Which specific axioms do they fail to satisfy? b) How do the Lorenz-consistent measures rank rural and urban areas? Why was this expected (cite the theorem)? 6. Obtain the same measures than in Exercise 5, but for the districts of Haa (dcode=15) and Trashiyangste (dcode=26). How does it measure rank the two districts? Do the rankings coincide? Should they coincide according to the Lorenz criterion? 7. a) With the information you obtained in Excercises 1 and 5, verify the decomposability formula of the Theil 1 Measure, Theil2 Measure, the Squared Coefficient of Variation between rural and urban areas. Recall the weights in each case. How much of total inequality measured by the Theil 2 Index corresponds to inequality within each area and how much corresponds to inequality between areas? b) Verify the decomposition formula for the Gini Coefficient. To simplify calculations, try to write a short code in a dofile to obtain the Gini Between. What is the value of the residual term R? What does this value reflect? C.2) Exercises on poverty 1. Using the poverty command, and considering that the poverty line is Nu , obtain the following poverty measures for rural and urban areas: Headcount Ratio (h) Income Gap Ratio (igr) Poverty Gap Ratio (FGT1) (pgr) FGT2 (fgt3) Watts Index (w) Sen Index (s) CHU with Beta=0.25, 0.50, 0.90 (chu2, chu3, chu5) 4

5 a) According to each measure, where is poverty higher? b) If you had not access to the poverty command, how would you obtain the headcount ratio? (write it in a dofile) You can repeat this exercise for the FGT1 and FGT2. c) Repeat the exercise for the Headcount, the Income Gap Ratio, the Poverty Gap Ratio and the FGT2 (h, igr, pgr and fgt3) for the districts of Haa (dcode=15) and Trashiyangste (dcode=26) and compare: How does each measure compare these two districts? How does the judgement changes as one moves from considering only the incidence, to including the depth and distribution? What is the judgement of the Income Gap Ratio? What problem does this measure have? 2. Using the results from Exercise 1, verify the decomposability of the FGT2 between rural and urban areas. 3. Using the results from Exercise 1 from the whole sample, verify the expressions of the Sen and FGT2 indices when n tends o infinity. 5

L7: Measuring Inequality and Poverty

L7: Measuring Inequality and Poverty L7: Measuring Inequality and Poverty Dilip Mookherjee Ec320 Lecture 7, Boston University Sept 23, 2014 DM (BU) 320 Lect 7 Sept 23, 2014 1 / 1 Agenda Focus on a topic central to development economics: inequality

More information

Regional Development and Inequality of Income Distribution

Regional Development and Inequality of Income Distribution Regional Development and Inequality of Income Distribution Nasfi Fkili Wahiba Doctor of Economics, Research Unit "Enterprise Economy Environment" Higher Institute of Management University of Gabes, Tunisia

More information

Karnataka. Poverty, Growth & Inequality

Karnataka. Poverty, Growth & Inequality Karnataka Karnataka is home to 61 million people of whom 13 million or a little more than one fifth are poor. Since 1994, the state has made steady progress in poverty reduction; however the pace of poverty

More information

AND GROW TH I N PAKI STAN; TO

AND GROW TH I N PAKI STAN; TO TRENDS I N I NEQUALI TY, W ELFARE AND GROW TH I N PAKI STAN; 1 9 6 3 6 4 TO 2 0 0 4 0 5 By Nadia Zakir Dec 02, 08 I ntroduction In we have a basic problem of unsustainable growth over the years Table 1:

More information

Topic 2:Inequality. -relative vs absolute; four principles; Lorenz curves,gini coefficient, etc

Topic 2:Inequality. -relative vs absolute; four principles; Lorenz curves,gini coefficient, etc Topic 2:Inequality -relative vs absolute; four principles; Lorenz curves,gini coefficient, etc Inequality Definitions and measurements Theoretical & empirical debate: inequality & growth Jenkins & Micklewright

More information

Empirical Exercise Handout

Empirical Exercise Handout Empirical Exercise Handout Ec-970 International Corporate Governance Harvard University March 2, 2004 Due Date The new due date for empirical paper is Wednesday, March 24 at the beginning of class. Description

More information

Assessing Poverty to Inform Program Design ADePT for Survey Data Analysis

Assessing Poverty to Inform Program Design ADePT for Survey Data Analysis Assessing Poverty to Inform Program Design ADePT for Survey Data Analysis December 4, 2013 World Bank SSN Core Course This presentation is based on work by HDN and DEC 1 Agenda Overview of using ADePT

More information

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014 ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014 Instructions: Answer all five (5) questions. Point totals for each question are given in parentheses. The parts within each

More information

India s Growth and Poverty Reduction Experience: Facts and Conjectures. Timothy Besley, LSE

India s Growth and Poverty Reduction Experience: Facts and Conjectures. Timothy Besley, LSE India s Growth and Poverty Reduction Experience: Facts and Conjectures Timothy Besley, LSE In this presentation, I am going to look at the growth experience of India using cross-state data from the sixteen

More information

The Foster-Greer-Thorbecke (FGT) Poverty Measures: Twenty-Five Years Later

The Foster-Greer-Thorbecke (FGT) Poverty Measures: Twenty-Five Years Later The Foster-Greer-Thorbecke (FGT) Poverty Measures: Twenty-Five Years Later by James Foster* Joel Greer Erik Thorbecke *The Elliott School of International Affairs and the Department of Economics, The George

More information

A NEW PERSPECTIVE ON GLOBAL CARBON EMISSION INEQUALITY: INSIGHTS FROM A GLOBAL INTERPERSONAL CARBON GINI-INDEX

A NEW PERSPECTIVE ON GLOBAL CARBON EMISSION INEQUALITY: INSIGHTS FROM A GLOBAL INTERPERSONAL CARBON GINI-INDEX A NEW PERSPECTIVE ON GLOBAL CARBON EMISSION INEQUALITY: INSIGHTS FROM A GLOBAL INTERPERSONAL CARBON GINI-INDEX Presented By: Tianpeng Wang Institute of Energy Environment and Economy, Tsinghua University

More information

DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES. A. Purpose of the document

DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES. A. Purpose of the document Page 1 DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES A. Purpose of the document 1. The purpose of the non-binding best practice examples for sampling and

More information

System of two quadratic inequalities

System of two quadratic inequalities Lesson Plan Lecture Version System of two quadratic inequalities Objectives: Students will: Graph a quadratic inequality and describe its solution set Solve a system of quadratic equalities graphically

More information

Analysis of Cross- Sectional Data Exercise WS 2017/18

Analysis of Cross- Sectional Data Exercise WS 2017/18 Analysis of Cross- Sectional Data Exercise WS 2017/18 Exercise VI: Multiple regression November 22 / 23, 2017 czymara@wiso.uni-koeln.de Where we are So far Bi- & trivariate regression Partialling out /

More information

More Multiple Regression

More Multiple Regression More Multiple Regression Model Building The main difference between multiple and simple regression is that, now that we have so many predictors to deal with, the concept of "model building" must be considered

More information

Economics Department 2009 Honors General Exam

Economics Department 2009 Honors General Exam Economics Department 2009 Honors General Exam This is a 3-hour exam. (For joint concentrators with economics as the secondary field, this is a 1-hour exam. Choose one section of the exam to complete, and

More information

Confidence Intervals for Large Sample Means

Confidence Intervals for Large Sample Means Confidence Intervals for Large Sample Means Dr Tom Ilvento Department of Food and Resource Economics Overview Let s continue the discussion of Confidence Intervals (C.I.) And I will shift to the C.I. for

More information

Introduction to Economics

Introduction to Economics Introduction to Economics ECONOMICS Chapter 5 Factor of Production Markets and Income Distribution contents 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 Demand and Supply of the Factors of Production Equilibrium in

More information

Business Quantitative Analysis [QU1] Examination Blueprint

Business Quantitative Analysis [QU1] Examination Blueprint Business Quantitative Analysis [QU1] Examination Blueprint 2014-2015 Purpose The Business Quantitative Analysis [QU1] examination has been constructed using an examination blueprint. The blueprint, also

More information

HOUSEHOLD CONSUMER EXPENDITURE INEQUALITIES IN INDIA: A DECOMPOSITION ANALYSIS

HOUSEHOLD CONSUMER EXPENDITURE INEQUALITIES IN INDIA: A DECOMPOSITION ANALYSIS Review of Income and Wealth Series 38, Number 2, June 1992 HOUSEHOLD CONSUMER EXPENDITURE INEQUALITIES IN INDIA: A DECOMPOSITION ANALYSIS BY PADMAJA MISHRA AND ASHOK PARIKH University of East Anglia The

More information

Homework 1: Who s Your Daddy? Is He Rich Like Me?

Homework 1: Who s Your Daddy? Is He Rich Like Me? Homework 1: Who s Your Daddy? Is He Rich Like Me? 36-402, Spring 2015 Due at 11:59 pm on Tuesday, 20 January 2015 GENERAL INSTRUCTIONS: You may submit either (1) a single PDF, containing all your written

More information

Homework : Data Mining. Due at the start of class Friday, 25 September 2009

Homework : Data Mining. Due at the start of class Friday, 25 September 2009 Homework 4 36-350: Data Mining Due at the start of class Friday, 25 September 2009 This homework set applies methods we have developed so far to a medical problem, gene expression in cancer. In some questions

More information

Human Development Research Paper 2010/28 Designing the Inequality-Adjusted Human Development Index (IHDI) Sabina Alkire and James Foster

Human Development Research Paper 2010/28 Designing the Inequality-Adjusted Human Development Index (IHDI) Sabina Alkire and James Foster Human Development Research Paper 2010/28 Designing the Inequality-Adjusted Human Development Index (IHDI) Sabina Alkire and James Foster United Nations Development Programme Human Development Reports Research

More information

Gross inland energy consumption inequality in Europe: An empirical approach.

Gross inland energy consumption inequality in Europe: An empirical approach. GEN - Governance and Economics research Network GEN Working Paper B 2017 4 webs.uvigo.es/infogen/wp October 2017 Gross inland energy consumption inequality in Europe: An empirical approach. Marta Pascual-Sáez*

More information

Managerial Economics

Managerial Economics Managerial Economics Estimating Demand Functions Rudolf Winter-Ebmer Johannes Kepler University Linz Winter Term 2014 Winter-Ebmer, Managerial Economics: Unit 2 - Demand Estimation 1 / 21 Why do you need

More information

16 What Effect Does Changing the Minimum Wage Have on Employment?

16 What Effect Does Changing the Minimum Wage Have on Employment? 16 What Effect Does Changing the Minimum Wage Have on Employment? Introduction Many people advocate raising the minimum wage as a means of raising the standard of living of many of the poor. (The term

More information

APPENDIX C: DISTRIBUTIONAL ANALYSIS OF RURAL ELECTRIFICATION

APPENDIX C: DISTRIBUTIONAL ANALYSIS OF RURAL ELECTRIFICATION Intensive versus Extensive Growth in Electrification Coverage The rural electrification (RE) rate may be broken down as follows: ec P P e e P =, (C.1) ec P P P where P e are households with electricity,

More information

International Journal of Business and Development Studies Vol. 9, No. 1, (2017) pp

International Journal of Business and Development Studies Vol. 9, No. 1, (2017) pp International Journal of Business and Development Studies Vol. 9, No. 1, (2017) pp 131-144 Mohammad Ali Feizpour 1 Fariba Ramazani 2 Abolfazl Shahmohammadi Mehrjardi 3 Abstract The vast bodies of studies

More information

Gush vs. Bore: A Look at the Statistics of Sampling

Gush vs. Bore: A Look at the Statistics of Sampling Gush vs. Bore: A Look at the Statistics of Sampling Open the Fathom file Random_Samples.ftm. Imagine that in a nation somewhere nearby, a presidential election will soon be held with two candidates named

More information

Multidimensions of Urban Poverty: Evidence from India

Multidimensions of Urban Poverty: Evidence from India WP-2007-008 Multidimensions of Urban Poverty: Evidence from India S Chandrasekhar and Abhiroop Mukhopadhyay Indira Gandhi Institute of Development Research, Mumbai June 2007 Multidimensions of Urban Poverty:

More information

Measuring Rural Poverty in China: A Case Study Approach

Measuring Rural Poverty in China: A Case Study Approach PMMA Network Session Paper Measuring Rural Poverty in China: A Case Study Approach Xiuqing WANG Shujie YAO Juan LIU Xian XIN Xiumei LIU Wenjuan REN A paper presented during the 5th PEP Research Network

More information

Modelling buyer behaviour - 2 Rate-frequency models

Modelling buyer behaviour - 2 Rate-frequency models Publishing Date: May 1993. 1993. All rights reserved. Copyright rests with the author. No part of this article may be reproduced without written permission from the author. Modelling buyer behaviour -

More information

Vertical and horizontal decomposition of farm income inequality in Greece

Vertical and horizontal decomposition of farm income inequality in Greece 2011, Vol 12, o 1 69 Abstract Vertical and horizontal decomposition of farm income inequality in Greece Eleni A. Kaditi 1 and Elisavet I. itsi 1 Policy makers intervene in agriculture aiming to achieve

More information

Multidimensional Poverty in Bhutan: Estimates and Policy Implications

Multidimensional Poverty in Bhutan: Estimates and Policy Implications Multidimensional Poverty in Bhutan: Estimates and Policy Implications Maria Emma Santos * and Karma Ura ** Abstract This paper estimates multidimensional poverty in Bhutan applying a recently developed

More information

ADVANCED PROFICIENCY EXAMINATION

ADVANCED PROFICIENCY EXAMINATION TEST CODE 02116020 FORM TP 2007184 MA Y/JUNE 2007 CARBBEAN EXAMNATONS COUNCL ADVANCED PROFCENCY EXAMNATON ECONOMCS UNT 1 - PAPER 02 1 22 hours ( 24 MAY 2007 (a.m.) ) NSTRUCTONS TO CANDDATES 1. This paper

More information

JMP TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING

JMP TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING JMP TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING INTRODUCTION JMP software provides introductory statistics in a package designed to let students visually explore data in an interactive way with

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

If you are using a survey: who will participate in your survey? Why did you decide on that? Explain

If you are using a survey: who will participate in your survey? Why did you decide on that? Explain Journal 11/13/18 If you are using a survey: who will participate in your survey? Why did you decide on that? Explain If you are not using a survey: Where will you look for information? Why did you decide

More information

Learner Guide. Cambridge O Level Economics. Cambridge Secondary 2

Learner Guide. Cambridge O Level Economics. Cambridge Secondary 2 Learner Guide Cambridge O Level Economics 2281 Cambridge Secondary 2 Cambridge International Examinations retains the copyright on all its publications. Registered Centres are permitted to copy material

More information

AP Statistics Scope & Sequence

AP Statistics Scope & Sequence AP Statistics Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Income and Environmental Performance across Indian States and Union Territories: A Regression Analysis

Income and Environmental Performance across Indian States and Union Territories: A Regression Analysis Income and Environmental Performance across Indian States and Union Territories: A Regression Analysis Rakesh Saxena Institute of Rural Management, Anand-388001 (Gujarat) India Outline 1. Introduction

More information

MASTER OF ARTS (ECONOMICS)

MASTER OF ARTS (ECONOMICS) MEC MASTER OF ARTS (ECONOMICS) ASSIGNMENTS 2012-13 First Year Courses (For July 2012 and January 2013 Sessions) School of Social Sciences Indira Gandhi National Open University Maidan Garhi, New Delhi-110

More information

Capabilities, Multidimensionality, and the Monitoring of Global Poverty

Capabilities, Multidimensionality, and the Monitoring of Global Poverty Capabilities, Multidimensionality, and the Monitoring of Global Poverty Kimberly Bolch and Luis F. Lopez-Calva The World Bank OPHI Multidimensional Poverty Peer Network Meeting Acapulco, Guerrero November

More information

Regional Specialization, Equity, and other Social Measures

Regional Specialization, Equity, and other Social Measures Regional Specialization, Equity, and other Social Measures CRP 566 Several types of measures Location Quotients and the Herfindahl index Gini index and the Lorenz curve Robin Hood index Occupational Location

More information

Business Analysis for Engineers Prof. S. Vaidhyasubramaniam Adjunct Professor, School of Law SASTRA University-Thanjavur

Business Analysis for Engineers Prof. S. Vaidhyasubramaniam Adjunct Professor, School of Law SASTRA University-Thanjavur Business Analysis for Engineers Prof. S. Vaidhyasubramaniam Adjunct Professor, School of Law SASTRA University-Thanjavur Lecture-19 Labour & Over Heads Variance Analysis Last class we ended up with a graphical

More information

Learner Guide. Cambridge IGCSE Economics. Cambridge Secondary 2

Learner Guide. Cambridge IGCSE Economics. Cambridge Secondary 2 Learner Guide Cambridge IGCSE Economics 0455 Cambridge Secondary 2 Cambridge International Examinations retains the copyright on all its publications. Registered Centres are permitted to copy material

More information

1 Competitive Equilibrium

1 Competitive Equilibrium 1 Competitive Equilibrium Each household and each firm in the economy act independently from each other, seeking their own interest, and taking as given the fact that other agents will also seek their

More information

Distinguish between different types of numerical data and different data collection processes.

Distinguish between different types of numerical data and different data collection processes. Level: Diploma in Business Learning Outcomes 1.1 1.3 Distinguish between different types of numerical data and different data collection processes. Introduce the course by defining statistics and explaining

More information

Title Farm Income Mobility and Inequality in Ireland Hynes, Stephen; O'Donoghue, Cathal. National University of Ireland, Galway

Title Farm Income Mobility and Inequality in Ireland Hynes, Stephen; O'Donoghue, Cathal. National University of Ireland, Galway Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Farm Income Mobility and Inequality in Ireland 1994-2001 Author(s)

More information

MAS187/AEF258. University of Newcastle upon Tyne

MAS187/AEF258. University of Newcastle upon Tyne MAS187/AEF258 University of Newcastle upon Tyne 2005-6 Contents 1 Collecting and Presenting Data 5 1.1 Introduction...................................... 5 1.1.1 Examples...................................

More information

CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION

CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION 168 CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION Performance appraisal is the systematic, periodic and impartial rating of an employee s excellence in matters pertaining to

More information

Architecture. By Glib Kutepov Fraunhofer IESE

Architecture. By Glib Kutepov Fraunhofer IESE Architecture By Glib Kutepov Glib.kutepov@iese.fraunhofer.de Outline 1. Why Architecture? 2. What is Architecture? 3. How to create an Architecture? Alignment Modeling and Structuring Architectural Views

More information

Bar graph or Histogram? (Both allow you to compare groups.)

Bar graph or Histogram? (Both allow you to compare groups.) Bar graph or Histogram? (Both allow you to compare groups.) We want to compare total revenues of five different companies. Key question: What is the revenue for each company? Bar graph We want to compare

More information

Tools for the analysis of income mobility in Stata

Tools for the analysis of income mobility in Stata screen print Tools for the analysis of income mobility in Stata Philippe Van Kerm philippe.vankerm@ceps.lu CEPS/INSTEAD, G.-D. Luxembourg 2nd Dutch Stata Users Meeting, Maastricht 2002/05/23 1. Income

More information

Estimation of agricultural resource inequality in India using Lorenz curve and Gini coefficient approach

Estimation of agricultural resource inequality in India using Lorenz curve and Gini coefficient approach ISSN: 2347-3215 Volume 3 Number 4 (April-2015) pp. 174-184 www.ijcrar.com Estimation of agricultural resource inequality in India using Lorenz curve and Gini coefficient approach Mada Melkamu 1 * and Richard

More information

SNPs and Hypothesis Testing

SNPs and Hypothesis Testing Claudia Neuhauser Page 1 6/12/2007 SNPs and Hypothesis Testing Goals 1. Explore a data set on SNPs. 2. Develop a mathematical model for the distribution of SNPs and simulate it. 3. Assess spatial patterns.

More information

Midterm 1 60 minutes Econ 1101: Principles of Microeconomics October 8, Exam Form A

Midterm 1 60 minutes Econ 1101: Principles of Microeconomics October 8, Exam Form A Midterm 1 60 minutes Econ 1101: Principles of Microeconomics October 8, 2012 Exam Form A Name Student ID number Signature Teaching Assistant Section The answer form (the bubble sheet) and this question

More information

Survey Question Analysis (Draft )

Survey Question Analysis (Draft ) The purpose of this tutorial is to analyze two types of questions commonly found on surveys: proportion (yes/no) questions and Likert scale (preferences) questions. (This tutorial doesn t tell you how

More information

GOG 102 & IPPE 2014 MEANING AND MEASURES OF DEVELOPMENT

GOG 102 & IPPE 2014 MEANING AND MEASURES OF DEVELOPMENT GOG 102 & IPPE 2014 MEANING AND MEASURES OF DEVELOPMENT PROFESSOR RODDY FOX RODDY.FOX@HV.SE 1 1 Introduction Gapminder s Ignorance Survey Norway, Sweden, UK, USA, simple questions about key aspects of

More information

Measurement and Scaling Concepts

Measurement and Scaling Concepts Business Research Methods 9e Zikmund Babin Carr Griffin Measurement and Scaling Concepts 13 Chapter 13 Measurement and Scaling Concepts 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied

More information

Homework 2 (Individual, 22 Points Total) DATE: Wednesday, September 7, 11:00am EE/Econ 458, Fall 2011

Homework 2 (Individual, 22 Points Total) DATE: Wednesday, September 7, 11:00am EE/Econ 458, Fall 2011 Homework 2 (Individual, 22 Points Total) Leigh Tesfatsion DATE: Wednesday, September 7, 11:00am EE/Econ 458, Fall 2011 Important Note: Late assignments will not be accepted no exceptions. HOMEWORK 2 Please

More information

Economics. Code No. 318

Economics. Code No. 318 Economics Code No. 318 Introduction Economics helps the people of a nation to decide on the optimal allocation of our limited resources. The demand is always greater than the resources available. Economics

More information

Synergistic Model Construction of Enterprise Financial Management Informatization Ji Yu 1

Synergistic Model Construction of Enterprise Financial Management Informatization Ji Yu 1 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 205) Synergistic Model Construction of Enterprise Financial Management Informatization Ji Yu School of accountancy,

More information

Ph.D. MICROECONOMICS CORE EXAM August IMPORTANT. You are expected to adhere to the following guidelines in completing the exam:

Ph.D. MICROECONOMICS CORE EXAM August IMPORTANT. You are expected to adhere to the following guidelines in completing the exam: Ph.D. MICROECONOMICS CORE EXAM August 2009 This exam is designed to test your broad knowledge of microeconomics. There are three sections: one required and two choice sections. You must complete all three

More information

The Measurement of Economic Inequality

The Measurement of Economic Inequality The Measurement of Economic Inequality Stephen P. Jenkins Institute for Social and Economic Research University of Essex, Colchester CO4 3SQ, United Kingdom Email: stephenj@essex.ac.uk Philippe Van Kerm

More information

Chapter 6. Reaching Goals: Plans and Controls

Chapter 6. Reaching Goals: Plans and Controls Chapter Chapter 6 Reaching Goals: Plans and Controls 6-2 What is Planning? Planning- setting goals and determining how to meet them. Why Plan? Knowing what the organization is trying to accomplish helps

More information

Comment. 1. Introduction

Comment. 1. Introduction Comment CHARLES I. JONES Stanford University Comment * 107 why developing countries are concerned about the brain drain, and why good students prefer to be at schools with other good students. Once we

More information

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ECONOMICS (REGION EXCLUDING TRINIDAD AND TOBAGO)

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ECONOMICS (REGION EXCLUDING TRINIDAD AND TOBAGO) CARIBBEAN EXAMINATIONS COUNCIL REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2008 ECONOMICS (REGION EXCLUDING TRINIDAD AND TOBAGO) Copyright 2008 Caribbean Examinations

More information

CHAPTER 21A. What is a Confidence Interval?

CHAPTER 21A. What is a Confidence Interval? CHAPTER 21A What is a Confidence Interval? RECALL Parameter fixed, unknown number that describes the population Statistic known value calculated from a sample a statistic is used to estimate a parameter

More information

Implications of Food Price Shocks for Poverty in 2030

Implications of Food Price Shocks for Poverty in 2030 Implications of Food Price Shocks for Poverty in 2030 Tomas Darmo, Maros Ivanic and Tess Lallemant Climate Change and Poverty Conference February 9, 2015 Motivation Food prices expected to rise in the

More information

LECTURE 17: MULTIVARIABLE REGRESSIONS I

LECTURE 17: MULTIVARIABLE REGRESSIONS I David Youngberg BSAD 210 Montgomery College LECTURE 17: MULTIVARIABLE REGRESSIONS I I. What Determines a House s Price? a. Open Data Set 6 to help us answer this question. You ll see pricing data for homes

More information

Falling Labor Income Inequality in Korea s Economic Growth: Patterns and Underlying Causes

Falling Labor Income Inequality in Korea s Economic Growth: Patterns and Underlying Causes Cornell University ILR School DigitalCommons@ILR Articles and Chapters ILR Collection 2000 Falling Labor Income Inequality in Korea s Economic Growth: Patterns and Underlying Causes Gyeongjoon Yoo Korea

More information

Q&As. Managing Projects with Microsoft Project Pass Microsoft Exam with 100% Guarantee

Q&As. Managing Projects with Microsoft Project Pass Microsoft Exam with 100% Guarantee 74-343 Q&As Managing Projects with Microsoft Project 2013 Pass Microsoft 74-343 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money

More information

Economics 101 Fall 2016 Homework #3 Due November 3, 2016

Economics 101 Fall 2016 Homework #3 Due November 3, 2016 Economics 101 Fall 2016 Homework #3 Due November 3, 2016 Directions: The homework will be collected in a box before the lecture. Please place your name, TA name and section number on top of the homework

More information

ADVANCED PLACEMENT MICROECONOMICS COURSE SYLLABUS

ADVANCED PLACEMENT MICROECONOMICS COURSE SYLLABUS ADVANCED PLACEMENT MICROECONOMICS COURSE SYLLABUS Economics is a way of looking at the choices people make regarding their time, money, and talent. Studying economics shows how goods and services are produced,

More information

Four questions and answers on growth and poverty reduction in India

Four questions and answers on growth and poverty reduction in India Gaurav Datt, Martin Ravallion and Rinku Murgai / Arthaniti 15(2) / 2016 / 1 Four questions and answers on growth and poverty reduction in India Gaurav Datt, Martin Ravallion and Rinku Murgai 1 Submitted:

More information

Semester 2, 2015/2016

Semester 2, 2015/2016 ECN 3202 APPLIED ECONOMETRICS 3. MULTIPLE REGRESSION B Mr. Sydney Armstrong Lecturer 1 The University of Guyana 1 Semester 2, 2015/2016 MODEL SPECIFICATION What happens if we omit a relevant variable?

More information

INEQUALITY MEASUREMENT USING 'NORM INCOMES': WERE GARVY AND PAGLIN ONTO SOMETHING AFTER ALL?

INEQUALITY MEASUREMENT USING 'NORM INCOMES': WERE GARVY AND PAGLIN ONTO SOMETHING AFTER ALL? Review of Income and Wealth Series 35, Number 3, September 1989 INEQUALITY MEASUREMENT USING 'NORM INCOMES': WERE GARVY AND PAGLIN ONTO SOMETHING AFTER ALL? School of Social Sciences, University of Bath

More information

Cambridge University Press Modeling Monetary Economies, Second Edition - Bruce Champ and Scott Freeman Excerpt More information.

Cambridge University Press Modeling Monetary Economies, Second Edition - Bruce Champ and Scott Freeman Excerpt More information. Part I Money IN PART I we develop and learn to work with our most basic model of money, applying it to the study of fiat and commodity monies, inflation, and international monetary systems. In studying

More information

Sections A accounts for 30% of the marks Section B accounts for 70% of the marks Answers for both sections should be written in the same answer book

Sections A accounts for 30% of the marks Section B accounts for 70% of the marks Answers for both sections should be written in the same answer book UNIVERSITY OF EAST ANGLIA School for International Development Main Series UG Examination 2017-18 INTRODUCTION TO ECONOMICS OF DEVELOPMENT DEV-4003B Time allowed: 2 hours Answer ALL Questions Sections

More information

Chapter 2 Part 1B. Measures of Location. September 4, 2008

Chapter 2 Part 1B. Measures of Location. September 4, 2008 Chapter 2 Part 1B Measures of Location September 4, 2008 Class will meet in the Auditorium except for Tuesday, October 21 when we meet in 102a. Skill set you should have by the time we complete Chapter

More information

EMPIRICAL PROJECT 7 SUPPLY AND DEMAND

EMPIRICAL PROJECT 7 SUPPLY AND DEMAND EMPIRICAL PROJECT 7 SUPPLY AND DEMAND LEARNING OBJECTIVES In this project you will: convert values from natural logarithms to base 10 logarithms draw graphs based on equations give an economic interpretation

More information

Algebra II Common Core

Algebra II Common Core Core Algebra II Common Core Algebra II introduces students to advanced functions, with a focus on developing a strong conceptual grasp of the expressions that define them. Students learn through discovery

More information

SPSS 14: quick guide

SPSS 14: quick guide SPSS 14: quick guide Edition 2, November 2007 If you would like this document in an alternative format please ask staff for help. On request we can provide documents with a different size and style of

More information

Brief 4: An Analysis of Household Income and Expenditure in Tanzania

Brief 4: An Analysis of Household Income and Expenditure in Tanzania Brief 4: An Analysis of Household Income and Expenditure in Tanzania UNITED REPUBLIC OF TANZANIA Produced by the Research and Analysis Working Group of the MKUKUTA Monitoring System, Ministry of Finance

More information

Design of Experiments

Design of Experiments Design of Experiments Statistical Principles of Research Design and Analysis Second Edition Robert O. Kuehl The University of Arizona Duxbury Thomson Learning* Pacific Grove Albany Belmont Bonn Boston

More information

8. Consumption, uncertainty, and the current account

8. Consumption, uncertainty, and the current account 8. Consumption, uncertainty, and the current account Index: 8. Consumption, uncertainty, and the current account... 8. Introduction... 8. The deterministic case...3 8.3 Optimal consumption under uncertainty...4

More information

Using Excel s Analysis ToolPak Add In

Using Excel s Analysis ToolPak Add In Using Excel s Analysis ToolPak Add In Introduction This document illustrates the use of Excel s Analysis ToolPak add in for data analysis. The document is aimed at users who don t believe that Excel s

More information

1) Your answer to this question is what form of the exam you had. The answer is A if you have form A. The answer is B if you have form B etc.

1) Your answer to this question is what form of the exam you had. The answer is A if you have form A. The answer is B if you have form B etc. This is the guide to Fall 2014, Midterm 1, Form A. If you have another form, the answers will be different, but the solution will be the same. Please consult your TA or instructor if you think there is

More information

Jiandong Chen 1 Dai Dai 2 Ming Pu 3 Wenxuan Hou 4 Qiaobin Feng 5. January 2010

Jiandong Chen 1 Dai Dai 2 Ming Pu 3 Wenxuan Hou 4 Qiaobin Feng 5. January 2010 The trend of the Gini coefficient of China 1 Southwestern University of Finance and Economics, Chengdu, PR China cjd9754@yahoo.com 2 Southwestern University of Finance and Economics, Chengdu, PR China

More information

Using Excel s Analysis ToolPak Add-In

Using Excel s Analysis ToolPak Add-In Using Excel s Analysis ToolPak Add-In Bijay Lal Pradhan, PhD Introduction I have a strong opinions that we can perform different quantitative analysis, including statistical analysis, in Excel. It is powerful,

More information

The 2x2 Exchange Economy. Joseph Tao-yi Wang 2013/10/2 (Lecture 8, Micro Theory I)

The 2x2 Exchange Economy. Joseph Tao-yi Wang 2013/10/2 (Lecture 8, Micro Theory I) The 2x2 Exchange Economy Joseph Tao-yi Wang 2013/10/2 (Lecture 8, Micro Theory I) Road Map for Chapter 3 Pareto Efficiency Allocation (PEA) Cannot make one better off without hurting others Walrasian (Price-taking)

More information

Chapter 3. Displaying and Summarizing Quantitative Data. 1 of 66 05/21/ :00 AM

Chapter 3. Displaying and Summarizing Quantitative Data.  1 of 66 05/21/ :00 AM Chapter 3 Displaying and Summarizing Quantitative Data D. Raffle 5/19/2015 1 of 66 05/21/2015 11:00 AM Intro In this chapter, we will discuss summarizing the distribution of numeric or quantitative variables.

More information

AN ECONOMIC RELIABILITY TEST PLAN FOR GENERALIZED LOG- LOGISTIC DISTRIBUTION

AN ECONOMIC RELIABILITY TEST PLAN FOR GENERALIZED LOG- LOGISTIC DISTRIBUTION AN ECONOMIC RELIABILITY TEST PLAN FOR GENERALIZED LOG- LOGISTIC DISTRIBUTION G. Srinivasa Rao 1, R.R.L. Kantam 2, K. Rosaiah 2 and S.V.S.V.S.V. Prasad 2 Department of Statistics, Dilla University, Dilla,

More information

Two Way ANOVA. Turkheimer PSYC 771. Page 1 Two-Way ANOVA

Two Way ANOVA. Turkheimer PSYC 771. Page 1 Two-Way ANOVA Page 1 Two Way ANOVA Two way ANOVA is conceptually like multiple regression, in that we are trying to simulateously assess the effects of more than one X variable on Y. But just as in One Way ANOVA, the

More information

WATT DOES IT COST TO USE IT?

WATT DOES IT COST TO USE IT? WATT DOES IT COST TO USE IT? By Mark Ziesmer, Sultana High School Hesperia Unified School District, California Overview: Familiarize students with how electrical usage is counted, electrical pricing, and

More information

Equipment and preparation required for one group (2-4 students) to complete the workshop

Equipment and preparation required for one group (2-4 students) to complete the workshop Your career today is a Pharmaceutical Statistician Leaders notes Do not give to the students Red text in italics denotes comments for leaders and example answers Equipment and preparation required for

More information

P/ID 77502/PMBB/ PMB1B

P/ID 77502/PMBB/ PMB1B (6 pages) OCTOBER 2011 Time : Three hours Maximum : 100 marks PART A (5 6 = 30 marks) Answer any FIVE questions. All questions carry equal marks. 1. Define conditional probability. Illustrate it with an

More information

1. What do CV and EV look like for a publicly provided good if a consumer does

1. What do CV and EV look like for a publicly provided good if a consumer does EEP1Fall2011 ProblemSet3 Do the following problems from Berck and Helfand: (From Chapter 5, exercise #4) 1. What do CV and EV look like for a publicly provided good if a consumer does not view them as

More information