lmom.test.revgum {lmomco}R Documentation

Test L-moment and Parameter Algorithms of the Reverse Gumbel Distribution

Description

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.

Usage

lmom.test.revgum(data, zeta=1, digits=4)

Arguments

data A vector of data.
zeta The right-tail censoring fraction (see parrevgum).
digits Number of digits to pass internally to the signif function for rounding of results.

Value

Comparison of the median of the distribution and reverse computation of the median from the 0.5 nonexceedance probability.
Output from lmom.diff.

Author(s)

W.H. Asquith

See Also

lmomrevgum, parrevgum

Examples

lmom.test.revgum(c(123,34,4,654,37,78))

lmom.test.revgum(rnorm(50))

[Package lmomco version 0.96.3 Index]