lmom2vec | R Documentation |
This function converts an L-moment object in the structure used by lmomco into a simple vector. The precise operation of this function is dependent on the L-moment object argument. The lmorph
function is not used. This function is useful if one needs to use certain functions in the lmoms package that are built around vectors of L-moments and L-moment ratios as arguments.
lmom2vec(lmom, ...)
lmom |
L-moment object as from functions such as |
... |
Not presently used. |
A vector of the L-moments (\lambda_1
, \lambda_2
, \tau_3
, \tau_4
, \tau_5
, ..., \tau_r
).
W.H. Asquith
lmom.ub
, lmoms
, lmorph
, vec2lmom
, pwm2vec
lmr <- lmoms(rnorm(40))
lmom2vec(lmr)
lmr <- vec2lmom(c(140,150,.3,.2,-.1))
lmom2vec(lmr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.