Bessel functions | R Documentation |
Bessel functions.
bessel(x, nu, type = "I", expon.scaled = FALSE)
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. |
The Bessel functions are computed.
Numeric vector with the (scaled, if expon.scaled = TRUE) values of the corresponding Bessel function.
Manos Papadakis.
R implementation and documentation: Manos Papadakis papadakm95@gmail.com.
boot.student2, perm.ttest
bessel(3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.