is.gld | R Documentation |
The distribution parameter object returned by functions of lmomco such as by pargld
are typed by an attribute type
. This function checks that type
is gld
for the Generalized Lambda distribution.
is.gld(para)
para |
A parameter |
TRUE |
If the |
FALSE |
If the |
W.H. Asquith
pargld
## Not run:
para <- vec2par(c(123,120,3,2),type="gld")
if(is.gld(para) == TRUE) {
Q <- quagld(0.5,para)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.