is.lmrq | R Documentation |
The distribution parameter object returned by functions of lmomco such as by parlmrq
are typed by an attribute type
. This function checks that type
is lmrq
for the Linear Mean Residual Quantile Function distribution.
is.lmrq(para)
para |
A parameter |
TRUE |
If the |
FALSE |
If the |
W.H. Asquith
parlmrq
para <- parlmrq(lmoms(c(3, 0.05, 1.6, 1.37, 0.57, 0.36, 2.2)))
if(is.lmrq(para) == TRUE) {
Q <- qualmrq(0.5,para)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.