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

Description Usage Arguments Value See Also 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.

See Also

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

Examples

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

lgallindo/TanB documentation built on May 21, 2019, 5:12 a.m.