par2qua {lmomco} | R Documentation |
Quantile Function of the Distributions
Description
This function acts as a frontend or dispatcher to the distribution-specific quantile functions.
Usage
par2qua(f,para,...)
Arguments
f |
Nonexceedance probability ( |
para |
|
... |
The additional arguments are passed to the quantile function such as |
Value
Quantile value for F
.
Author(s)
W.H. Asquith
See Also
Examples
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
median <- par2qua(0.5,para)
[Package lmomco version 2.5.1 Index]