R/is.aep4.R

"is.aep4" <-
function(para) {
    if(para$type != "aep4") {
      warning("Parameters are not 4-p Asymmetric Exponential 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 Aug. 30, 2023, 5:10 p.m.