Bessel functions {Rfast2} | R 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
Examples
bessel(3, 2)
[Package Rfast2 version 0.1.5.4 Index]