Learn R Programming

lmomco (version 2.4.14)

qlmomco: 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)

Value

Quantile value for \(F\) for the specified parameters.

Arguments

f

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

para

The parameters from lmom2par or similar.

Author

W.H. Asquith

See Also

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

Examples

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

Run the code above in your browser using DataLab