ptanb: The cumulative function of the Tangent Burr XII probability...

Description Usage Arguments Value Examples

Description

The cumulative function of the Tangent Burr XII probability distribution.

Usage

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

Arguments

q

vector of quantiles.

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 XII distribution.

Examples

1
2
ptanb(0.5, 32.5, 3, 3.5, TRUE, FALSE)
ptanb(0.5, 2, 3, 3, TRUE, FALSE)

TanB documentation built on May 1, 2019, 8:08 p.m.

Related to ptanb in TanB...