Description Usage Arguments Details Value Author(s) References See Also Examples
The auxiliary function OmegaGL computes the (empirical) vector of Generalized Lorenz (GL) curve ordinates and its corresponding covariance matrix. This matrix will be used to compute the test-statistic to test for the Generalized Lorenz dominance relation between two GL curves.
1 | OmegaGL(dataset, samp)
|
dataset |
a data.frame containing variables obtained by using the setupDataset function. |
samp |
an integer which represents the number of the GL ordinates to be estimated. These ordinates will be estimated at points p_i, where p_i=i/samp, \quad i=1, …, samp. |
Estimation of GL curve ordinates and their covariance matrix are calculated following Beach and Davidson (1983).
Calculations are made using the equivalized disposable income. The equivalence scales that can be employed are the modified OECD scale or the parametric scale of Buhmann et al. (1988). The default is the modified OECD scale (see setupDataset).
A list with the following components:
Omega covariance matrix for the estimated vector of GL curve ordinates.
gl.curve estimated vector of GL curve ordinates.
p_i vector with components p_i=i/samp, i=1, ..., samp.
quantile_i estimated vector of quantiles of income corresponding to these p_i's.
gamma.i vector of estimated conditional means of income less than the quantil corresponding to p_i=i/samp, i=1, ..., samp.
A. Berihuete, C.D. Ramos and M.A. Sordo
C. M. Beach and R. Davidson (1983) Distribution-free statistical inference with Lorenz curves and income shares, Review of Economic Studies, 50, 723–735.
B. Buhmann et al. (1988) Equivalence scales, well-being, inequality and poverty: sensitivity estimates across ten countries using the Luxembourg Income Study (LIS) database, Review of Income and Wealth, 34, 115–142.
K. Xu (1997) Asymptotically distribution-free statistical test for generalized Lorenz curves: An alternative approach, Journal of Income Distribution, 7, 45–62.
testGL, setupDataset
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.