qtailw: Quantile function

Description Usage Arguments Value References 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.

References

Vilardell, Sergi & Serra, Isabel & Abella, Jaume & del Castillo, Joan & Cazorla, Francisco. (2019). Software Timing Analysis for Complex Hardware with Survivability and Risk Analysis. 227-236. <doi:10.1109/ICCD46524.2019.00036>.

Examples

1
qtailw(0.5, 1, 1, 1)

SergiVilardell/distributionTails documentation built on Jan. 17, 2021, 8:44 a.m.