rtailw: TailW Random Sample Generation

Description Usage Arguments Value Examples

View source: R/weibull-random.R

Description

This function generates random deviates for the tailW distribution.

Usage

1
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

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

distTails documentation built on Sept. 7, 2019, 9:02 a.m.

Related to rtailw in distTails...