Click or drag to resize
Accord.NET (logo)

EpanechnikovKernel Constructor (Double)

Initializes a new instance of the EpanechnikovKernel class.

Namespace:  Accord.Statistics.Distributions.DensityKernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public EpanechnikovKernel(
	double constant
)
Request Example View Source

Parameters

constant
Type: SystemDouble
The constant by which the kernel formula is multiplied at the end. Default is to consider the area of a unit-sphere of dimension 1.
See Also