R/T2prob.R

"T2prob" <-
function(T) {
    if(any(T < 1)) {
      warning("Invalid return period")
      return(NULL)
    }
    return(1 - 1/T)
}

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.