rtanb: Generates random deviates from a TanBurrXII probability...

Description Usage Arguments Value Examples

Description

Generates random deviates from a TanBurrXII probability distribution.

Usage

1
rtanb(n, c, k, s)

Arguments

n

Number of observations to be generated.

c

C parameter.

k

K parameter.

s

S parameter.

Value

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

Examples

1
2
rtanb(1,3,2,2)
rtanb(1,0.3,0.1,0.8)

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

Related to rtanb in TanB...