powered by
This function acts as a frontend or dispatcher to the distribution-specific quantile functions.
par2qua(f,para,...)
Quantile value for \(F\).
Nonexceedance probability (\(0 \le F \le 1\)).
The parameters from lmom2par or vec2par.
lmom2par
vec2par
The additional arguments are passed to the quantile function such as paracheck = FALSE for the Generalized Lambda distribution (quagld).
paracheck = FALSE
quagld
W.H. Asquith
par2cdf, par2pdf
par2cdf
par2pdf
lmr <- lmoms(rnorm(20)) para <- parnor(lmr) median <- par2qua(0.5,para)
Run the code above in your browser using DataLab