cdfkur {lmomco} | R Documentation |
Cumulative Distribution Function of the Kumaraswamy Distribution
Description
This function computes the cumulative probability or nonexceedance probability of the Kumaraswamy distribution given parameters ( and
) computed by
parkur
. The cumulative distribution function is
where is the nonexceedance probability for quantile
,
is a shape parameter, and
is a shape parameter.
Usage
cdfkur(x, para)
Arguments
x |
A real value vector. |
para |
Value
Nonexceedance probability () for
.
Author(s)
W.H. Asquith
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
pdfkur
, quakur
, lmomkur
, parkur
Examples
lmr <- lmoms(c(0.25, 0.4, 0.6, 0.65, 0.67, 0.9))
cdfkur(0.5,parkur(lmr))
[Package lmomco version 2.5.1 Index]