I.p: P-th Order Bessel Function of the First Kind

View source: R/circular.R

I.pR Documentation

P-th Order Bessel Function of the First Kind

Description

An alias of besselI(x, nu=p, expon.scaled = FALSE) used for compatibility with old version package code.

Usage

I.p(p, x)

Arguments

p

positive integer order of the Bessel function.

x

non-negative numerical value at which to evaluate the Bessel function.

Details

The use of this function is deprecated. Please use besselI.

Value

Returns the p-th order Bessel function of the first kind, evaluated at a specified real number.

See Also

besselI.


CircStats documentation built on June 19, 2025, 5:07 p.m.

Related to I.p in CircStats...