bessel: Bessel functions

View source: R/bessel.R

Bessel functionsR Documentation

Bessel functions

Description

Bessel functions.

Usage

bessel(x, nu, type = "I", expon.scaled = FALSE)

Arguments

x

A numerical vector with positive numbers.

nu

The order (maybe fractional and negative) of the corresponding Bessel function.

type

The type of Bessel function to compute, "I", "J", "K" or "Y".

expon.scaled

Should the exponential be returned? The default value is FALSE.

Details

The Bessel functions are computed.

Value

Numeric vector with the (scaled, if expon.scaled = TRUE) values of the corresponding Bessel function.

Author(s)

Manos Papadakis.

R implementation and documentation: Manos Papadakis papadakm95@gmail.com.

See Also

boot.student2, perm.ttest

Examples

bessel(3, 2)

Rfast2 documentation built on April 11, 2025, 6:15 p.m.