R/cdfcau.R

"cdfcau" <-
function(x,para) {
    if(! are.parcau.valid(para)) return()
    names(para$para) <- NULL
    return(pcauchy(x, location=para$para[1], scale=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.