Learn R Programming

TanB (version 0.1)

dtanb: The density function of the Tanget Burr Type XII probability distribution.

Description

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

Usage

dtanb(x, c, k, s)

Arguments

x
vector of quantiles.
c
C parameter.
k
K parameter.
s
S parameter.

Value

A vector with n observations of the Tanget Burr Type XII distribution.

Examples

Run this code
dtanb(0.5,32.5,3,3.5)
dtanb(0.5,2,3,3)

Run the code above in your browser using DataLab