R/LaguerreHalf.R

"LaguerreHalf" <- function(x) {
   a <- x/2; I0 <- besselI(-a, nu=0); I1 <- besselI(-a, nu=1)
   return(exp(x/2)*((1-x)*I0 - x*I1))
}

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.