are.parlmrq.valid | R Documentation |
Is the distribution parameter object consistent with the corresponding distribution? The distribution functions (cdflmrq
, pdflmrq
, qualmrq
, and lmomlmrq
) require consistent parameters to return the cumulative probability (nonexceedance), density, quantile, and L-moments of the distribution, respectively. These functions internally use the are.parlmrq.valid
function. The constraints on the parameters are listed under qualmrq
. The documentation for qualmrq
provides the conditions for valid parameters.
are.parlmrq.valid(para, nowarn=FALSE)
para |
A distribution parameter list returned by |
nowarn |
A logical switch on warning suppression. If |
TRUE |
If the parameters are |
FALSE |
If the parameters are not |
This function calls is.lmrq
to verify consistency between the distribution parameter object and the intent of the user.
W.H. Asquith
Midhu, N.N., Sankaran, P.G., and Nair, N.U., 2013, A class of distributions with linear mean residual quantile function and it's generalizations: Statistical Methodology, v. 15, pp. 1–24.
is.lmrq
, parlmrq
para <- parlmrq(lmoms(c(3, 0.05, 1.6, 1.37, 0.57, 0.36, 2.2)))
if(are.parlmrq.valid(para)) Q <- qualmrq(0.5,para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.