Click or drag to resize
Accord.NET (logo)

EpanechnikovKernelFunction Method

Computes the kernel density function.

Namespace:  Accord.Statistics.Distributions.DensityKernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Function(
	params double[] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The input point.

Return Value

Type: Double
A density estimate around x.

Implements

IDensityKernelFunction(Double)
See Also