qtanb: The quantile function of the Tangent Burr Type XII...

Description Usage Arguments Value See Also Examples

Description

The quantile function of the Tangent Burr Type XII probability distribution.

Usage

1
qtanb(p, c, k, s, lower = TRUE, log.p = FALSE)

Arguments

p

Vector of probabilities.

c

C parameter.

k

K parameter.

s

S parameter.

lower

Lower parameter.

log.p

Log.p parameter.

Value

A vector with n observations of the Tangent Burr Type XII distribution.

See Also

Other Basic functions for the Tangent-Burr Type XII distribution: dtanb, htanb, ptanb, rtanb, stanb

Examples

1
2
ptanb(0.5,1,1,1,TRUE,FALSE)
ptanb(0.5,2,1,1,TRUE,FALSE)

TrigonometricDistribution/TanB documentation built on May 9, 2019, 5:14 p.m.