Last chance! 50% off unlimited learning
Sale ends in
vec2par
are typed by an attribute type
.
This function checks that type
is gld
for the Generalized Lambda
distribution.is.gld(para)
list
returned from vec2par
.type
attribute is gld
.type
is not gld
.cdfgld
, quagld
para <- vec2par(c(123,120,3,2),type="gld")
if(is.gld(para) == TRUE) {
Q <- quagld(0.5,para)
}
Run the code above in your browser using DataLab