lmom.test.revgum {lmomco} | R Documentation |
This function computes the L-moments of the data and the parameters of the Reverse Gumbel distribution and in turn computes the L-moments from the fitted parameters.
lmom.test.revgum(data,zeta=1)
data |
A vector of data. |
zeta |
The right-tail censoring fraction (see parrevgum ). |
Comparison of the median of the distribution and reverse computation
of the median from the 0.5 nonexceedance probability.
Output from lmom.diff
.
W.H. Asquith
lmom.test.revgum(c(123,34,4,654,37,78)) lmom.test.revgum(rnorm(50))