Learn R Programming

lmomco (version 1.7.3)

qualn3: Quantile Function of the 3-Parameter Log-Normal Distribution

Description

This function computes the quantiles of the Log-Normal3 distribution given parameters ($zeta$, $\mu$, and $\sigma$) 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, $\mu$ is a location parameter, and $\sigma$ is a scale parameter.

Usage

qualn3(f, para, paracheck=TRUE)

Arguments

f
Nonexceedance probability ($0 \le F \le 1$).
para
The parameters from parln3 or similar.
paracheck
A logical controlling whether the parameters and checked for validity. Overriding of this check might be extremely important and needed for use of the distribution quantile function in the context of TL-moments with nonzero trimming.

Value

  • Quantile value for nonexceedance probability $F$.

References

NEED

See Also

cdfln3, parln3

Examples

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

Run the code above in your browser using DataLab