Learn R Programming

lmomco (version 2.4.14)

par2lmom: Convert the Parameters of a Distribution to the L-moments

Description

This function acts as a frontend or dispatcher to the distribution-specific L-moments of the parameter values. This function dispatches to lmomCCC where CCC represents the three character (minimum) distribution identifier: aep4, cau, emu, exp, gam, gev, gld, glo, gno, gov, gpa, gum, kap, kmu, kur, lap, lmrq, ln3, nor, pe3, ray, revgum, rice, sla, st3, texp, wak, and wei.

The conversion of parameters to TL-moments (TLmoms) is not supported. Specific use of functions such as lmomTLgld and lmomTLgpa for the TL-moments of the Generalized Lambda and Generalized Pareto distributions is required.

Usage

par2lmom(para, ...)

Value

An L-moment object (an R

list) is returned.

Arguments

para

A parameter object of a distribution.

...

Other arguments to pass.

Author

W.H. Asquith

See Also

lmom2par

Examples

Run this code
lmr      <- lmoms(rnorm(20))
para     <- parnor(lmr)
frompara <- par2lmom(para)

Run the code above in your browser using DataLab