Learn R Programming

lmomco (version 0.88)

plmomco: Cumulative Distribution Function of the Distributions

Description

This function acts as an alternative front end to par2cdf. The nomenclature of the qlmomco function is to mimic that of built-in R functions.

Usage

plmomco(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

rlmomco, qlmomco

Examples

Run this code
para <- vec2par(c(0,1),type='nor') # standard normal parameters
nonexceed <- plmomco(1,para) # percentile of one standard deviation

Run the code above in your browser using DataLab