Click or drag to resize

KernelDensityGaussianKernel Method

A Gaussian kernel (PDF of Normal distribution with mean 0 and variance 1). This kernel is the default.

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

Parameters

x  Double
The standardized input value.

Return Value

Double
The Gaussian kernel value at x.
See Also