Calculates the Gini indices for the Frechet distribution with shape
parameters
gfrechet(shape)
A numeric vector with the Gini indices. A NA
is returned when a shape parameter is non-numeric or smaller than 1.
A vector of positive real numbers higher or equal than 1 specifying shape parameters
Juan F Munoz jfmunoz@ugr.es
Jose M Pavia pavia@uv.es
Encarnacion Alvarez encarniav@ugr.es
The Frechet distribution with location parameter shape
parameter
The Gini index, for
Kleiber, C. and Kotz, S. (2003). Statistical Size Distributions in Economics and Actuarial Sciences, Hoboken, NJ, USA: Wiley-Interscience.
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 14. Wiley, New York.
gdagum
, gburr
, gfisk
, gpareto
, ggompertz
# Gini index for the Frechet distribution with a shape parameter 's = 1'.
gfrechet(shape = 1)
# Gini indices for the Frechet distribution and different shape parameters.
gfrechet(shape = 1:10)
Run the code above in your browser using DataLab