vec2par
. The L-moments in terms of the parameters are complicated; however, there are analytical solutions. There are no simple expressions of the parameters in terms of the L-moments. The first L-moment or the mean of the distribution isThe second L-moment or L-scale in terms of the parameters and the mean is
The third L-moment in terms of the parameters, the mean, and L-scale is
The fourth L-moment in termes of the parameters and the first three L-moments is
It is conventional to express L-moments in terms of only the parameters and not the other L-moments. Lengthy algebra and further manipulation yields such a system of equations. The L-moments of the distribution are
The L-moment ratios are
The pattern being established through symmetry, even higher L-moment ratios are readily obtained. Note the alternating substraction and addition of the two terms in the numerator of the L-moment ratios ($\tau_r$). For odd $r \ge 3$ substraction is seen and for even $r \ge 3$ addition is seen. For example, the fifth L-moment ratio is
By inspection the $\tau_r$ equations are not applicable for negative integer values $k={-1, -2, -3, -4, \dots }$ and $h={-1, -2, -3, -4, \dots }$ as division by zero will result. There are additional, but difficult to formulate, restrictions on the parameters both to define a valid Generalized Lambda distribution as well as valid L-moments. Verification of the parameters is conducted through are.pargld.valid
, and verification of the L-moment validity is conducted through are.lmom.valid
.
lmomgld(para)
Karvanen, J., Eriksson, J., and Koivunen, V., 2002, Adaptive score functions for maximum likelihood ICA: Journal of VLSI Signal Processing, vol. 32, p. 82--92.
Karian, Z.A., and Dudewicz, E.J., 2000, Fitting statistical distibutions---The generalized lambda distribution and generalized bootstrap methods: CRC Press, Boca Raton, FL, 438 p.
pargld
, cdfgld
, quagld
lmomgld(vec2par(c(10,10,0.4,1.3),type='gld'))
PARgld <- vec2par(c(0,1,1,.5), type="gld")
theoTLmoms(PARgld, nmom=6)
lmomgld(PARgld)
Run the code above in your browser using DataLab