vec2par
are typed by an attribute type
.
This function checks that type
is cau
for the Cauchy distribution.is.cau(para)
type
attribute is cau
.type
is not cau
.vec2par
para <- vec2par(c(12,12),type='cau')
if(is.cau(para) == TRUE) {
Q <- quacau(0.5,para)
}
Run the code above in your browser using DataLab