Learn R Programming

lmomco (version 0.6)

par2cdf: Cumulative Distribution Function of the Distributions

Description

This function acts as a front end of dispatcher to the distribution-specific cumulative distribution functions.

Usage

par2cdf(x,para)

Arguments

x
A real value.
para
The parameters from lmom2par or similar.

Value

  • Nonexceedance probability ($0 \le F \le 1$) for x.

See Also

par2qua, lmom2par

Examples

Run this code
lmr       <- lmom.ub(rnorm(20))
para      <- parnor(lmr)
nonexceed <- par2cdf(0,para)

Run the code above in your browser using DataLab