lmom.test.wei {lmomco} | R Documentation |
This function computes the L-moments of the data and the parameters of the Weibull distribution and in turn computes the L-moments from the fitted parameters.
lmom.test.wei(data, digits=4)
data |
A vector of data. |
digits |
Number of digits to pass internally to the signif function for rounding of results. |
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.wei(c(123,34,4,654,37,78)) lmom.test.wei(rnorm(50))