powered by
This function acts as a front end or dispatcher to the distribution-specific cumulative distribution functions.
par2cdf(x, para, ...)
Nonexceedance probability (\(0 \le F \le 1\)) for x.
x
A real value vector.
The parameters from lmom2par or vec2par.
lmom2par
vec2par
The additional arguments are passed to the cumulative distribution function such as paracheck=FALSE for the Generalized Lambda distribution (cdfgld).
paracheck=FALSE
cdfgld
W.H. Asquith
par2pdf, par2qua
par2pdf
par2qua
lmr <- lmoms(rnorm(20)) para <- parnor(lmr) nonexceed <- par2cdf(0,para)
Run the code above in your browser using DataLab