Learn R Programming

distTails (version 0.1.2)

qtailw: Quantile function

Description

This function computes the quantile function of the tailW. $$Q(p,\alpha, \beta, \nu) = \left(\frac{-\log(1 - p)}{\alpha} + \nu^\beta\right)^{1 / \beta}$$

Usage

qtailw(p, threshold, scale, shape)

Arguments

p

Probability.

threshold

Minimum value of the tail.

scale

Scale parameter.

shape

Shape parameter.

Value

Gives the quantiles of the TailW. The length of the result is determined by the length of x.

Examples

Run this code
# NOT RUN {
qtailw(0.5, 1, 1, 1)
# }

Run the code above in your browser using DataLab