Learn R Programming

TanB (version 0.1)

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

Description

The cumulative function of the Tangent Burr XII probability distribution.

Usage

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

Run this code
ptanb(0.5, 32.5, 3, 3.5, TRUE, FALSE)
ptanb(0.5, 2, 3, 3, TRUE, FALSE)

Run the code above in your browser using DataLab