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)
}

Try the circular package in your browser

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

circular documentation built on Sept. 8, 2023, 6:03 p.m.