50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


lmomco (version 2.3.1)

quakur: Quantile Function of the Kumaraswamy Distribution

Description

This function computes the quantiles 0<x<1 of the Kumaraswamy distribution given parameters (α and β) computed by parkur. The quantile function is x(F)=(1(1F)1/β)1/α, where x(F) is the quantile for nonexceedance probability F, α is a shape parameter, and β is a shape parameter.

Usage

quakur(f, para, paracheck=TRUE)

Arguments

f

Nonexceedance probability (0F1).

para

The parameters from parkur or vec2par.

paracheck

A logical controlling whether the parameters are checked for validity. Overriding of this check might be extremely important and needed for use of the quantile function in the context of TL-moments with nonzero trimming.

Value

Quantile value for nonexceedance probability F.

References

Jones, M.C., 2009, Kumaraswamy's distribution---A beta-type distribution with some tractability advantages: Statistical Methodology, v. 6, pp. 70--81.

See Also

cdfkur, pdfkur, lmomkur, parkur

Examples

Run this code
# NOT RUN {
  lmr <- lmoms(c(0.25, 0.4, 0.6, 0.65, 0.67, 0.9))
  quakur(0.5,parkur(lmr))
# }

Run the code above in your browser using DataLab