R/is.texp.R

"is.texp" <-
function(para) {
    if(para$type != "texp") {
      warning("Parameters are not truncated exponential parameters")
      return(FALSE)
    }
    return(TRUE)
}
wasquith/lmomco documentation built on April 20, 2024, 7:20 p.m.