par2cdf {lmomco} | R Documentation |
This function acts as a front end of dispatcher to the distribution-specific cumulative distribution functions.
par2cdf(x,para,...)
x |
A real value. |
para |
The parameters from lmom2par or similar. |
... |
The additional arguments are passed to the cumulative distribution function such as paracheck=FALSE for the Generalized Lambda distribution (cdfgld ). |
Nonexceedance probability (0 <= F <= 1) for x
.
W.H. Asquith
lmr <- lmom.ub(rnorm(20)) para <- parnor(lmr) nonexceed <- par2cdf(0,para)