R/quaray.R

"quaray" <-
function(f,para,paracheck=TRUE) {
   if(! check.fs(f)) return()
   if(paracheck == TRUE) {
     if(! are.parray.valid(para)) return()
   }
   U <- para$para[1]
   A <- para$para[2]

   x <- U + sqrt(-2*A^2 * log(1-f))
   names(x) <- NULL
   return(x)
}

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.