R/check.fs.R

"check.fs" <-
function(fs) {
  if(any(fs < 0) || any(fs > 1)) {
     warning("invalid nonexceedance probability")
     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.