Package GiniWegNeg. January 13, 2016

Size: px
Start display at page:

Download "Package GiniWegNeg. January 13, 2016"

Transcription

1 Type Package Package GiniWegNeg January 13, 2016 Title Computing the Gini Coefficient for Weighted and Negative Attributes Version 1.0 Imports graphics Date Author Emanuela Raffinetti, Fabio Aimar Maintainer Emanuela Raffinetti Computation of the Gini coefficient in the presence of weighted and/or negative attributes. Two different approaches are considered in order to fulfill, in the case of negative attributes, the normalization principle, that is a value of the Gini coefficient bounded into the close range [0,1]. The first approach is based on the proposal by Chen, Tsaur and Rhai (1982) and Berebbi and Silber (1985), while the second approach is based on a recent proposal by Raffinetti, Siletti and Vernizzi (2015). The plot of the curve of maximum inequality, defined in the contribution of Raffinetti, Siletti and Vernizzi (2015), is provided. License GPL-3 NeedsCompilation no Repository CRAN Date/Publication :50:09 R topics documented: GiniWegNeg-package BI Gini Gini_CTR_BS Gini_RSV GRSVc RSVc Index 13 1

2 2 GiniWegNeg-package GiniWegNeg-package Computing the Gini Coefficient for Weighted and Negative Attributes Computation of the Gini coefficient in non-traditional scenarios, i.e. in the cases of non-negative weighted data, negative non-weighted data and weighted negative data. The computation of the Gini coefficient in the case of non-negative or negative weighted data involves, in addition to the vector of attributes (typically incomes), the vector of weights associated with each statistical unit (typically households). Two functions are made available for the computation of the Gini coefficient in the case of negative attributes. A first function is based on the contribution by Chen, Tasur and Rhai (1982), further improved by Berebbei and Silber (1985). Recently, a more appropriate normalization factor was introduced by Raffinetti, Siletti and Vernizzi (2015), who specified a new definition of the "polarized" scenario, where the total negative attribute amount is assigned to one unit, the total positive to another unit, while all the other units have a zero amount of attribute. Also the plot of the corresponding curve of maximum inequality (RSV curve), both by considering the attribute values in absolute and relative terms, is provided. Package: GiniWegNeg Type: Package Version: 1.0 Date: License: GPL-3 Author(s) Emanuela Raffinetti, Fabio Aimar Maintainer: Emanuela Raffinetti <emanuela.raffinetti@unimi.it> Z.M. Berrebi, J. Silber (1985), The Gini coefficient and negative income: a comment, Oxford Economic Papers 37, C.N. Chen, T.W. Tsaur, T.S. Rhai (1982), The Gini coefficient and negative income, Oxford Economic Papers 34, F.A. Cowell (1995), Measuring Inequality, Prentice Hall/Harvester Wheatshef E. Raffinetti, E. Siletti, A. Vernizzi (2014), Inequality measures and the issue of negative income. Italian Statistical Society Conference (SIS), Book of Short Papers: "SIS th Scientific

3 BI Meeting of the Italian Statistical Society", CUEC (Cooperativa Universitaria Editrice Cagliaritana), June 2014 E. Raffinetti, E. Siletti, A. Vernizzi (2015), On the Gini coefficient normalization when incomes with negative values are considered, Statistical Methods & Applications, 24(3), See Also Gini, Gini_CTR_BS, Gini_RSV, GRSVc, RSVc BI2012 A Sample of Income Data from the Bank of Italy (2012) A sample of the data collected by the Survey of Household Income and Wealth (SHIW) of the Bank of Italy in 2012 (Banca d Italia, 2012). Usage data("bi2012") Format A data frame with 200 observations on the following 8 variables. weight weights associated to each household Y total net income (all non-negative values) YL income from employment (all non-negative values) YTP income from pensions (all non-negative values) YTA income from transfers (some negative values) YM income from self-employment (all non-negative values) YCA income from capital gain (all non-negative values) YCF income from financial capital gain (some negative values) The Survey on Household Income and Wealth (SIHW) includes wealth and other aspects of households economic and financial behaviour such as, for instance, which payment methods are used. The original 2012 survey covered 8,151 households and 20,022 units, distributed over about 300 Italian municipalities. Here, a sample of 200 randomly selected units from the original 2012 survey was considered. We remark that the weight associated to each selected household was obtained by multiplying the scale suggested by Kakwani and Lambert (1998) and the weight given in SHIW.

4 4 Gini Source Survey of Household Income and Wealth (SHIW) of the Bank of Italy in 2012: bancaditalia.it/statistiche/tematiche/indagini-famiglie-imprese/bilanci-famiglie/ distribuzione-microdati/documenti/ind12_ascii.zip, where also the whole dataset may be obtained. N. Kakwani, P.J. Lambert (1998), On measuring inequality in taxation: a new approach, European Journal of Political Economy, 14, Gini Classical Gini coefficient for weighted attributes computes the classical Gini coefficient for weighted data Usage Gini(y,p) Arguments y p a vector of attributes typically containing non-negative elements a vector containing the weights associated to the elements of the attribute vector Value Note Gini(y,p) is the Gini coefficient for weighted data. Thus, the vector of attributes is considered togheter with the vector of weights associated to each statistical units (typically households). If the vector of attributes contains even negative values, the Gini coefficient for weighted data may take values greater than one. the value of the classical Gini coefficient If the vector p contains unitary weights, compute Gini as Gini(y). Moreover, if the vector of attributes does not contain negative elements, Gini(y) has the same value of the classical Gini coefficient computed with the package ineq. Author(s) Emanuela Raffinetti, Fabio Aimar

5 Gini_CTR_BS 5 F.A. Cowell (1995), Measuring Inequality, Prentice Hall/Harvester Wheatshef C.Gini (1936), On the measure of concentration with special reference to income and wealth, In: Abstracts of Papers presented at the Cowles Commission Research conference on economics and statistics. Colorado Springs, Colorado College Press, 1936, See Also ineq Examples # generate the vector of non-negative attributes y<-c(25,12,5,3,2,10,45) # generate the vector of weights p<-c(1.5,2.2,1.9,3.8,4.7,5,2.3) # compute the classical Gini coefficient as Gini(y,p) # generate the vector of even negative attributes y<-c(10,-25,-12,3,2,-5,45) # generate the vector of weights p<-c(1.5,2.2,1.9,3.8,4.7,5,2.3) # compute the classical Gini coefficient as Gini(y,p) data(bi2012) # define the vector of weights # select the vector of incomes (e.g., the incomes from employment YL) y<-bi2012$yl # compute the classical Gini coefficient Gini(y,p) Gini_CTR_BS The Gini coefficient adjusted for negative attributes (Chen, Tsaur and Rhai, 1982, and Berebbi and Silber, 1985) computes the Gini coefficient adjusted for negative (even weighted) data. Usage Gini_CTR_BS(y,p)

6 6 Gini_CTR_BS Arguments y p a vector of attributes containing even negative elements a vector containing the weights associated to the elements of the attribute vector Value Note Gini_CTR_BS(y,p) is the Gini coefficient for negative weighted data proposed by Chen, Tsaur and Rhai (1982) and subsequenty improved by Berebbi and Silber (1985). It is based on a normalization factor adding the part of the concentration area lying below the x-axis and provides a values always included into the close range [0,1]. the value of the Gini coefficient adjusted for negative attributes. If the vector p contains unitary weights, compute Gini_CTR_BS as Gini_CTR_BS(y). Moreover, if the vector of attributes does not contain negative elements, Gini_CTR_BS(y) takes the same value of the classical Gini coefficient computed with the package ineq. Finally, if the the vector of attributes does not contain negative elements but the vector p contains non-unitary weights, Gini_CTR_BS(y,p) has the same value of Gini(y,p). Author(s) Emanuela Raffinetti, Fabio Aimar Z.M. Berrebi, J. Silber (1985), The Gini coefficient and negative income: a comment, Oxford Economic Papers 37, C.N. Chen, T.W. Tsaur, T.S. Rhai (1982), The Gini coefficient and negative income, Oxford Economic Papers 34, See Also ineq Examples # generate the vector of attributes with even negative elements y<-c(-7,-15,11,-10,2,4,40) # generate the vector of weights p<-c(2.5,1.1,3.6,4.4,0.8,2.7,1.9) # compute the Gini coefficient of Chen, Tsaur and Rhai (1982), Berebbi and Silber (1985) as Gini_CTR_BS(y,p) data(bi2012) # define the vector of weights

7 Gini_RSV 7 # select the vector of incomes (e.g., the incomes from transfers YTA) y<-bi2012$yta # compute the Gini coefficient adjusted for negative values Gini_CTR_BS(y,p) Gini_RSV The Gini coefficient adjusted for negative attributes (Raffinetti, Siletti and Vernizzi, 2015) computes the Gini coefficient adjusted for negative (even weighted) data. Usage Gini_RSV(y,p) Arguments y p a vector of attributes containing even negative elements a vector containing the weights associated to the elements of the attribute vector Gini_RSV(y) is the Gini coefficient for income negative weighted data proposed by Raffinetti, Siletti and Vernizzi (2015) and based on a new definition of the "polarized" scenario, where the total negative attribute amount is assigned to one unit, the total positive to another unit, while all the other units have a zero amount of attribute. It provides a values always included into the close range [0,1]. Value the value of the Gini coefficient adjusted for negative attributes. Note If the vector p contains unitary weights, compute Gini_RSV as Gini_RSV(y). Moreover, if the vector of attributes does not contain negative elements, Gini_RSV(y) takes the same value of the classical Gini coefficient computed with the package ineq. Finally, if the the vector of attributes does not contain negative elements but the vector p contains non-unitary weights, Gini_RSV(y,p) has the same value of Gini(y,p). Author(s) Emanuela Raffinetti, Fabio Aimar

8 8 GRSVc E. Raffinetti, E. Siletti, A. Vernizzi (2014), Inequality measures and the issue of negative income. Italian Statistical Society Conference (SIS), Book of Short Papers: "SIS th Scientific Meeting of the Italian Statistical Society", CUEC (Cooperativa Universitaria Editrice Cagliaritana), June 2014 E. Raffinetti, E. Siletti, A. Vernizzi (2015), On the Gini coefficient normalization when incomes with negative values are considered, Statistical Methods & Applications, 24(3), See Also ineq Examples # generate the vector of attributes with even negative elements y<-c(-7,-15,11,-10,2,4,40) # generate the vector of weights p<-c(2.5,1.1,3.6,4.4,0.8,2.7,1.9) # compute the Gini coefficient of Raffinetti, Siletti and Vernizzi (2015) as Gini_RSV(y,p) data(bi2012) # define the vector of weights # select the vector of incomes (e.g., the incomes from transfers YTA) y<-bi2012$yta # compute the Gini coefficient adjusted for negative values Gini_RSV(y,p) GRSVc Generalized RSV (Raffinetti, Siletti and Vernizzi, 2015) curve of maximum inequality for negative attributes Usage computes the x-axis and y-axis values of the generalized RSV curve of maximum inequality for weighted and negative attributes. GRSVc(z, p = rep(1, length(z)), plot = FALSE) Arguments z p a vector of attributes containing negative elements a vector containing the weights associated with the elements of the attribute vector

9 GRSVc 9 plot logical. If TRUE the generalized RSV curve of maximum inequality will be plotted Value Note GRSVc(z,p) provides the points of the generalized RSV curve of maximum inequality. A list of class GRSVc with the following components: Generalized RSV (maximum inequality) x-axis points vector with the x-axis values of the generalized RSV curve of maximum inequality Generalized RSV (maximum inequality) y-axis points vector with the y-axis values of the generalized RSV curve of maximum inequality. The plot of the generalized Lorenz curve, for both non-negative and negative attributes, can be obtained by the ineq package. If the vector of attributes z does not contain negative elements, the generalized RSV curve of maximum inequality corresponds to the generalized Lorenz curve of maximum inequality provided by the package ineq. Author(s) Emanuela Raffinetti, Fabio Aimar E. Raffinetti, E. Siletti, A. Vernizzi (2014), Inequality measures and the issue of negative income. Italian Statistical Society Conference (SIS), Book of Short Papers: "SIS th Scientific Meeting of the Italian Statistical Society", CUEC (Cooperativa Universitaria Editrice Cagliaritana), June 2014 E. Raffinetti, E. Siletti, A. Vernizzi (2015), On the Gini coefficient normalization when incomes with negative values are considered, Statistical Methods & Applications, 24(3), See Also ineq Examples # generate the vector of attributes with even negative elements z<-c(-7,-15,11,-10,2,4,40) GRSVc(z,plot=TRUE) # generate the vector of even negative attributes

10 10 RSVc z<-c(10,-25,-12,3,2,-5,45) # generate the vector of non-unitary weights p<-c(1.5,2.2,1.9,3.8,4.7,5,2.3) GRSVc(z,p,plot=TRUE) data(bi2012) # define the vector of non-unitary weights # select the vector of incomes (e.g., the incomes from financial capital gain YCF) z<-bi2012$ycf GRSVc(z,p,plot=TRUE) # define the vector of non-unitary weights # select the vector of incomes (e.g., the incomes from employment YL) z<-bi2012$yl GRSVc(z,p,plot=TRUE) RSVc Ordinary (empirical) RSV (Raffinetti, Siletti and Vernizzi, 2015) curve of maximum inequality for negative attributes computes the x-axis and y-axis values of the ordinary RSV curve of maximum inequality for weighted and negative attributes. Usage RSVc(z, p = rep(1, length(z)), plot = FALSE) Arguments z p plot a vector of attributes containing negative elements a vector containing the weights associated with the elements of the attribute vector logical. If TRUE the ordinary RSV curve of maximum inequality will be plotted RSVc(z,p) provides the points of the ordinary RSV curve of maximum inequality.

11 RSVc 11 Value Note A list of class RSVc with the following components: RSV (maximum inequality) x-axis points vector with the x-axis values of the ordinary RSV curve of maximum inequality RSV (maximum inequality) y-axis points vector with the y-axis values of the ordinary RSV curve of maximum inequality. The plot of the ordinary (empirical) Lorenz curve, for both non-negative and negative attributes, can be obtained by the ineq package. If the vector of attributes z does not contain negative elements, the ordinary RSV curve of maximum inequality corresponds to the ordinary Lorenz curve of maximum inequality provided by the package ineq. Author(s) Emanuela Raffinetti, Fabio Aimar E. Raffinetti, E. Siletti, A. Vernizzi (2014), Inequality measures and the issue of negative income. Italian Statistical Society Conference (SIS), Book of Short Papers: "SIS th Scientific Meeting of the Italian Statistical Society", CUEC (Cooperativa Universitaria Editrice Cagliaritana), June 2014 E. Raffinetti, E. Siletti, A. Vernizzi (2015), On the Gini coefficient normalization when incomes with negative values are considered, Statistical Methods & Applications, 24(3), See Also ineq Examples # generate the vector of attributes with even negative elements z<-c(-8,-11,9,-12,7,6,35) RSVc(z,plot=TRUE) # generate the vector of even negative attributes z<-c(12,-21,-10,6,1,-3,40) # generate the vector of non-unitary weights p<-c(1.2,2.3,1.6,3.5,4.7,4,2.2) RSVc(z,p,plot=TRUE) data(bi2012) # define the vector of non-unitary weights # select the vector of incomes (e.g., the incomes from transfers YTA)

12 12 RSVc z<-bi2012$yta RSVc(z,p,plot=TRUE) # define the vector of non-unitary weights # select the vector of incomes (e.g., the incomes from capital gain YCF) z<-bi2012$yca RSVc(z,p,plot=TRUE)

13 Index Topic datasets BI2012, 3 BI2012, 3 Gini, 3, 4 Gini_CTR_BS, 3, 5 Gini_RSV, 3, 7 GiniWegNeg (GiniWegNeg-package), 2 GiniWegNeg-package, 2 GRSVc, 3, 8 ineq, 4 9, 11 RSVc, 3, 10 13

Package GiniWegNeg. May 24, 2016

Package GiniWegNeg. May 24, 2016 Package GiniWegNeg May 24, 2016 Type Package Title Computing the Gini-Based Coefficients for Weighted and Negative Attributes Version 1.0.1 Imports graphics Date 2016-05-20 Author Emanuela Raffinetti,

More information

Inequality measures and the issue of negative income (Misure di disuguaglianza: il problema dei redditi negativi)

Inequality measures and the issue of negative income (Misure di disuguaglianza: il problema dei redditi negativi) Inequality measures and the issue of negative income (Misure di disuguaglianza: il problema dei redditi negativi Emanuela Raffinetti, Elena Siletti, Achille Vernizzi Abstract Income distribution studies

More information

Keywords: Poverty reduction, income distribution, Gini coefficient, T21 Model

Keywords: Poverty reduction, income distribution, Gini coefficient, T21 Model A Model for Evaluating the Policy Impact on Poverty Weishuang Qu and Gerald O. Barney Millennium Institute 1117 North 19 th Street, Suite 900 Arlington, VA 22209, USA Phone/Fax: 703-841-0048/703-841-0050

More information

Package SvyNom. February 24, 2015

Package SvyNom. February 24, 2015 Package SvyNom February 24, 2015 Type Package Title Nomograms for Right-Censored Outcomes from Survey Designs Version 1.1 Date 2015-01-06 Author Mithat Gonen, Marinela Capanu Maintainer Mithat Gonen

More information

Stata module for decomposition of progressivity measurements.

Stata module for decomposition of progressivity measurements. Stata module for decomposition of progressivity measurements. Abdelkrim Araar Luis Huesca Arturo Robles-Valencia * Université Laval & CIRPÉE / Araar.Abdelkrim@ecn.ulaval.ca Department of Regional Economics,

More information

ESTIMATION OF GINI-INDEX FROM CONTINUOUS DISTRIBUTION BASED ON RANKED SET SAMPLING

ESTIMATION OF GINI-INDEX FROM CONTINUOUS DISTRIBUTION BASED ON RANKED SET SAMPLING Electronic Journal of Applied Statistical Analysis EJASA, Electron. j. app. stat. anal. (008), ISSN 070-98, DOI 0.8/i07098vnp http://siba.unile.it/ese/ejasa http://faculty.yu.edu.jo/alnasser/ejasa.htm

More information

Progressivity, vertical and horizonal equity

Progressivity, vertical and horizonal equity Progressivity, vertical and horizonal equity Abdelkrim Araar, Sami Bibi and Jean-Yves Duclos Workshop on poverty and social impact analysis in Sub-Saharan Africa Kampala, Uganda, 23-27 November 2009 Progressivity

More information

The limitations of negative incomes in the Gini coefficient decomposition by source 1

The limitations of negative incomes in the Gini coefficient decomposition by source 1 The limitations of negative incomes in the Gini coefficient decomposition by source 1 A. Manero Crawford School of Public Policy, Australian National University, Canberra, Australia School of Commerce,

More information

Module 4: Progressivity Analysis. This presentation was prepared by Adam Wagstaff and Caryn Bredenkamp

Module 4: Progressivity Analysis. This presentation was prepared by Adam Wagstaff and Caryn Bredenkamp Module 4: Progressivity Analysis This presentation was prepared by Adam Wagstaff and Caryn Bredenkamp Progressivity in ADePT in a nutshell Progressivity analysis asks whether across all sources of finance

More information

Package timeseq. July 17, 2017

Package timeseq. July 17, 2017 Type Package Package timeseq July 17, 2017 Title Detecting Differentially Expressed Genes in Time Course RNA-Seq Data Version 1.0.3 Date 2017-7-17 Author Fan Gao, Xiaoxiao Sun Maintainer Fan Gao

More information

Inequality as difference: A teaching note on the Gini coefficient

Inequality as difference: A teaching note on the Gini coefficient Inequality as difference: A teaching note on the Gini coefficient Samuel Bowles Wendy Carlin SFI WORKING PAPER: 07-0-003 SFI Working Papers contain accounts of scienti5ic work of the author(s) and do not

More information

2011 HSC Economics Marking Guidelines

2011 HSC Economics Marking Guidelines 0 HSC Economics Marking Guidelines Section I Multiple-choice Answer Key Question Answer C A C 4 D 5 A 6 B 7 C 8 A 9 D 0 C B D C 4 B 5 B 6 B 7 D 8 D 9 B 0 C 0 HSC Economics Marking Guidelines Section II

More information

Joyce Meng November 23, 2008

Joyce Meng November 23, 2008 Joyce Meng November 23, 2008 What is the distinction between positive and normative measures of income inequality? Refer to the properties of one positive and one normative measure. Can the Gini coefficient

More information

Economics 448 Lecture 13 Functional Inequality

Economics 448 Lecture 13 Functional Inequality Economics 448 Functional Inequality October 16, 2012 Introduction Last time discussed the measurement of inequality. Today we will look how inequality can influences how an economy works. Chapter 7 explores

More information

EC Chapter 1. Burak Alparslan Eroğlu. October 13, Burak Alparslan Eroğlu EC Chapter 1

EC Chapter 1. Burak Alparslan Eroğlu. October 13, Burak Alparslan Eroğlu EC Chapter 1 EC 101 - Chapter 1 Burak Alparslan Eroğlu October 13, 2016 Outline Introduction to New Course Module Introduction to Unit 1 Hockey Stick Growth Capitalism Inequality Economics and Economy Introduction

More information

Title: A Note on the Relationship between Top Income Shares and the Gini Coefficient

Title: A Note on the Relationship between Top Income Shares and the Gini Coefficient Economics Letters Manuscript Draft Manuscript Number: EL29122 Title: A Note on the Relationship between Top Income Shares and the Gini Coefficient Article Type: Original Article Keywords: Gini coefficient;

More information

Source:

Source: According to Wikipedia, Occupy Wall Street was a protest movement that began in September of 2011 in New York City s Wall Street financial district. The movement was intended to raise awareness of social

More information

Package countrycode. February 6, 2017

Package countrycode. February 6, 2017 Package countrycode February 6, 2017 Maintainer Vincent Arel-Bundock License GPL-3 Title Convert Country Names and Country Codes LazyData yes Type Package LazyLoad yes

More information

Package dice. February 15, 2013

Package dice. February 15, 2013 Package dice February 15, 2013 Type Package Title Calculate probabilities of various dice-rolling events Version 1.1 Date 2008-09-04 Author Dylan Arena Maintainer Dylan Arena Description

More information

Package PersomicsArray

Package PersomicsArray Package PersomicsArray September 26, 2016 Type Package Title Automated Persomics Array Image Extraction Version 1.0 Date 2016-09-23 Author John Smestad [aut, cre] Maintainer John Smestad

More information

Package gamesnws. February 15, 2013

Package gamesnws. February 15, 2013 Type Package Title Playing games using a NWS Server Version 0.5 Date 2009-10-05 Author Markus Schmidberger, Fabian Grandke Package gamesnws February 15, 2013 Maintainer Markus Schmidberger

More information

IES, Faculty of Social Sciences, Charles University in Prague

IES, Faculty of Social Sciences, Charles University in Prague IMPACT OF INTELLECTUAL PROPERTY RIGHTS AND GOVERNMENTAL POLICY ON INCOME INEQUALITY. Ing. Oksana Melikhova, Ph.D. 1, 1 IES, Faculty of Social Sciences, Charles University in Prague Faculty of Mathematics

More information

Estimation of Concentration Measures and Their Standard Errors for Income Distributions in Poland

Estimation of Concentration Measures and Their Standard Errors for Income Distributions in Poland Int Adv Econ Res (2012) 18:287 297 DOI 10.1007/s11294-012-9361-4 Estimation of Concentration Measures and Their Standard Errors for Income Distributions in Poland Alina Jędrzejczak Published online: 24

More information

A NOTE ON THE INTERPRETATION AND APPLICATION OF THE GINI COEFFICIENT. Kwang Soo Cheong. Working Paper No. 99-1R September 1999

A NOTE ON THE INTERPRETATION AND APPLICATION OF THE GINI COEFFICIENT. Kwang Soo Cheong. Working Paper No. 99-1R September 1999 A OTE O THE ITERPRETATIO AD APPLICATIO OF THE GII COEFFICIET by Kwang Soo Cheong Working Paper o. 99-1R September 1999 A OTE O THE ITERPRETATIO AD APPLICATIO OF THE GII COEFFICIET by KWAG SOO CHEOG Department

More information

Measuring Income Inequality in Farm States: Weaknesses of the Gini Coefficient

Measuring Income Inequality in Farm States: Weaknesses of the Gini Coefficient Whitepaper No. 16006 Measuring Income Inequality in Farm States: Weaknesses of the Gini Coefficient April 28, 2016 Madelyn McGlynn, Gail Werner-Robertson Fellow Faculty Mentor: Dr. Ernie Goss EXECUTIVE

More information

Package countrycode. October 27, 2018

Package countrycode. October 27, 2018 License GPL-3 Title Convert Country Names and Country Codes LazyData yes Type Package LazyLoad yes Encoding UTF-8 Package countrycode October 27, 2018 Standardize country names, convert them into one of

More information

Robust measures of income and wealth inequality. Giovanni Vecchi U. Rome Tor Vergata C4D2 Perugia December 10-14, 2018

Robust measures of income and wealth inequality. Giovanni Vecchi U. Rome Tor Vergata C4D2 Perugia December 10-14, 2018 Robust measures of income and wealth inequality Giovanni Vecchi U. Rome Tor Vergata C4D2 Perugia December 10-14, 2018 Two questions 1) How to produce robust estimates of wealth (income) inequality? robust

More information

Package evenn. March 10, 2015

Package evenn. March 10, 2015 Type Package Package evenn March 10, 2015 Title A Powerful Tool to Quickly Compare Huge Lists and Draw Venn Diagrams Version 2.2 Imports tcltk Date 2015-03-03 Author Nicolas Cagnard Maintainer Nicolas

More information

Package EILA. February 19, Index 6. The CEU-CHD-YRI admixed simulation data

Package EILA. February 19, Index 6. The CEU-CHD-YRI admixed simulation data Type Package Title Efficient Inference of Local Ancestry Version 0.1-2 Date 2013-09-09 Package EILA February 19, 2015 Author James J. Yang, Jia Li, Anne Buu, and L. Keoki Williams Maintainer James J. Yang

More information

Package rreg. January 18, 2018

Package rreg. January 18, 2018 Package rreg January 18, 2018 Title Visualization for Norwegian Health Quality Registries Version 0.1.2 Assists for presentation and visualization of data from the Norwegian Health Quality Registries following

More information

Package deseasonalize

Package deseasonalize Type Package Package deseasonalize February 19, 2015 Title Optimal deseasonalization for geophysical time series using AR fitting Version 1.35 Date 2013-04-10 Author A. I. McLeod and Hyukjun Gweon Maintainer

More information

Package crimcv. January 25, Index 6. Fits finite mixtures of Zero-inflated Poisson models

Package crimcv. January 25, Index 6. Fits finite mixtures of Zero-inflated Poisson models Version 0.9.6 Package crimcv January 25, 2018 Title Group-Based Modelling of Longitudinal Data Author Jason D. Nielsen Maintainer Jason D. Nielsen Depends

More information

TJHSST Senior Research Project Exploring Artificial Societies Through Sugarscape

TJHSST Senior Research Project Exploring Artificial Societies Through Sugarscape TJHSST Senior Research Project Exploring Artificial Societies Through Sugarscape 2007-2008 Jordan Albright January 22, 2008 Abstract Agent based modeling is a method used to understand complicated systems

More information

L(p) 0 p 1. Lorenz Curve (LC) is defined as

L(p) 0 p 1. Lorenz Curve (LC) is defined as A Novel Concept of Partial Lorenz Curve and Partial Gini Index Sudesh Pundir and Rajeswari Seshadri Department of Statistics Pondicherry University, Puducherry 605014, INDIA Department of Mathematics,

More information

Analysis of Economic Data

Analysis of Economic Data Analysis of Economic Data CHUNG-MING KUAN Department of Finance & CRETA National Taiwan University September 14, 2014 C.-M. Kuan (Finance & CRETA, NTU) Analysis of Economic Data September 14, 2014 1 /

More information

Package randomnames. June 6, 2017

Package randomnames. June 6, 2017 Version 1.0-0.0 Date 2017-6-5 Package randomnames June 6, 2017 Title Function for Generating Random Names and a Dataset Depends R (>= 2.10.0) Suggests knitr Imports data.table (>= 1.8.0) Maintainer Damian

More information

The Relationship Between Annual GDP Growth and Income Inequality: Developed and Undeveloped Countries

The Relationship Between Annual GDP Growth and Income Inequality: Developed and Undeveloped Countries The Relationship Between Annual GDP Growth and Income Inequality: Developed and Undeveloped Countries Zeyao Luan, Ziyi Zhou Georgia Institute of Technology ECON 3161 Dr. Shatakshee Dhongde April 2017 1

More information

Measuring Income Inequality in Farm States: Weaknesses of The Gini Coefficient

Measuring Income Inequality in Farm States: Weaknesses of The Gini Coefficient Whitepaper No. 16006 Measuring Income Inequality in Farm States: Weaknesses of The Gini Coefficient April 28, 2016 Madelyn McGlynn, Gail Werner-Robertson Fellow Faculty Mentor: Dr. Ernest Goss Executive

More information

Popular Support for Rank-dependent Social Evaluation Functions 1

Popular Support for Rank-dependent Social Evaluation Functions 1 Popular Support for Rank-dependent Social Evaluation Functions 1 (First Draft) Juan Gabriel Rodríguez Universidad Complutense de Madrid, Campus de Somosaguas, 28223 Madrid, Spain Tel: +34 91 3942515. E-mail:

More information

Package ScrabbleScore

Package ScrabbleScore Type Package Title Calculates Scrabble score for strings Version 1.0 Date 2013-10-01 Author Will Kurt Maintainer Will Kurt Package ScrabbleScore February 19, 2015 Given a word will produce

More information

2010 HSC Economics Marking Guidelines

2010 HSC Economics Marking Guidelines 00 HSC Economics Marking Guidelines Section I Question Answer C D B 4 C 5 D 6 C 7 D 8 B 9 D 0 A D D C 4 B 5 A 6 A and D 7 C 8 B 9 A 0 B 00 HSC Economics Marking Guidelines Section II Question (a) Correctly

More information

Modeling Companion B Measures of well being and inequality

Modeling Companion B Measures of well being and inequality Modeling Companion B Measures of well being and inequality LEARNING OBJECTIVES What is the Human Development Index? What is affective/evaluative happiness and how do we measure them? Measuring inequality

More information

Working Group of Experts on Measuring the Sustainability of Tourism Second meeting UNWTO Headquarters, Madrid, Spain October 2018

Working Group of Experts on Measuring the Sustainability of Tourism Second meeting UNWTO Headquarters, Madrid, Spain October 2018 Working Group of Experts on Measuring the Sustainability of Touris Second eeting UNWTO Headquarters, Madrid, Spain 24 25 October 2018 Statistical Tools to Measure Touris fro a Social Focus - Argentine

More information

Convergence Forward and Backward? 1. Quentin Wodon and Shlomo Yitzhaki. World Bank and Hebrew University. March Abstract

Convergence Forward and Backward? 1. Quentin Wodon and Shlomo Yitzhaki. World Bank and Hebrew University. March Abstract Convergence Forward and Backward? Quentin Wodon and Shlomo Yitzhaki World Bank and Hebrew University March 005 Abstract This note clarifies the relationship between -convergence and -convergence in a univariate

More information

Package gamesga. June 13, 2017

Package gamesga. June 13, 2017 Type Package Package gamesga June 13, 2017 Title Genetic Algorithm for Sequential Symmetric Games Version 1.1.3.2 Imports grdevices (>= 3.4.0), graphics (>= 3.4.0), stats (>= 3.4.0), shiny (>= 1.0.0) Author

More information

ECM 147 Economic Development in Emerging Markets

ECM 147 Economic Development in Emerging Markets ECM 147 Economic Development in Emerging Markets 2013-2014 Academic Year Subject Outline: Teaching methods: Assessment: The Module examines changes in emerging economies concentrating in particular on

More information

The Korean Experience & the 21st Century Transition to a Capability Enhancing Developmental State

The Korean Experience & the 21st Century Transition to a Capability Enhancing Developmental State The 5th Seoul ODA International Conference The Korean Experience & the 21st Century Transition to a Capability Enhancing Developmental State Peter Evans University of California, Berkeley 13 October 2011

More information

Economic Inequality and Academic Achievement

Economic Inequality and Academic Achievement Economic Inequality and Academic Achievement Larry V. Hedges Northwestern University, USA Prepared for the 5 th IEA International Research Conference, Singapore, June 25, 2013 Background Social background

More information

Package Rd2md. May 22, 2017

Package Rd2md. May 22, 2017 Title Markdown Reference Manuals Version 0.0.2 Package Rd2md May 22, 2017 The native R functionalities only allow PDF exports of reference manuals. This shall be extended by converting the package documentation

More information

Keywords: Geographic mapping, Health expenses, Inequality, Spatial Analysis

Keywords: Geographic mapping, Health expenses, Inequality, Spatial Analysis Journal of Research & Health Social Development & Health Promotion Research Center Vol. 5, No.1, Spring 2015 Pages: 28-34 Original Article 1. Correspondence to: Associate Professor of Statistics Department,

More information

Chapter 3 What Economies Do Macroeconomics In Context (Goodwin, et al.)

Chapter 3 What Economies Do Macroeconomics In Context (Goodwin, et al.) Chapter 3 What Economies Do Macroeconomics In Context (Goodwin, et al.) Chapter Overview This chapter introduces the four essential economic activities: resource maintenance, the production of goods and

More information

Virginia Employment Commission

Virginia Employment Commission Small-Area Data and Graphs for New Kent County Virginia Employment Commission 703 East Main Street Richmond, Virginia 23219 Tel: (804) 786-8223 www.virginialmi.com Last updated: 2/6/2017 2:25:29 PM Table

More information

9 TH INTERNATIONAL ASECU CONFERENCE ON SYSTEMIC ECONOMIC CRISIS: CURRENT ISSUES AND PERSPECTIVES

9 TH INTERNATIONAL ASECU CONFERENCE ON SYSTEMIC ECONOMIC CRISIS: CURRENT ISSUES AND PERSPECTIVES 1 2 D ragan Tevdovski Igor Ivanovski Ss. Cyril and Methodius University, Faculty of Economics-Skopje, Macedonia INCOME INEQUALITIES AND SYSTEMATIC ECONOMIC CRISIS: FOCUS ON SOUTH-EAST EUROPE UDC:330.56.0552/.3:330.831.8]:519.233.5(4-12)

More information

Virginia Employment Commission

Virginia Employment Commission Small-Area Data and Graphs for Mecklenburg County Virginia Employment Commission 703 East Main Street Richmond, Virginia 23219 Tel: (804) 786-8223 www.virginialmi.com Last updated: 2/6/2017 2:24:09 PM

More information

Measuring Intangible Assets (IP & Data) for the Knowledge-based and Data-driven Economy

Measuring Intangible Assets (IP & Data) for the Knowledge-based and Data-driven Economy Measuring Intangible Assets (IP & Data) for the Knowledge-based and Data-driven Economy Jim Balsillie Chair and Co-founder of CIGI IMF Statistical Forum November 20, 2018 Big Data, Artificial Intelligence

More information

An Alternative Single Parameter Functional Form for Lorenz Curve

An Alternative Single Parameter Functional Form for Lorenz Curve Crawford School of Public Policy Crawford School working aers An Alternative Single Parameter Functional Form for Lorenz Curve Crawford School Working Paer 7 Setember 07 Satya Paul Amrita University, India

More information

Virginia Employment Commission

Virginia Employment Commission Small-Area Data and Graphs for Lancaster County Virginia Employment Commission 703 East Main Street Richmond, Virginia 23219 Tel: (804) 786-8223 www.virginialmi.com Last updated: 2/6/2017 2:03:07 PM Table

More information

From Goldrush to Collapse

From Goldrush to Collapse From Goldrush to Collapse Explaining Iceland s Financial Rise and Fall Stefán Ólafsson University of Iceland After the Goldrush Plenum lecture at a conference organized by the Faculty of Human and Social

More information

Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY

Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY r.abulnaga@abdn.ac.uk PERSONAL PROFILE I have a joint appointment as a Reader in Economics between the Business School and the Health Economics

More information

Application Information Analysis of a Hall-Effect System With Two Linear Sensor ICs for 30 mm Displacement

Application Information Analysis of a Hall-Effect System With Two Linear Sensor ICs for 30 mm Displacement Application Information Analysis of a Hall-Effect System With Two Linear Sensor ICs for 3 mm Displacement By Andrea Foletto, Andreas Friedrich, and Sanchit Gupta A classic Hall sensing system uses a single

More information

Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY

Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY Ramses H. ABUL NAGA University of Aberdeen, Aberdeen AB24 3QY r.abulnaga@abdn.ac.uk PERSONAL PROFILE I have a joint appointment as a Reader in Economics between the Business School and the Health Economics

More information

Using administrative data in production of population statistics; register-based surveys

Using administrative data in production of population statistics; register-based surveys Regional Training on Producing Register-based Population Statistics in Developing Countries 23 September 31 October 2013 e-learning module: Basic information and statistical background 23 27 September

More information

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes CHAPTER 6 PROBABILITY Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes these two concepts a step further and explains their relationship with another statistical concept

More information

The Pareto Distribution of World s GDP

The Pareto Distribution of World s GDP The Economies of the Balkan and the Eastern European Countries in the changing World Volume 2018 Conference Paper The Pareto Distribution of World s GDP Zoran Petar Tomić Faculty of Economics, University

More information

Equality of Outcome or Equality of Opportunity? A Simulation of Wealth Distribution Using Agent-based Modeling

Equality of Outcome or Equality of Opportunity? A Simulation of Wealth Distribution Using Agent-based Modeling Equality of Outcome or Equality of Opportunity? A Simulation of Wealth Distribution Using Agent-based Modeling Ozgur Ekmekci 1 1 The George Washington University, Washington, DC, USA Correspondence: Ozgur

More information

Solving Equations and Graphing

Solving Equations and Graphing Solving Equations and Graphing Question 1: How do you solve a linear equation? Answer 1: 1. Remove any parentheses or other grouping symbols (if necessary). 2. If the equation contains a fraction, multiply

More information

Distinguished guests Ladies and gentlemen Swasdee krub,

Distinguished guests Ladies and gentlemen Swasdee krub, Opening Remarks BOT s Policy Direction on FinTech Development Bangkok FinTech Fair 2018: SME and Consumer Financial Solutions Dr. Veerathai Santiprabhob Governor of the Bank of Thailand Monday 19 March

More information

Urban Accessibility: perception, measurement and equitable provision

Urban Accessibility: perception, measurement and equitable provision Urban Accessibility: perception, measurement and equitable provision José Viegas, Secretary General, International Transport Forum Luis Martinez, Instituto Superior Técnico, Lisboa jose.viegas@oecd.org

More information

Decomposition of Income Inequality: Evidence from Turkey

Decomposition of Income Inequality: Evidence from Turkey Loyola University Chicago Loyola ecommons Topics in Middle Eastern and North African Economies Quinlan School of Business 9-1-2000 Decomposition of ncome nequality: Evidence from Turkey Jacques Silber

More information

Revised Course Outlines & Pattern of Examinations in the subject of Economics for BA/B.Sc. w.e.f. 1 st Annual Examinations 2018 & onwards

Revised Course Outlines & Pattern of Examinations in the subject of Economics for BA/B.Sc. w.e.f. 1 st Annual Examinations 2018 & onwards Annexure - 1 Revised Course Outlines & Pattern of Examinations in the subject of Economics for BA/B.Sc. w.e.f. 1 st Annual Examinations 2018 & onwards Paper A: Microeconomics &Basic Mathematical Economics

More information

Package IQCC. R topics documented: November 15, Title Improved Quality Control Charts Version 0.7

Package IQCC. R topics documented: November 15, Title Improved Quality Control Charts Version 0.7 Title Improved Quality Control Charts Version 0.7 Package IQCC November 15, 2017 Builds statistical control charts with exact limits for univariate and multivariate cases. Depends R (>= 3.4.2), misctools

More information

Downloads from this web forum are for private, non-commercial use only. Consult the copyright and media usage guidelines on

Downloads from this web forum are for private, non-commercial use only. Consult the copyright and media usage guidelines on Econ 3x3 www.econ3x3.org A web forum for accessible policy-relevant research and expert commentaries on unemployment and employment, income distribution and inclusive growth in South Africa Downloads from

More information

Package RVtests. R topics documented: February 19, 2015

Package RVtests. R topics documented: February 19, 2015 Type Package Title Rare Variant Tests Version 1.2 Date 2013-05-27 Author, and C. M. Greenwood Package RVtests February 19, 2015 Maintainer Depends R (>= 2.12.1), glmnet,

More information

Impacts of Policies on Poverty

Impacts of Policies on Poverty Module 009 Impacts of Policies on Poverty Impacts of Policies on Poverty by Lorenzo Giovanni Bellù, Agricultural Policy Support Service, Policy Assistance Division, FAO, Rome, Italy Paolo Liberati, University

More information

Package reddprec. October 17, 2017

Package reddprec. October 17, 2017 Type Package Title Reconstruction of Daily Data - Precipitation Version 0.4.0 Author Roberto Serrano-Notivoli Package reddprec October 17, 2017 Maintainer Roberto Serrano-Notivoli Computes

More information

Package iterpc. April 24, 2018

Package iterpc. April 24, 2018 Type Package Package iterpc April 24, 2018 Title Efficient terator for Permutations and Combinations Version 0.4.0 Date 2018-04-14 Author Randy Lai [aut, cre] Maintainer Randy Lai

More information

Package draw. July 30, 2018

Package draw. July 30, 2018 Type Package Title Wrapper Functions for Producing Graphics Version 1.0.0 Author Richard Wen Package draw July 30, 2018 Maintainer Richard Wen Description A

More information

Government Failures and Institutions in Public Policy Evaluation

Government Failures and Institutions in Public Policy Evaluation Government Failures and Institutions in Public Policy Evaluation The Case of Dutch Technology Policy A 349389 Ard Schilder V 2000 ^VAN GORCUM Contents Preface 1 Chapter 1 Technology policy and a changed

More information

Household Inequality, Corporate Capital Structure and Entrepreneurial Dynamism

Household Inequality, Corporate Capital Structure and Entrepreneurial Dynamism 1 Household Inequality, Corporate Capital Structure and Entrepreneurial Dynamism Fabio Braggion Tilburg University Mintra Dwarkasing Tilburg University Steven Ongena University of Zürich, SFI and CEPR

More information

EDUCATION Ph.D. Economics, Harvard University, 1982 B.S. Mathematics, summa cum laude, University of Washington, 1978

EDUCATION Ph.D. Economics, Harvard University, 1982 B.S. Mathematics, summa cum laude, University of Washington, 1978 CURRICULUM VITAE DANIEL T. SLESNICK December 2012 Department of Economics University of Texas Austin, TX 78712 EDUCATION Ph.D. Economics, Harvard University, 1982 B.S. Mathematics, summa cum laude, University

More information

Lessons from a Decade s Research on Poverty: Innovation, Engagement and Impact 10 th anniversary conference of the ESRC DFID Joint Fund for Poverty

Lessons from a Decade s Research on Poverty: Innovation, Engagement and Impact 10 th anniversary conference of the ESRC DFID Joint Fund for Poverty Lessons from a Decade s Research on Poverty: Innovation, Engagement and Impact 10 th anniversary conference of the ESRC DFID Joint Fund for Poverty Alleviation Research 16 18 March 2016, Pretoria, South

More information

Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game

Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game Graph Formation Effects on Social Welfare and Inequality in a Networked Resource Game Zhuoshu Li 1, Yu-Han Chang 2, and Rajiv Maheswaran 2 1 Beihang University, Beijing, China 2 Information Sciences Institute,

More information

The Weakness of the Gini Coefficient in Farm States

The Weakness of the Gini Coefficient in Farm States Whitepaper No. 16506 The Weakness of the Gini Coefficient in Farm States November 22, 2016 Morgan Campbell, Gail Werner-Robertson Fellow Faculty Mentors: Dr. Ernie Goss Executive Summary Over the past

More information

Culture and Household Saving

Culture and Household Saving Culture and Household Saving Benjamin Guin benjamin.guin@unisg.ch Swiss Institute of Banking and Finance University of St.Gallen (HSG) Fourth Conference on Household Finance and Consumption, Frankfurt

More information

IS THE DIGITAL DIVIDE REALLY CLOSING? A CRITIQUE OF INEQUALITY MEASUREMENT IN A NATION ONLINE

IS THE DIGITAL DIVIDE REALLY CLOSING? A CRITIQUE OF INEQUALITY MEASUREMENT IN A NATION ONLINE IT&SOCIETY, VOLUME, ISSUE 4, SPRING 2003, PP. -3 A CRITIQUE OF INEQUALITY MEASUREMENT IN A NATION ONLINE STEVEN P. ABSTRACT According to the U.S. Department of Commerce Report A Nation Online: How Americans

More information

Profitability, Long Waves and the Recurrence of General Crises

Profitability, Long Waves and the Recurrence of General Crises Profitability, Long Waves and the Recurrence of General Crises International Initiative for Promoting Political Economy Conference Naples September, 2014 Anwar Shaikh New School for Social Research Material

More information

Package pedigreemm. R topics documented: February 20, 2015

Package pedigreemm. R topics documented: February 20, 2015 Version 0.3-3 Date 2013-09-27 Title Pedigree-based mixed-effects models Author Douglas Bates and Ana Ines Vazquez, Package pedigreemm February 20, 2015 Maintainer Ana Ines Vazquez

More information

Snapshot of Inequality in Nigeria (2004, 2013, 2016)

Snapshot of Inequality in Nigeria (2004, 2013, 2016) Snapshot of Inequality in Nigeria (2004, 2013, 2016) Report Date: January 2018 Contents Executive Summary 1 The Gini, the Theil, and Decile Distribution 2 Consumption shares 3 Methodology 4 Appendix 5

More information

The unfair consequences of equal opportunities: comparing exchange models of wealth distribution

The unfair consequences of equal opportunities: comparing exchange models of wealth distribution J. Phys. IV France (2006) Pr- c EDP Sciences, Les Ulis The unfair consequences of equal opportunities: comparing exchange models of wealth distribution G. M. Caon, S. Gonçalves and J. R. Iglesias Instituto

More information

SOCIAL DECODING OF SOCIAL MEDIA: AN INTERVIEW WITH ANABEL QUAN-HAASE

SOCIAL DECODING OF SOCIAL MEDIA: AN INTERVIEW WITH ANABEL QUAN-HAASE KONTEKSTY SPOŁECZNE, 2016, Vol. 4, No. 1 (7), 13 17 SOCIAL DECODING OF SOCIAL MEDIA: AN INTERVIEW WITH ANABEL QUAN-HAASE In this interview Professor Anabel Quan-Haase, one of the world s leading researchers

More information

Package rtide. May 10, 2017

Package rtide. May 10, 2017 Title Tide Heights Version 0.0.4 Date 2017-05-09 Package rtide May 10, 2017 Calculates tide heights based on tide station. It includes the data for 637 US stations. The data was converted from

More information

DETERMINATES OF CLUSTERING ACROSS AMERICA S NATIONAL PARKS: AN APPLICATION OF THE GINI COEFFICIENT

DETERMINATES OF CLUSTERING ACROSS AMERICA S NATIONAL PARKS: AN APPLICATION OF THE GINI COEFFICIENT DETERMINATES OF CLUSTERING ACROSS AMERICA S NATIONAL PARKS: AN APPLICATION OF THE GINI COEFFICIENT R. Geoffrey Lacher Department of Parks, Recreation & Tourism Management Clemson University rlacher@clemson.edu

More information

The Economics of Leisure and Recreation

The Economics of Leisure and Recreation The Economics of Leisure and Recreation STUDIES IN PLANNING AND CONTROL General Editors B. T. Bayliss, B.Sc.(Econ.), Ph.D. Director, Centre for European Industrial Studies University of Bath and G. M.

More information

Sect Linear Equations in Two Variables

Sect Linear Equations in Two Variables 99 Concept # Sect. - Linear Equations in Two Variables Solutions to Linear Equations in Two Variables In this chapter, we will examine linear equations involving two variables. Such equations have an infinite

More information

The inequity of the Swiss health care system financing from a federal state perspective

The inequity of the Swiss health care system financing from a federal state perspective Crivelli and Salari International Journal for Equity in Health 2014, 13:17 RESEARCH The inequity of the Swiss health care system financing from a federal state perspective Luca Crivelli 1,2 and Paola Salari

More information

A modified Kakwani measure for health inequality

A modified Kakwani measure for health inequality Fukushige et al. Health Economics Review 212, 2:1 RESEARCH Open Access A modified Kakwani measure for health inequality Mototsugu Fukushige 1*, Noriko Ishikawa 2 and Satoko Maekawa 3 Abstract We propose

More information

Package JoSAE. August 9, 2015

Package JoSAE. August 9, 2015 Type Package Package JoSAE August 9, 2015 Title Functions for some Unit-Level Small Area Estimators and their Variances Version 0.2.3 Date 2015-08-07 Author Johannes Breidenbach Maintainer Johannes Breidenbach

More information

Package linlir. February 20, 2015

Package linlir. February 20, 2015 Type Package Package linlir February 20, 2015 Title linear Likelihood-based Imprecise Regression Version 1.1 Date 2012-11-09 Author Andrea Wiencierz Maintainer Andrea Wiencierz

More information

Inclusive Growth Poverty, Inequality and Employment

Inclusive Growth Poverty, Inequality and Employment Inclusive Growth Poverty, Inequality and Employment Fabio Veras Soares, Raquel Ramos and Rafael Ranieri IPC-IG Asia Public Policy Forum 2013 Jakarta, Indonesia May 28-30, 2013 0 Inclusive Growth: Building

More information

Performance and Inequality in Health: A Comparison of Child and Maternal Health across Asia

Performance and Inequality in Health: A Comparison of Child and Maternal Health across Asia Performance and Inequality in Health: A Comparison of Child and Maternal Health across Asia Bénédicte H. Apouey, Jacques Silber To cite this version: Bénédicte H. Apouey, Jacques Silber. Performance and

More information