Shortcut: BESSEL
Module | function |
---|---|
Description | Usage |
Calculate the value of a Bessel function. | |
output value | type |
the value of the bessel function | scalar/vector |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | scalar/vector/matrix | the values input to this function |
Further details and examples
Calculate the value of a Bessel function.
This action can be used to evaluate Bessel functions. This was action is needed because the modified Bessel function of the first kind of order 0 is needed in order to calculate the von-Misses distribution that is used in the implementation of KERNEL. You can thus only use this function to evaluate the modified Bessel function of the first kind of order 0. You can evaluate the value of this Bessel function at x=1 by using the following input:
cCONSTANTCreate a constant value that can be passed to actions This action has hidden defaults. More details VALUEthe single number that you would like to store=1 : b : BESSELCalculate the value of a Bessel function. More details ARGthe values input to this function=c ORDER the order of Bessel function to use=0
Notice that you can also use a vector in the input for this action as illustrated below:
cCONSTANTCreate a constant value that can be passed to actions This action has hidden defaults. More details VALUESthe numbers that are in your constant value=1,1,5,2 : b : BESSELCalculate the value of a Bessel function. More details ARGthe values input to this function=c ORDER the order of Bessel function to use=0
The value output by BESSEL in this case is also a vector with three components. These components give the values of the Bessel function at 1.0, 1.5 and 2.0 respectively.
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the values input to this function |
ORDER | compulsory | 0 | the order of Bessel function to use |