qlmomco {lmomco}R Documentation

Quantile Function of the Distributions

Description

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

Usage

qlmomco(f, para)

Arguments

f

Nonexceedance probability (0 \le F \le 1).

para

The parameters from lmom2par or similar.

Value

Quantile value for F for the specified parameters.

Author(s)

W.H. Asquith

See Also

dlmomco, plmomco, rlmomco, slmomco, add.lmomco.axis, supdist

Examples

para <- vec2par(c(0,1),type='nor') # standard normal parameters
p75  <- qlmomco(.75,para) # 75th percentile of one standard deviation

[Package lmomco version 2.5.1 Index]