parcau {lmomco} | R Documentation |
Estimate the Parameters of the Cauchy Distribution
Description
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
.
Usage
parcau(lmom, ...)
Arguments
lmom |
A TL-moment object from |
... |
Other arguments to pass. |
Value
An R list
is returned.
type |
The type of distribution: |
para |
The parameters of the distribution. |
source |
The source of the parameters: “parcau”. |
Author(s)
W.H. Asquith
References
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, v. 43, pp. 299–314.
See Also
TLmoms
, lmomcau
, cdfcau
, pdfcau
, quacau
Examples
X1 <- rcauchy(20)
parcau(TLmoms(X1,trim=1))
[Package lmomco version 2.5.1 Index]