Evaluates the modified Bessel function of the first kind
of real order scaled by a factor exp(-x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselIScaled(
double nu,
double x
)
Public Shared Function BesselIScaled (
nu As Double,
x As Double
) As Double
public:
static double BesselIScaled(
double nu,
double x
)
static member BesselIScaled :
nu : float *
x : float -> float
Parameters
- nu
- Type: SystemDouble
A real number that specifies the order of the Bessel function. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe modified Bessel function of the first kind
of order
nu evaluated at
x.
Reference