qlmomco {lmomco} | R Documentation |
This function acts as an alternative front end to par2qua
.
The nomenclature of the qlmomco
function is to mimic that of
built-in R functions.
qlmomco(f,para)
f |
Nonexceedance probability (0 <= F <= 1). |
para |
The parameters from lmom2par or similar. |
Quantile value for F for the specified parameters.
W.H. Asquith
para <- vec2par(c(0,1),type='nor') # standard normal parameters p75 <- qlmomco(.75,para) # 75th percentile of one standard deviation