riglmomco {lmomco} | R Documentation |
Income Gap Ratio Quantile Function for the Distributions
Description
This function computes the Income Gap Ratio for quantile function (
par2qua
, qlmomco
). The function is defined by Nair et al. (2013, p. 230) as
where is the income gap quantile for nonexceedance probability
,
is a constant for
is the quantile for
, and
is the 1st reversed residual life L-moment (
rreslife.lmoms
).
Usage
riglmomco(f, para)
Arguments
f |
Nonexceedance probability ( |
para |
Value
Income gap ratio quantile value for .
Author(s)
W.H. Asquith
References
Nair, N.U., Sankaran, P.G., and Balakrishnan, N., 2013, Quantile-based reliability analysis: Springer, New York.
See Also
Examples
# Let us parametize some "income" distribution.
A <- vec2par(c(123, 264, 2.11), type="gov")
riglmomco(0.5, A)
## Not run:
F <- nonexceeds(f01=TRUE)
plot(F, riglmomco(F,A), type="l",
xlab="NONEXCEEDANCE PROBABILITY", ylab="INCOME GAP RATIO")
## End(Not run)
[Package lmomco version 2.5.1 Index]