Many PaF income polarization indices | R Documentation |
Many PaF income polarization indices
colpafs(y, a)
y |
A numeric matrix with income data. The PaF index will be computed for each column sperately. |
a |
The value of |
The function compute the PaF index of Duclos, Esteban and Ray (2004) for a specific value of \alpha
, for each column of the matrix.
A matrix, where each row contains the PaF index, the alienation (twice the Gini index) and identification components and 1 + the normalized covariance.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Duclos J. Y., Esteban, J. and Ray D. (2006). Polarization: concepts, measurement, estimation. In The Social Economics of Poverty (pp. 54–102). Routledge.
Duclos J. Y., Esteban, J. and Ray D. (2004). Polarization: concepts, measurement, estimation. Econometrica, 72(6): 1737–1772.
paf, colpafs2
y <- matrix( rgamma(100 * 10, 10, 0.01), ncol = 10 )
colpafs(y, 0.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.