ge | R Documentation |
This function estimates members of the Generalized Entropy family of inequality indices.
ge(
x,
w = rep(1, length(x)),
eta = 2,
data = NULL,
ranked = x,
na.rm = TRUE,
...
)
x |
a numerical vector whose index is to be estimated |
w |
an optional vector of non-negative integer values weights. |
eta |
the inequality aversion parameter, |
data |
the data frame where the variables are found. |
na.rm |
a logical indicating whether NA's should removed. |
If \eta = 0
, ge() estimates Theils 0 index, for \eta = 1
ge()
estimate Thiels log mean difference. If \eta = 2
, ge is 1/2 of the
square coefficient of variation, \frac{\sigma^2_x}{2\mu_x}
.
The inequality index.
Markus Jantti markus.jantti@iki.fi
lambert1993incdist
gini
atkinson
ge(runif(100), eta = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.