Last chance! 50% off unlimited learning
Sale ends in
This function estimates the trimmed L-moments of the Cauchy distribution given the parameters (parcau
. The trimmed L-moments in terms of the parameters are
lmomcau(para)
An R
list
is returned.
Vector of the trimmed L-moments. First element is
Vector of the L-moment ratios. Second element is
Level of symmetrical trimming used in the computation, which is unity.
Level of left-tail trimming used in the computation, which is unity.
Level of right-tail trimming used in the computation, which is unity.
An attribute identifying the computational source of the L-moments: “lmomcau”.
The parameters of the distribution.
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.
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, v. 43, pp. 299--314.
parcau
, cdfcau
, pdfcau
, quacau
X1 <- rcauchy(20)
lmomcau(parcau(TLmoms(X1,trim=1)))
Run the code above in your browser using DataLab