is.kur | R Documentation |
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.
is.kur(para)
para |
A parameter |
TRUE |
If the |
FALSE |
If the |
W.H. Asquith
parkur
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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.