R/is.pe3.R

"is.pe3" <-
function(para) {
    if(para$type != "pe3") {
      warning("Parameters are not Pearson Type III 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 May 29, 2024, 10:06 a.m.