R/qualn3.R

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

    x <- exp(qnorm(f)*A + U) + ZETA
    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.