qualn3 {lmomco} | R Documentation |
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.
qualn3(f, para)
f |
Nonexceedance probability (0 <= F <= 1). |
para |
The parameters from parln3 or similar. |
Quantile value for nonexceedance probability F.
W.H. Asquith
NEED
lmr <- lmom.ub(c(123,34,4,654,37,78)) qualn3(0.5,parln3(lmr))