par2lmom | R Documentation |
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.
par2lmom(para, ...)
para |
A parameter object of a distribution. |
... |
Other arguments to pass. |
An L-moment object (an R list
) is returned.
W.H. Asquith
lmom2par
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
frompara <- par2lmom(para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.