Learn R Programming

lmomco (version 2.0.1)

parcau: 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.

Usage

parcau(lmom)

Arguments

lmom
TL-moments from TLmoms with trim=1.

Value

  • An R list is returned.
  • typeThe type of distribution: cau.
  • paraThe parameters of the distribution.
  • sourceThe source of the parameters: parcau.

References

Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, vol. 43, pp. 299--314.

Gilchrist, W.G., 2000, Statistical modeling with quantile functions: Chapman and Hall/CRC, Boca Raton, FL.

See Also

TLmoms, lmomcau

Examples

Run this code
X1 <- rcauchy(20)
parcau(TLmoms(X1,trim=1))

Run the code above in your browser using DataLab