par2lmom {lmomco} | R Documentation |
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, ...)
Arguments
para |
A parameter object of a distribution. |
... |
Other arguments to pass. |
Value
An L-moment object (an R list
) is returned.
Author(s)
W.H. Asquith
See Also
Examples
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
frompara <- par2lmom(para)
[Package lmomco version 2.5.1 Index]