Click or drag to resize
Accord.NET (logo)

GaussianKernelDerivative Method

Computes the derivative of the kernel profile function.

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

Parameters

x
Type: SystemDouble
The point estimate x.

Return Value

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

Implements

IRadiallySymmetricKernelDerivative(Double)
See Also