R/theoLmoms.R

"theoLmoms" <-
function(para,nmom=5,verbose=FALSE,minF=0,maxF=1) {
  if(nmom < 1) {
    warning("Number of L-moments requested is less than 1")
    return()
  }
  TL <- theoTLmoms(para,nmom=nmom,trim=0,verbose=verbose,minF=minF,maxF=maxF)
  z <- list(lambdas = TL$lambdas, ratios = TL$ratios, trim=0,
            source="theoLmoms")
  return(z)
}

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.