Kernel.Weight Method

Gets the normalized weight of the kernel at the specified distance.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Weight(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double

See Also