rtanb: Generates random deviates from a Tangent Burr Type XII...

Description Usage Arguments Value See Also Examples

Description

Generates random deviates from a Tangent Burr Type XII 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 Tangent Burr Type XII distribution.

See Also

Other Basic functions for the Tangent-Burr Type XII distribution: dtanb, htanb, ptanb, qtanb, stanb

Examples

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

TrigonometricDistribution/TanB documentation built on May 9, 2019, 5:14 p.m.