| is.kur {lmomco} | R Documentation |
Is a Distribution Parameter Object Typed as Kumaraswamy
Description
The distribution parameter object returned by functions of lmomco such as by parkur are typed by an attribute type. This function checks that type is kur for the Kumaraswamy distribution.
Usage
is.kur(para)
Arguments
para |
Value
TRUE |
If the |
FALSE |
If the |
Author(s)
W.H. Asquith
See Also
Examples
para <- parkur(lmoms(c(0.25, 0.4, 0.6, 0.65, 0.67, 0.9)))
if(is.kur(para) == TRUE) {
Q <- quakur(0.5,para)
}
[Package lmomco version 2.5.1 Index]