Learn R Programming

surveillance (version 1.5-4)

qlomax: Quantile Function of the Lomax Distribution

Description

Quantile function of the Lomax distribution with positive scale parameter scale (often denoted as $\sigma$) and positive shape parameter shape (often denoted as $\alpha$). This implementation does not include any checks, but only the raw formula scale * ((1-p)^(-1/shape) - 1). Another implementation can be found as qlomax in the package VGAM.

Usage

qlomax(p, scale, shape)

Arguments

p
vector of probabilities.
scale
positive scale parameter.
shape
positive shape parameter.

Value

  • Numeric vector of quantiles corresponding to the probabilities p.

See Also

Lomax in package VGAM.

Examples

Run this code
qlomax(0.99, 1, 2)

Run the code above in your browser using DataLab