Learn R Programming

lmomco (version 0.88)

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.

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.

See Also

rlmomco, rlmomco

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