quakur | R Documentation |
This function computes the quantiles 0 < x < 1
of the Kumaraswamy distribution given parameters (\alpha
and \beta
) computed by parkur
. The quantile function is
x(F) = (1 - (1-F)^{1/\beta})^{1/\alpha} \mbox{,}
where x(F)
is the quantile for nonexceedance probability F
,
\alpha
is a shape parameter, and \beta
is a shape parameter.
quakur(f, para, paracheck=TRUE)
f |
Nonexceedance probability ( |
para |
The parameters from |
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. |
Quantile value for nonexceedance probability F
.
W.H. Asquith
Jones, M.C., 2009, Kumaraswamy's distribution—A beta-type distribution with some tractability advantages: Statistical Methodology, v. 6, pp. 70–81.
cdfkur
, pdfkur
, lmomkur
, parkur
lmr <- lmoms(c(0.25, 0.4, 0.6, 0.65, 0.67, 0.9))
quakur(0.5,parkur(lmr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.