Click or drag to resize
Accord.NET (logo)

GaussianKernelProfile 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 squared point estimate .

Return Value

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

Implements

IRadiallySymmetricKernelProfile(Double)
See Also