Learn R Programming

lmomco (version 1.3.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)

Arguments

f
Nonexceedance probability ($0 \le F \le 1$).
para
The parameters from parln3 or similar.

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