Kernel.Weight Method

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

Definition

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

Parameters

x  Double
A real number.

Return Value

Double

See Also