par2cdf {lmomco} | R Documentation |
Cumulative Distribution Function of the Distributions
Description
This function acts as a front end or dispatcher to the distribution-specific cumulative distribution functions.
Usage
par2cdf(x, para, ...)
Arguments
x |
A real value vector. |
para |
|
... |
The additional arguments are passed to the cumulative distribution function such as |
Value
Nonexceedance probability (0 \le F \le 1
) for x
.
Author(s)
W.H. Asquith
See Also
Examples
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
nonexceed <- par2cdf(0,para)
[Package lmomco version 2.5.1 Index]