qualn3 {lmomco}R Documentation

Quantile Function of the 3-Parameter Log-Normal Distribution

Description

This function computes the quantiles of the Log-Normal3 distribution given parameters (zeta, μ, and σ) of the distribution computed by parln3. The quantile function of the distribution has no explicit form. The parameters have the following interpretations: zeta is a lower bounds parameter, μ is a location parameter, and σ is a scale parameter.

Usage

qualn3(f, para)

Arguments

f Nonexceedance probability (0 <= F <= 1).
para The parameters from parln3 or similar.

Value

Quantile value for nonexceedance probability F.

Author(s)

W.H. Asquith

References

NEED

See Also

cdfln3, parln3

Examples

  lmr <- lmom.ub(c(123,34,4,654,37,78))
  qualn3(0.5,parln3(lmr))

[Package lmomco version 0.97.4 Index]