Description Usage Arguments Value
View source: R/calc_growthConcCoef.R
Computes the Concentration Coefficient for the income growth between two periods using Quantile Functions as input
1 2 3 4 5 6 | calc_growthConcCoef_fromQuantile(
qf0,
qf1,
correct_for_negativeAppropriation = F,
gridIntegration = NULL
)
|
qf0 |
A quantile function of the income distribution at time 0 |
qf1 |
A quantile function of the income distribution at time 1 |
correct_for_negativeAppropriation |
A logical value. If |
gridIntegration |
(optional) A grid of class 'NIGrid' for multivariate numerical integration (mvQuad package) |
Returns the Growth Concentration Coefficient (numeric value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.