paf2.boot: Bootstrapping the decomposed PaF income polarization index

View source: R/paf2.boot.R

Bootstrapping the decomposed PaF income polarization indexR Documentation

Bootstrapping the decomposed PaF income polarization index

Description

Bootstrapping the decomposed PaF income polarization index

Usage

paf2.boot(y, a, R = 1000)

Arguments

y

A numeric vector with income data.

a

The value of \alpha. This can be a number only, between 0.25 and 1.

R

The number of bootstrap resamples to perform.

Details

The function computes the decomposed PaF index of Duclos, Esteban and Ray (2004) for a specific value of \alpha. The decomposition is with respect to the deprivation and surplus components as suggested by Araar (2008). The PaF index, the deprivation and surplus components, and also their bootstrap estimates, the estimated bias and the estimated standard error of each, and the confidence intervals are returned.

Value

A list including:

boot

A matrix with the bootstrap estimates.

index

The estimates.

info

A matrix with: the bootstrap based estimates, the bootstrap estimated bias of the estimates, the bootstrap estimated standard errors of the estimates, and the 95% percentile bootstrap confidence intervals for each component.

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, paf.boot

Examples

y <- rgamma(100, 10, 0.01)
paf2.boot(y, 0.25)

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