Click or drag to resize
Accord.NET (logo)

Bessel Constructor

Constructs a new Bessel Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Bessel(
	int order,
	double sigma
)
Request Example View Source

Parameters

order
Type: SystemInt32
The order for the Bessel function.
sigma
Type: SystemDouble
The value for sigma.
See Also