Learn R Programming

lmomco (version 0.88)

par2qua: Quantile Function of the Distributions

Description

This function acts as a front end or dispatcher to the distribution-specific quantile functions.

Usage

par2qua(f,para,...)

Arguments

f
Nonexceedance probability ($0 \le F \le 1$).
para
The parameters from lmom2par or similar.
...
The additional arguments are passed to the quantile function such as paracheck = FALSE for the Generalized Lambda distribution (quagld).

Value

  • Quantile value for $F$.

See Also

par2cdf, lmom2par

Examples

Run this code
lmr     <- lmom.ub(rnorm(20))
para    <- parnor(lmr)
median  <- par2qua(0.5,para)

Run the code above in your browser using DataLab