is.pdq3 | R Documentation |
The distribution parameter object returned by functions of lmomco such as by parpdq3
are typed by an attribute type
. This function checks that type
is pdq3
for the Polynomial Density-Quantile3 distribution.
is.pdq3(para)
para |
A parameter |
TRUE |
If the |
FALSE |
If the |
W.H. Asquith
parpdq3
para <- parpdq3(lmoms(c(46, 70, 59, 36, 71, 48, 46, 63, 35, 52)))
if(is.pdq3(para) == TRUE) {
Q <- quapdq3(0.5, para)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.