Learn R Programming

lmomco (version 2.0.1)

pargov: Estimate the Parameters of the Govindarajulu Distribution

Description

This function estimates the parameters of the Govindarajulu distribution given the L-moments of the data in an L-moment object such as that returned by lmom.ub. The relation between distribution parameters and L-moments is seen under lmomgov.

Usage

pargov(lmom, checklmom=TRUE)

Arguments

lmom
A L-moment object created by lmom.ub or pwm2lmom.
checklmom
Should the lmom be checked for validity using the are.lmom.valid function. Normally this should be left as the default and it is very unlikely that the L-moments will not be viable (particularly in the $\tau_4$ and $\tau_3$ inequ

Value

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

References

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

Nair, N.U., Sankaran, P.G., Balakrishnan, N., 2013, Quantile-based reliability analysis: Springer, New York.

See Also

lmom.ub, lmomgov, cdfgov, pdfgov, quagov

Examples

Run this code
lmr <- lmom.ub(rnorm(20))
pargov(lmr)

Run the code above in your browser using DataLab