list
. This function is intended
to facilitate the use of L-moments that the user might have from other sources. The
first five L-moments are supported ($\lambda_1$, $\lambda_2$, $\lambda_3$,
$\lambda_4$, $\lambda_5$, $\tau$, $\tau_3$, $\tau_4$, and $\tau_5$).
Because in typical practice, the $k \ge 3$ order L-moments are dimensionless ratios
($\tau_3$, $\tau_4$, and $\tau_5$), this function computes $\lambda_3$,
$\lambda_4$, $\lambda_5$ from $\lambda_2$ and the ratios. However, typical
practice is not set on the use of $\lambda_2$ or $\tau$ as measure of dispersion.
Therefore, this function takes an lscale
optional logical
(TRUE|FALSE
) argument--if $\lambda_2$ is provided and lscale=TRUE
, then
$\tau$ is computed by the function and if $\tau$ is provided, then
$\lambda_2$ is computed by the function.vec2lmom(vec,lscale)
TRUE
,
the second value in the first argument is $\lambda_2$.list
is returned.lmom.ub
, vec2pwm
lmr <- vec2lmom(c(12,0.6,0.34,0.20,0.05),lscale=FALSE)
Run the code above in your browser using DataLab