Learn R Programming

TanB (version 0.1)

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

Description

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

Usage

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

Run this code
ptanb(0.5,1,1,1,TRUE,FALSE)
ptanb(0.5,2,1,1,TRUE,FALSE)

Run the code above in your browser using DataLab