par2cdf | R Documentation |
This function acts as a front end or dispatcher to the distribution-specific cumulative distribution functions.
par2cdf(x, para, ...)
x |
A real value vector. |
para |
The parameters from |
... |
The additional arguments are passed to the cumulative distribution function such as |
Nonexceedance probability (0 \le F \le 1
) for x
.
W.H. Asquith
par2pdf
, par2qua
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
nonexceed <- par2cdf(0,para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.