qtanb: The quantile function of the Tanget Burr Type XII probability...

Description Usage Arguments Value Examples

Description

The quantile function of the Tanget 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 Tanget Burr Type XII distribution.

Examples

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

Example output

[1] 0.2679492
[1] 0.1583844

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

Related to qtanb in TanB...