qtailw: Quantile function

Description Usage Arguments Value Examples

View source: R/weibull-quantile.R

Description

This function computes the quantile function of the tailW.

Q(p,α, β, ν) = ≤ft(\frac{-\log(1 - p)}{α} + ν^β\right)^{1 / β}

Usage

1
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

1
qtailw(0.5, 1, 1, 1)

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

Related to qtailw in distTails...