qarctan: Quantile function of arc tan model.

Description Usage Arguments Details Value Author(s) References Examples

View source: R/gendist.R

Description

Computes qf of the arc tan model.

Usage

1
qarctan(p, alpha, spec, arg, lower.tail = TRUE, log.p = FALSE)

Arguments

p

scalar or vector of probabilities to compute the qf.

alpha

the value of α parameter, α>0.

spec

a character string specifying the parent distribution (for example, "lnorm" if the parent distribution corresponds to the lognormal).

arg

list of arguments/parameters of the parent distribution.

lower.tail

logical; if TRUE, probabilities are p, otherwise 1-p.

log.p

logical; if TRUE, probabilities p are returned as log(p).

Details

The qf of arc tan model with parameter α has a general form of:

Q(p) = G^{-1}≤ft(1-\frac{1}{α} \tan( (1-p)\arctan(α) )\right)

for a≤q x≤q b where a and b follow the support of G(x). \arctan denote the inverse function of tangent and G^{-1} is the inverse cdf of parent distribution, respectively. Note also that α>0.

Value

An object of the same length as p, giving the qf values computed at p.

Author(s)

Shaiful Anuar Abu Bakar

References

Abu Bakar, S. A., Nadarajah, S., Adzhar, Z. A. A. K., & Mohamed, I. (2016). gendist: An R package for generated probability distribution models. PloS one, 11(6).
Gomez-Deniz, E., & Calderin-Ojeda, E. Modelling insurance data with the pareto arctan distribution. ASTIN Bulletin, 1-22.

Examples

1
2
x=runif(10, min=0, max=1)
y=qarctan(x, alpha=0.5, spec="lnorm", arg=list(meanlog=1,sdlog=2) )

gendist documentation built on May 2, 2019, 3:34 p.m.