rtailw {distTails}R Documentation

TailW Random Sample Generation

Description

This function generates random deviates for the tailW distribution.

Usage

rtailw(n, threshold, scale, shape)

Arguments

n

Sample size.

threshold

Minimum value of the tail.

scale

Scale parameter.

shape

Shape parameter.

Value

Gives random deviates of the TailW. The length of the result is determined by n.

Examples

x <- rtailw(1000, 1, 2, 3)
hist(x, breaks = "FD")

[Package distTails version 0.1.2 Index]