plmomco {lmomco}R Documentation

Cumulative Distribution Function of the Distributions

Description

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

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.

Author(s)

W.H. Asquith

See Also

dlmomco, qlmomco, rlmomco, slmomco, add.lmomco.axis

Examples

para <- vec2par(c(0,1),type='nor') # Standard Normal parameters
nonexceed <- plmomco(1,para) # percentile of one standard deviation

[Package lmomco version 2.5.1 Index]