R/I.p.R

Defines functions I.p

Documented in I.p

I.p <- function(p, x) {
    besselI(x=x, nu=p, expon.scaled = FALSE)
}
apjmason/circular documentation built on Dec. 19, 2021, 4:33 a.m.