Learn R Programming

lmomco (version 1.4.3)

parln3: Estimate the Parameters of the 3-Parameter Log-Normal Distribution

Description

This function estimates the parameters of the Log-Normal3 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 lmomln3.

Usage

parln3(lmom, zeta=NULL, checklmom=TRUE)

Arguments

lmom
A L-moment object created by lmom.ub or pwm2lmom.
zeta
Lower bounds, if NULL then solved for.
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: ln3.
  • paraThe parameters of the distribution.
  • sourceThe source of the parameters: parln3.

References

NEED

See Also

lmom.ub, lmomln3, cdfln3, qualn3

Examples

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

Run the code above in your browser using DataLab