Compute the sample L-moments for the R two variable data.frame
. The “2” in the function name is to refer to fact that this function operates on only two variables. The length of the variables must be greater than the number of L-comoments requested.
lcomoms2(DATAFRAME, nmom=3, asdiag=FALSE, opdiag=FALSE, ...)
An R
list
is returned of the first
Matrix or diagonals of first L-comoment.
Matrix or diagonals of second L-comoment.
Matrix or diagonals of L-comoment correlation.
Matrix or diagonals of L-comoment skew.
Matrix or diagonals of L-comoment kurtosis.
Matrix or diagonals of L-comoment Tau5.
An attribute identifying the computational source of the L-comoments: “lcomoms2”.
An R data.frame
housing column vectors of data values.
The number of L-comoments to compute. Default is 3.
Return the diag
onal of the matrices. Default is FALSE
.
Return the opposing diagonal of the matrices. Default is FALSE
. This function returns the opposing diagonal from first two to second.
Additional arguments to pass.
W.H. Asquith
Asquith, W.H., 2011, Distributional analysis with L-moment statistics using the R environment for statistical computing: Createspace Independent Publishing Platform, ISBN 978--146350841--8.
Lcomoment.matrix
and Lcomoment.coefficients