powered by
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 that interface with distributions.
par2qua
qlmomco
qlmomco(f, para)
Nonexceedance probability (\(0 \le F \le 1\)).
The parameters from lmom2par or similar.
lmom2par
Quantile value for \(F\) for the specified parameters.
dlmomco, plmomco, rlmomco, slmomco, add.lmomco.axis, supdist
dlmomco
plmomco
rlmomco
slmomco
add.lmomco.axis
supdist
# NOT RUN { para <- vec2par(c(0,1),type='nor') # standard normal parameters p75 <- qlmomco(.75,para) # 75th percentile of one standard deviation # }
Run the code above in your browser using DataLab