Learn R Programming

lmomco (version 0.88)

lmom.test.gum: Test L-moment and Parameter Algorithms of the Gumbel Distribution

Description

This function computes the L-moments of the data and the parameters of the Gumbel distribution and in turn computes the L-moments from the fitted parameters.

Usage

lmom.test.gum(data)

Arguments

data
A vector of data.

Value

  • Comparison of the median of the distribution and reverse computation of the median from the 0.5 nonexceedance probability.

    Output from lmom.diff.

See Also

lmomgum, pargum

Examples

Run this code
lmom.test.gum(c(123,34,4,654,37,78))

lmom.test.gum(rnorm(50))

Run the code above in your browser using DataLab