R/is.gdd.R

"is.gdd" <-
function(para) {
    if(para$type != "gdd") {
      warning("Parameters are not Gamma Difference parameters")
      return(FALSE)
    }
    return(TRUE)
}

Try the lmomco package in your browser

Any scripts or data that you put into this service are public.

lmomco documentation built on Nov. 7, 2025, 5:11 p.m.