Click or drag to resize
Accord.NET (logo)

EpanechnikovKernelProfile Method

Computes the kernel profile function.

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

Parameters

x
Type: SystemDouble
The point estimate x.

Return Value

Type: Double
The value of the profile function at point x.

Implements

IRadiallySymmetricKernelProfile(Double)
See Also