This function acts as an alternative front end to par2cdf
. The nomenclature of the plmomco
function is to mimic that of built-in R functions that interface with distributions.
plmomco(x, para)
A real value.
The parameters from lmom2par
or similar.
Nonexceedance probability (x
.
# NOT RUN {
para <- vec2par(c(0,1),type='nor') # Standard Normal parameters
nonexceed <- plmomco(1,para) # percentile of one standard deviation
# }
Run the code above in your browser using DataLab