colpafs2: Many decomposed PaF income polarization indices

View source: R/colpafs2.R

Many decomposed PaF income polarization indicesR Documentation

Many decomposed PaF income polarization indices

Description

Many decomposed PaF income polarization indices

Usage

colpafs2(y, a)

Arguments

y

A numeric matrix with income data. The PaF index will be computed for each column sperately.

a

The value of \alpha, a number between 0.25 and 1.

Details

The function compute the decomposed PaF index of Duclos, Esteban and Ray (2004) for a specific value of \alpha, for each column of the matrix. The decomposition is with respect to the deprivation and surplus components as suggested by Araar (2008).

Value

A matrix, where each row contains the PaF index, the deprivation and the surplus components.

Author(s)

Michail Tsagris.

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

References

Araar A. (2008). On the Decomposition of Polarization Indices: Illustrations with Chinese and Nigerian Household Surveys. CIRPEE Working Paper No. 08-06. https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1136142

Duclos J. Y., Esteban, J. and Ray D. (2004). Polarization: concepts, measurement, estimation. Econometrica, 72(6): 1737–1772.

See Also

paf2, colpafs

Examples

y <- matrix( rgamma(100 * 10, 10, 0.01), ncol = 10 )
colpafs2(y, 0.25)

DER documentation built on April 12, 2025, 1:45 a.m.