Learn R Programming

TanB (version 0.1)

rtanb: Generates random deviates from a TanBurrXII probability distribution.

Description

Generates random deviates from a TanBurrXII probability distribution.

Usage

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

Run this code
rtanb(1,3,2,2)
rtanb(1,0.3,0.1,0.8)

Run the code above in your browser using DataLab