Lcomoment.correlation: L-correlation Matrix (L-correlation through Sample L-comoments)
Description
Compute the L-correlation from an L-comoment matrix of order $k = 2$.
This function assumes that each matrix is already computed by the function
Lcomoment.matrix.
Usage
Lcomoment.correlation(L2)
Arguments
L2
A $k = 2$ L-comoment matrix from Lcomoment.matrix(Dataframe,k=2).
Value
An R list is returned.
typeThe type of L-comoment representation in the matrix: Lcomoment.coefficients.
orderThe order of the matrix---extracted from the first matrix in arguments.
matrixA $k \ge 2$ L-comoment coefficient matrix.
Details
L-correlation is computed by Lcomoment.coefficients(L2,L2) where L2 is second order L-comoment matrix. The usual L-scale values as seen from lmom.ub or lmoms are along the diagonal. This function does not make use of lmom.ub or lmoms and can be used to verify computation of $\tau$ (coefficient of L-variation).
References
Serfling, R., and Xiao, P., 2007, A contribution to multivariate L-moments---L-comoment matrices: Journal of Multivariate Analysis, v.~98, pp.~1765--1781.