are.parcau.valid | R Documentation |
Is the distribution parameter object consistent with the corresponding distribution? The distribution functions (cdfcau
, pdfcau
, quacau
, and lmomcau
) require consistent parameters to return the cumulative
probability (nonexceedance), density, quantile, and L-moments of the distribution,
respectively. These functions internally use the are.parcau.valid
function.
are.parcau.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.cau
to verify consistency between
the distribution parameter object and the intent of the user.
W.H. Asquith
Elamir, E.A.H., and Seheult, A.H., 2003, Trimmed L-moments: Computational Statistics and Data Analysis, v. 43, pp. 299–314.
Gilchrist, W.G., 2000, Statistical modeling with quantile functions: Chapman and Hall/CRC, Boca Raton, FL.
is.cau
, parcau
para <- vec2par(c(12,12),type='cau')
if(are.parcau.valid(para)) Q <- quacau(0.5,para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.