Click or drag to resize

KernelDensityUniformKernel Method

Uniform Kernel: x => Math.Abs(x) <= 1.0 ? 1.0/2.0 : 0.0

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double UniformKernel(
	double x
)

Parameters

x  Double
The standardized input value.

Return Value

Double
The uniform kernel value at x.
See Also