qlomax: Quantile Function of the Lomax Distribution

Description Usage Arguments Value Author(s) See Also Examples

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

1
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.

Author(s)

Sebastian Meyer

See Also

Lomax in package VGAM.

Examples

1
qlomax(0.99, 1, 2)

jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.