R/cdfnor.R

"cdfnor" <-
function(x,para) {
    if(! are.parnor.valid(para)) return()
    names(para$para) <- NULL # not needed but keep for auditing of package
    return(pnorm(x, mean = para$para[1], sd = para$para[2]))
}

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.