parcau | R Documentation |
This function estimates the parameters of the Cauchy distribution from the trimmed L-moments (TL-moments) having trim level 1. The relations between distribution parameters and the TL-moments (trim=1) are seen under lmomcau
.
parcau(lmom, ...)
lmom |
A TL-moment object from |
... |
Other arguments to pass. |
An R list
is returned.
type |
The type of distribution: |
para |
The parameters of the distribution. |
source |
The source of the parameters: “parcau”. |
W.H. Asquith
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, v. 43, pp. 299–314.
TLmoms
, lmomcau
, cdfcau
, pdfcau
, quacau
X1 <- rcauchy(20)
parcau(TLmoms(X1,trim=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.