R/is.gep.R

"is.gep" <-
function(para) {
    if(para$type != "gep") {
      warning("Parameters are not Generalized Exponential Poisson parameters")
      return(FALSE)
    }
    return(TRUE)
}
wasquith/lmomco documentation built on April 10, 2024, 4:20 a.m.