R/besselIs.R

besselIs <-
function (x, nu, expon.scaled = FALSE) 
{
    besselI(x, nu, 1 + as.logical(expon.scaled))
}

Try the BayesBD package in your browser

Any scripts or data that you put into this service are public.

BayesBD documentation built on May 1, 2019, 10:17 p.m.