lmomrevgum {lmomco} | R Documentation |
L-moments of the Reverse Gumbel Distribution
Description
This function estimates the L-moments of the Reverse Gumbel distribution given the parameters ( and
) from
parrevgum
. The first two type-B L-moments in terms of the parameters are
where is the right-tail censoring fraction of the sample or the nonexceedance probability of the right-tail censoring threshold, and
is the exponential integral defined as
where as
and
can not be evaluated as
.
Usage
lmomrevgum(para)
Arguments
para |
The parameters of the distribution. |
Value
An R list
is returned.
lambdas |
Vector of the L-moments. First element is
|
ratios |
Vector of the L-moment ratios. Second element is
|
trim |
Level of symmetrical trimming used in the computation, which is |
leftrim |
Level of left-tail trimming used in the computation, which is |
rightrim |
Level of right-tail trimming used in the computation, which is |
zeta |
Number of samples observed (noncensored) divided by the total number of samples. |
source |
An attribute identifying the computational source of the L-moments: “lmomrevgum”. |
Author(s)
W.H. Asquith
References
Hosking, J.R.M., 1995, The use of L-moments in the analysis of censored data, in Recent Advances in Life-Testing and Reliability, edited by N. Balakrishnan, chapter 29, CRC Press, Boca Raton, Fla., pp. 546–560.
See Also
parrevgum
, cdfrevgum
, pdfrevgum
, quarevgum
Examples
lmr <- lmoms(c(123,34,4,654,37,78))
rev.para <- lmom2par(lmr,type='revgum')
lmomrevgum(rev.para)