Learn R Programming

TanB (version 0.1)

htanb: The hazard rate function of the Tanget Burr Type XII probability distribution.

Description

The hazard rate function of the Tanget Burr Type XII probability distribution.

Usage

htanb(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
htanb(0.5, 1, 1, 1)
htanb(0.5, 2, 1, 1)

Run the code above in your browser using DataLab